Home
last modified time | relevance | path

Searched refs:STACK_SIZE (Results 1 - 13 of 13) sorted by relevance

/foundation/ability/dmsfwk_lite/source/
H A Ddmslite.c24 #define STACK_SIZE 0x1000 macro
71 TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK}; in GetTaskConfig()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_ms_host.cpp27 const int STACK_SIZE = 0x800; member
77 TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK}; in GetServiceTaskConfig()
H A Dbundle_mgr_service.cpp27 const int STACK_SIZE = 0x1A00; member
115 TaskConfig config = {LEVEL_HIGH, PRI_ABOVE_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK}; in GetServiceTaskConfig()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
H A Dwifi_sa_service_lite.c27 static const int STACK_SIZE = 0x800; variable
62 TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK}; in GetTaskConfig()
/foundation/resourceschedule/ffrt/src/eu/
H A Dco_routine.h59 constexpr uint64_t STACK_SIZE = FFRT_STACK_SIZE; variable
88 explicit CoStackAttr(uint64_t coSize = STACK_SIZE, CoStackProtectType coType = in CoStackAttr()
98 static inline CoStackAttr* Instance(uint64_t coSize = STACK_SIZE, in Instance()
/foundation/communication/ipc/ipc/test/ipc/server/
H A Dipc_test_server.c30 #define STACK_SIZE 0x800 macro
69 TaskConfig config = { LEVEL_HIGH, PRI_BELOW_NORMAL, STACK_SIZE, QUEUE_SIZE, SHARED_TASK }; in GetTaskConfig()
/foundation/resourceschedule/ffrt/src/core/
H A Dtask_attr_private.h47 uint64_t stackSize_ = STACK_SIZE;
/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A Dipc_server_stub.cpp32 const int32_t STACK_SIZE = 0x1000; member
164 TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, STACK_SIZE, QUEUE_SIZE, SHARED_TASK}; in GetTaskConfig()
/foundation/resourceschedule/ffrt/src/tm/
H A Dtask_base.h66 uint64_t stack_size = STACK_SIZE;
/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dsoftbus_server_stub.c36 #define STACK_SIZE 0x800 macro
79 TaskConfig config = { LEVEL_HIGH, PRI_BELOW_NORMAL, STACK_SIZE, QUEUE_SIZE, SHARED_TASK }; in GetTaskConfig()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon.cpp28 constexpr int STACK_SIZE = 0x800; member
89 TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK}; in GetServiceTaskConfig()
/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dsa_server.c33 static const int STACK_SIZE = 0x800; variable
64 TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK}; in GetTaskConfig()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp826 constexpr size_t STACK_SIZE = 2; in GetParams() local
827 if (pageRouterStack_.size() < STACK_SIZE) { in GetParams()

Completed in 9 milliseconds