Home
last modified time | relevance | path

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

123456

/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
/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...]
H A Ddownload_asset_callback_stub.cpp49 TaskId taskId = data.ReadUint64(); in HandleOnFinished() local
/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
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_post_event_timeout.cpp29 uint32_t taskId = allocationId_++; in AbilityPostEventTimeout() local
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dace_trace.cpp23 void AceAsyncTraceBegin(int32_t taskId, const char* name, bool isAnimationTrace) {} in AceAsyncTraceBegin() argument
24 void AceAsyncTraceEnd(int32_t taskId, const char* name, bool isAnimationTrace) {} in AceAsyncTraceEnd() argument
25 void AceAsyncTraceBeginCommercial(int32_t taskId, const char* name, bool isAnimationTrace) {} in AceAsyncTraceBeginCommercial() argument
26 void AceAsyncTraceEndCommercial(int32_t taskId, const char* name, bool isAnimationTrace) {} in AceAsyncTraceEndCommercial() argument
/foundation/multimedia/av_codec/services/dfx/
H A Davcodec_trace.cpp26 void AVCodecTrace::TraceBegin(const std::string& funcName, int32_t taskId) in TraceBegin() argument
31 void AVCodecTrace::TraceEnd(const std::string& funcName, int32_t taskId) in TraceEnd() argument
/foundation/multimedia/av_session/utils/include/
H A Davsession_trace.h88 static void TraceBegin(const std::string& traceName, int32_t taskId) in TraceBegin() argument
98 static void TraceEnd(const std::string& traceName, int32_t taskId) in TraceEnd() argument
[all...]
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/include/utils/
H A Denhancement_thread_manager.h28 std::string taskId; member
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/include/
H A Denhancement_task_manager.h28 std::string taskId; member
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dtask_executor_adapter.cpp43 bool TaskExecutorAdapter::Remove(const TaskExecutorAdapter::TaskId &taskId, bool wait) in Remove() argument
47 TaskExecutorAdapter::TaskId TaskExecutorAdapter::Reset(const TaskExecutorAdapter::TaskId &taskId, in Reset() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dtask_manager.cpp46 bool TaskManager::Remove(const TaskId &taskId, bool wait) in Remove() argument
50 TaskManager::TaskId TaskManager::Reset(const TaskId &taskId, Duration interval) in Reset() argument
/foundation/filemanagement/dfs_service/test/fuzztest/downloadassetcallbackstub_fuzzer/
H A Ddownloadassetcallbackstub_fuzzer.cpp52 int32_t taskId = fuzzData.GetData<uint64_t>(); in HandleOnFinishedFuzzTest() local
/foundation/filemanagement/dfs_service/test/fuzztest/downloadassetcbmgr_fuzzer/
H A Ddownloadassetcbmgr_fuzzer.cpp44 uint64_t taskId = fuzzData.GetData<uint64_t>(); in DoSomethingInterestingWithMyAPI() local
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/
H A Dfile_transfer_manager.h56 uint64_t taskId; member

Completed in 6 milliseconds

123456