Home
last modified time | relevance | path

Searched defs:taskId (Results 1 - 25 of 113) sorted by relevance

12345

/base/request/request/frameworks/cj/ffi/include/
H A Dcj_response_listener.h30 explicit CJResponseListener(const std::string &taskId) : taskId_(taskId) {} in CJResponseListener() argument
H A Dcj_notify_data_listener.h32 CJNotifyDataListener(const std::string &taskId, const SubscribeType &type) in CJNotifyDataListener() argument
H A Dcj_listener_list.h36 ListenerList(const std::string &taskId, const SubscribeType &type) in ListenerList() argument
/base/hiviewdfx/hitrace/interfaces/cj/kits/ffi/src/
H A Dhitracemeter_ffi.cpp22 void FfiOHOSHiTraceStartAsyncTrace(const char* name, int taskId) in FfiOHOSHiTraceStartAsyncTrace() argument
27 void FfiOHOSHiTraceFinishAsyncTrace(const char* name, int taskId) in FfiOHOSHiTraceFinishAsyncTrace() argument
H A Dhitracemeter_impl.cpp23 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 Dtask_shellcmd.c38 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 Dprt_task_sem.c22 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 Dhitrace_meter_c.c29 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 Dhitrace_meter_wrapper.cpp33 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 Dhitrace_meter_ndk.c34 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 Djs_notify_data_listener.h30 JSNotifyDataListener(napi_env env, const std::string &taskId, const SubscribeType &type) in JSNotifyDataListener() argument
H A Djs_response_listener.h28 JSResponseListener(napi_env env, const std::string &taskId) : ListenerList(env, taskId, SubscribeType::RESPONSE) in JSResponseListener() argument
H A Dlistener_list.h29 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 Ddas_task_main.h28 int taskId; member
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_queue.cpp19 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 Dtaskpool.h77 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 Dit_los_atomic_008.c50 UINT32 taskId[ATOMIC_MUTI_TASK_NUM]; in TestCase() local
H A Dit_los_atomic_007.c49 UINT32 taskId[ATOMIC_MUTI_TASK_NUM]; in TestCase() local
H A Dit_los_atomic_009.c60 UINT32 taskId[DB_ATOMIC_MUTI_TASK_NUM]; in TestCase() local
/base/inputmethod/imf/common/src/
H A Dinputmethod_trace.cpp33 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 Drequest.cpp20 Request::Request(const std::string &taskId) : taskId_(taskId) in Request() argument
/base/security/device_auth/services/legacy/authenticators/inc/account_related/
H A Daccount_task_main.h30 int32_t taskId; member
/base/security/device_auth/services/legacy/authenticators/src/account_related/
H A Daccount_multi_task_manager.c24 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 Dprt_port.c20 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 Ddownload_info.h35 std::string taskId; member

Completed in 6 milliseconds

12345