/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_hitrace.cpp | 22 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 D | dcamera_hitrace_adapter.cpp | 20 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
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | dms_free_install_callback.cpp | 27 DmsFreeInstallCallback::DmsFreeInstallCallback(int64_t taskId, const IDistributedSched::FreeInstallInfo& info) in DmsFreeInstallCallback() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hitrace.cpp | 35 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 D | hitrace_utils.cpp | 30 AsyncTracker::AsyncTracker(const std::string &title, int32_t taskId) in AsyncTracker() argument
|
/foundation/resourceschedule/ffrt/src/queue/ |
H A D | eventhandler_interactive_queue.h | 47 uintptr_t taskId = static_cast<uintptr_t>(task->gid);
variable
|
/foundation/communication/netmanager_base/utils/common_utils/src/ |
H A D | netmanager_hitrace.cpp | 34 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 D | download_asset_callback_client.cpp | 24 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 D | download_asset_callback_stub.cpp | 49 TaskId taskId = data.ReadUint64(); in HandleOnFinished() local
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/ |
H A D | download_asset_callback_proxy.cpp | 24 void DownloadAssetCallbackProxy::OnFinished(const TaskId taskId, const std::string &uri, const int32_t result) in OnFinished() argument
|
H A D | download_asset_callback_manager.cpp | 45 void DownloadAssetCallbackManager::OnDownloadFinshed(const TaskId taskId, const std::string &uri, const int32_t result) in OnDownloadFinshed() argument
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability_post_event_timeout.cpp | 29 uint32_t taskId = allocationId_++; in AbilityPostEventTimeout() local
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | ace_trace.cpp | 23 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 D | avcodec_trace.cpp | 26 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 D | avsession_trace.h | 88 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 D | enhancement_thread_manager.h | 28 std::string taskId;
member
|
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/include/ |
H A D | enhancement_task_manager.h | 28 std::string taskId;
member
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | task_executor_adapter.cpp | 43 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 D | task_manager.cpp | 46 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 D | downloadassetcallbackstub_fuzzer.cpp | 52 int32_t taskId = fuzzData.GetData<uint64_t>(); in HandleOnFinishedFuzzTest() local
|
/foundation/filemanagement/dfs_service/test/fuzztest/downloadassetcbmgr_fuzzer/ |
H A D | downloadassetcbmgr_fuzzer.cpp | 44 uint64_t taskId = fuzzData.GetData<uint64_t>(); in DoSomethingInterestingWithMyAPI() local
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/ |
H A D | file_transfer_manager.h | 56 uint64_t taskId; member
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/ |
H A D | download_asset_callback_proxy_test.cpp | 74 DownloadAssetCallback::TaskId taskId = 1; in HWTEST_F() local 96 DownloadAssetCallback::TaskId taskId = 1; in HWTEST_F() local
|
H A D | download_asset_callback_manager_test.cpp | 105 uint64_t taskId = 100; in HWTEST_F() local
|
/foundation/ability/ability_lite/services/abilitymgr_lite/include/slite/ |
H A D | ability_record.h | 54 uint32_t taskId = 0; member
|