/base/request/request/frameworks/cj/ffi/include/ |
H A D | cj_response_listener.h | 30 explicit CJResponseListener(const std::string &taskId) : taskId_(taskId) {} in CJResponseListener() argument
|
H A D | cj_notify_data_listener.h | 32 CJNotifyDataListener(const std::string &taskId, const SubscribeType &type) in CJNotifyDataListener() argument
|
H A D | cj_listener_list.h | 36 ListenerList(const std::string &taskId, const SubscribeType &type) in ListenerList() argument
|
/base/hiviewdfx/hitrace/interfaces/cj/kits/ffi/src/ |
H A D | hitracemeter_ffi.cpp | 22 void FfiOHOSHiTraceStartAsyncTrace(const char* name, int taskId) in FfiOHOSHiTraceStartAsyncTrace() argument 27 void FfiOHOSHiTraceFinishAsyncTrace(const char* name, int taskId) in FfiOHOSHiTraceFinishAsyncTrace() argument
|
H A D | hitracemeter_impl.cpp | 23 void HiTraceMeterImpl::HiTraceStartAsyncTrace(const char* name, int taskId) in HiTraceStartAsyncTrace() argument 28 void HiTraceMeterImpl::HiTraceFinishAsyncTrace(const char* name, int taskId) in HiTraceFinishAsyncTrace() argument
|
/kernel/liteos_m/components/shell/src/cmds/ |
H A D | task_shellcmd.c | 38 LITE_OS_SEC_TEXT_MINOR UINT32 OsShellCmdTskInfoGet(UINT32 taskId) in OsShellCmdTskInfoGet() argument 49 size_t taskId = OS_ALL_TASK_MASK; in OsShellCmdDumpTask() local
|
/kernel/uniproton/src/core/kernel/task/ |
H A D | prt_task_sem.c | 22 OS_SEC_L4_TEXT U32 PRT_TaskGetPendSem(TskHandle taskId, U16 *semId, U16 *pendState) in PRT_TaskGetPendSem() argument
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
H A D | hitrace_meter_c.c | 29 void HiTraceStartAsyncTrace(uint64_t tag, const char* value, int32_t taskId)
in HiTraceStartAsyncTrace() argument 34 void HiTraceFinishAsyncTrace(uint64_t tag, const char* value, int32_t taskId)
in HiTraceFinishAsyncTrace() argument
|
H A D | hitrace_meter_wrapper.cpp | 33 void StartAsyncTraceCwrapper(uint64_t tag, const char *value, int32_t taskId) in StartAsyncTraceCwrapper() argument 38 void FinishAsyncTraceCwrapper(uint64_t tag, const char *value, int32_t taskId) in FinishAsyncTraceCwrapper() argument
|
/base/hiviewdfx/hitrace/frameworks/hitrace_ndk/ |
H A D | hitrace_meter_ndk.c | 34 void OH_HiTrace_StartAsyncTrace(const char *name, int32_t taskId) in OH_HiTrace_StartAsyncTrace() argument 39 void OH_HiTrace_FinishAsyncTrace(const char *name, int32_t taskId) in OH_HiTrace_FinishAsyncTrace() argument
|
/base/request/request/frameworks/js/napi/include/ |
H A D | js_notify_data_listener.h | 30 JSNotifyDataListener(napi_env env, const std::string &taskId, const SubscribeType &type) in JSNotifyDataListener() argument
|
H A D | js_response_listener.h | 28 JSResponseListener(napi_env env, const std::string &taskId) : ListenerList(env, taskId, SubscribeType::RESPONSE) in JSResponseListener() argument
|
H A D | listener_list.h | 29 ListenerList(napi_env env, const std::string &taskId, const SubscribeType &type) in ListenerList() argument
|
/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/ |
H A D | das_task_main.h | 28 int taskId; member
|
/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
H A D | task_queue.cpp | 19 void ExecuteQueue::EnqueueTaskId(uint64_t taskId) in EnqueueTaskId() argument 24 bool ExecuteQueue::EraseWaitingTaskId(uint64_t taskId) in EraseWaitingTaskId() argument 37 uint64_t taskId = tasks_.front(); in DequeueTaskId() local
|
H A D | taskpool.h | 77 CallbackScope(napi_env env, napi_env workerEnv, uint64_t taskId, napi_status& status): env_(env),
in CallbackScope() argument
|
/kernel/liteos_m/testsuites/sample/kernel/atomic/ |
H A D | it_los_atomic_008.c | 50 UINT32 taskId[ATOMIC_MUTI_TASK_NUM]; in TestCase() local
|
H A D | it_los_atomic_007.c | 49 UINT32 taskId[ATOMIC_MUTI_TASK_NUM]; in TestCase() local
|
H A D | it_los_atomic_009.c | 60 UINT32 taskId[DB_ATOMIC_MUTI_TASK_NUM]; in TestCase() local
|
/base/inputmethod/imf/common/src/ |
H A D | inputmethod_trace.cpp | 33 void StartAsync(const std::string &value, int32_t taskId) in StartAsync() argument 38 void FinishAsync(const std::string &value, int32_t taskId) in FinishAsync() argument
|
/base/request/request/frameworks/native/src/ |
H A D | request.cpp | 20 Request::Request(const std::string &taskId) : taskId_(taskId) in Request() argument
|
/base/security/device_auth/services/legacy/authenticators/inc/account_related/ |
H A D | account_task_main.h | 30 int32_t taskId; member
|
/base/security/device_auth/services/legacy/authenticators/src/account_related/ |
H A D | account_multi_task_manager.c | 24 static bool IsManagerHasTaskId(int32_t taskId) in IsManagerHasTaskId() argument 45 static bool CanAddTaskInManager(int32_t taskId) in CanAddTaskInManager() argument 80 static AccountTask *GetTaskFromManager(int32_t taskId) in GetTaskFromManager() argument 91 DeleteTaskFromManager(int32_t taskId) DeleteTaskFromManager() argument [all...] |
/kernel/uniproton/src/arch/cpu/armv7-m/common/ |
H A D | prt_port.c | 20 OS_SEC_L4_TEXT void *OsTskContextInit(U32 taskId, U32 stackSize, uintptr_t *topStack, uintptr_t funcTskEntry) in OsTskContextInit() argument
|
/base/update/updateservice/services/core/ability/download/data/include/ |
H A D | download_info.h | 35 std::string taskId; member
|