| /base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
| H A D | print_manager_client_test.cpp | 2307 std::string taskId = "1"; HWTEST_F() local 2317 std::string taskId = "1"; HWTEST_F() local [all...] |
| /base/startup/appspawn/test/moduletest/threadpool/ |
| H A D | thread_manager.c | 46 uint32_t taskId; member 152 static TaskNode *GetTask(ThreadManager *mgr, ListNode *queue, uint32_t taskId) in GetTask() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| H A D | watch_dog.cpp | 308 uint32_t taskId = taskExecutor->GetTotalTaskNum(type_); in IsThreadStuck() local
|
| /foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/enhancement_service/ |
| H A D | enhancement_service_callback.cpp | 186 string taskId = string(photoId);
in OnSuccess() local 199 string taskId = string(photoId);
in OnFailed() local 220 string taskId = task.taskId; DealWithSuccessedTask() local 266 string taskId = task.taskId; DealWithFailedTask() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
| H A D | relational_store_delegate_impl.cpp | 327 uint64_t taskId = 0; in Sync() local 475 SyncProcess RelationalStoreDelegateImpl::GetCloudTaskStatus(uint64_t taskId) in GetCloudTaskStatus() argument 460 Sync(const CloudSyncOption &option, const SyncProcessCallback &onProcess, uint64_t taskId) Sync() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
| H A D | cloud_syncer.h | 113 TaskId taskId = 0u; member [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
| H A D | sqlite_relational_store_connection.cpp | 455 SyncProcess SQLiteRelationalStoreConnection::GetCloudTaskStatus(uint64_t taskId) in GetCloudTaskStatus() argument 433 Sync(const CloudSyncOption &option, const SyncProcessCallback &onProcess, uint64_t taskId) Sync() argument
|
| /foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
| H A D | cloud_sync_service_proxy.cpp | 959 int32_t CloudSyncServiceProxy::DownloadAsset(const uint64_t taskId, in DownloadAsset() argument
|
| /foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncservicestub_fuzzer/ |
| H A D | cloudsyncservicestub_fuzzer.cpp | 582 uint64_t taskId = fuzzData.GetData<uint64_t>(); in HandleDownloadAssetFuzzTest() local
|
| /kernel/liteos_a/kernel/extended/perf/ |
| H A D | los_perf.c | 307 STATIC INLINE BOOL OsPerfFilter(UINT32 taskId, UINT32 processId) in OsPerfFilter() argument
|
| /kernel/uniproton/src/fs/vfs/ |
| H A D | vfs_fs.c | 65 TskHandle taskId = 0; in OsVfsOpen() local
|
| /base/hiviewdfx/hitrace/test/unittest/hitrace_meter/ |
| H A D | hitrace_ndk_test.cpp | 756 int taskId = 123; in HWTEST_F() local 856 int taskId = 123; in HWTEST_F() local 219 GetTraceResult(const char type, const string& traceName, const HiTraceId* hiTraceId, const int taskId, const vector<string>& list) GetTraceResult() argument 946 int taskId = 123; HWTEST_F() local 1086 int taskId = 123; HWTEST_F() local 1162 int taskId = 123; HWTEST_F() local 1384 int taskId = 123; HWTEST_F() local 1519 int taskId = 123; HWTEST_F() local [all...] |
| /base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
| H A D | print_service_proxy.cpp | 97 int32_t PrintServiceProxy::StopPrint(const std::string &taskId) in StopPrint() argument 738 int32_t PrintServiceProxy::On(const std::string taskId, const std::string &type, const sptr<IPrintCallback> &listener) in On() argument 768 int32_t PrintServiceProxy::Off(const std::string taskId, const std::string &type) in Off() argument 58 StartPrint(const std::vector<std::string> &fileList, const std::vector<uint32_t> &fdList, std::string &taskId) StartPrint() argument 873 PrintByAdapter(const std::string printJobName, const PrintAttributes &printAttributes, std::string &taskId) PrintByAdapter() argument [all...] |
| /base/print/print_fwk/services/print_service/src/ |
| H A D | print_service_stub.cpp | 151 std::string taskId = data.ReadString(); in OnStartPrint() local 161 std::string taskId = data.ReadString(); in OnStopPrint() local 583 std::string taskId = data.ReadString(); in OnEventOn() local 612 std::string taskId = data.ReadString(); in OnEventOff() local 711 std::string taskId = data.ReadString(); in OnPrintByAdapter() local [all...] |
| /base/print/print_fwk/frameworks/helper/scan_helper/src/ |
| H A D | napi_scan_utils.cpp | 383 std::string NapiScanUtils::GetTaskEventId(const std::string &taskId, const std::string &type) in GetTaskEventId() argument
|
| /base/print/print_fwk/test/fuzztest/scanserviceability_fuzzer/ |
| H A D | scanserviceability_fuzzer.cpp | 128 std::string taskId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestOn() local 140 std::string taskId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestOff() local
|
| /base/request/request/frameworks/cj/ffi/include/ |
| H A D | cj_request_ffi.h | 175 const char *taskId; member 190 const char *taskId; member [all...] |
| /base/notification/eventhandler/frameworks/eventhandler/src/ |
| H A D | event_handler.cpp | 650 extern "C" int RemoveTaskForFFRT(void* handler, const uintptr_t taskId) in RemoveTaskForFFRT() argument
|
| /foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
| H A D | distributed_sched_proxy.cpp | 917 int32_t DistributedSchedProxy::StartFreeInstallFromRemote(const FreeInstallInfo& info, int64_t taskId) in StartFreeInstallFromRemote() argument 957 int32_t DistributedSchedProxy::NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) in NotifyCompleteFreeInstallFromRemote() argument
|
| /foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
| H A D | distributed_sched_stub_test.cpp | 1934 int64_t taskId = 0; in HWTEST_F() local 1960 int64_t taskId = 0; in HWTEST_F() local 1986 int64_t taskId = 0; in HWTEST_F() local 2013 int64_t taskId = 0; in HWTEST_F() local 102 FreeInstallInfoMarshalling(const CallerInfo& callerInfo, const DistributedSchedService::AccountInfo accountInfo, const int64_t taskId, MessageParcel& data) FreeInstallInfoMarshalling() argument [all...] |
| H A D | mock_distributed_sched.cpp | 198 int32_t MockDistributedSched::StartFreeInstallFromRemote(const IDistributedSched::FreeInstallInfo &info, int64_t taskId) in StartFreeInstallFromRemote() argument 203 int32_t MockDistributedSched::NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) in NotifyCompleteFreeInstallFromRemote() argument 208 NotifyCompleteFreeInstall( const IDistributedSched::FreeInstallInfo &info, int64_t taskId, int32_t resultCode) NotifyCompleteFreeInstall() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
| H A D | rs_ui_director.cpp | 448 void RSUIDirector::DumpNodeTreeProcessor(NodeId nodeId, pid_t pid, uint32_t taskId) in DumpNodeTreeProcessor() argument
|
| /foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/ |
| H A D | camera_napi_const.h | 90 int32_t taskId = 0; member
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_cloud_enhancement_test/src/ |
| H A D | medialibrary_cloud_enhancement_test.cpp | 787 const char* taskId = "";
in HWTEST_F() local 901 const char* taskId = "";
in HWTEST_F() local 937 const char* taskId = "202408302001001";
in HWTEST_F() local 981 string taskId = "202408302001001"; HWTEST_F() local [all...] |
| /foundation/multimedia/player_framework/services/utils/ |
| H A D | media_dfx.cpp | 448 void MediaTrace::TraceBegin(const std::string &funcName, int32_t taskId) in TraceBegin() argument 453 void MediaTrace::TraceEnd(const std::string &funcName, int32_t taskId) in TraceEnd() argument
|