Home
last modified time | relevance | path

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

12345678910

/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
/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
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_hitrace.cpp22 void ARKTS_HiTraceStartTrace(const char* name, int32_t taskId) in ARKTS_HiTraceStartTrace() argument
27 void ARKTS_HiTraceFinishTrace(const char* name, int32_t taskId) in ARKTS_HiTraceFinishTrace() argument
/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddcamera_hitrace_adapter.cpp20 void DcameraStartAsyncTrace(const std::string& str, int32_t taskId) in DcameraStartAsyncTrace() argument
25 void DcameraFinishAsyncTrace(const std::string& str, int32_t taskId) in DcameraFinishAsyncTrace() 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
/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/
H A Ddas_task_main.h28 int taskId; member
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddms_free_install_callback.cpp27 DmsFreeInstallCallback::DmsFreeInstallCallback(int64_t taskId, const IDistributedSched::FreeInstallInfo& info) in DmsFreeInstallCallback() argument
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hitrace.cpp35 void BluetoothHiTrace::BluetoothStartAsyncTrace(const std::string& value, int32_t taskId) in BluetoothStartAsyncTrace() argument
41 void BluetoothHiTrace::BluetoothFinishAsyncTrace(const std::string& value, int32_t taskId) in BluetoothFinishAsyncTrace() argument
/foundation/multimedia/media_foundation/engine/foundation/utils/
H A Dhitrace_utils.cpp30 AsyncTracker::AsyncTracker(const std::string &title, int32_t taskId) in AsyncTracker() argument
/foundation/resourceschedule/ffrt/src/queue/
H A Deventhandler_interactive_queue.h47 uintptr_t taskId = static_cast<uintptr_t>(task->gid); variable
/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_hitrace.cpp34 void NetmanagerHiTrace::NetmanagerStartAsyncTrace(const std::string &value, int32_t taskId) in NetmanagerStartAsyncTrace() argument
40 void NetmanagerHiTrace::NetmanagerFinishAsyncTrace(const std::string &value, int32_t taskId) in NetmanagerFinishAsyncTrace() argument
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Ddownload_asset_callback_client.cpp24 void DownloadAssetCallbackClient::OnFinished(const TaskId taskId, const std::string &uri, const int32_t result) in OnFinished() argument
37 void DownloadAssetCallbackClient::AddDownloadTaskCallback(TaskId taskId, CloudSyncAssetManager::ResultCallback callback) in AddDownloadTaskCallback() argument
43 void DownloadAssetCallbackClient::RemoveDownloadTaskCallback(TaskId taskId) in RemoveDownloadTaskCallback() argument
53 GetDownloadTaskCallback(TaskId taskId) GetDownloadTaskCallback() argument
[all...]
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Ddownload_asset_callback_proxy.cpp24 void DownloadAssetCallbackProxy::OnFinished(const TaskId taskId, const std::string &uri, const int32_t result) in OnFinished() 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
/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

Completed in 6 milliseconds

12345678910