/foundation/bundlemanager/app_domain_verify/frameworks/common/src/httpsession/ |
H A D | i_http_task.cpp | 23 uint32_t IHttpTask::GetTaskId() in GetTaskId() function in OHOS::AppDomainVerify::IHttpTask
|
H A D | app_domain_verify_task_mgr.cpp | 118 auto seq = httpTask->GetTaskId(); in GetTaskWrapper() 173 taskMap_.EnsureInsert(task->GetTaskId(), task); in AddTask()
|
/foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/ |
H A D | i_http_task.h | 38 uint32_t GetTaskId();
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/ |
H A D | download_asset_callback_client.h | 38 TaskId GetTaskId();
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
H A D | download_asset_callback_client.cpp | 63 DownloadAssetCallback::TaskId DownloadAssetCallbackClient::GetTaskId() in GetTaskId() function in OHOS::FileManagement::CloudSync::DownloadAssetCallbackClient
|
H A D | cloud_sync_asset_manager_impl.cpp | 115 auto taskId = downloadAssetCallback_->GetTaskId(); in DownloadFile()
|
/foundation/distributeddatamgr/pasteboard/framework/framework/include/ffrt/ |
H A D | ffrt_utils.h | 130 uint32_t GetTaskId(const std::string &timerId);
|
/foundation/filemanagement/dfs_service/test/fuzztest/transportmsghandle_fuzzer/ |
H A D | transportmsghandle_fuzzer.cpp | 59 msgHandleSub.GetTaskId(); in DoSomethingInterestingWithMyAPI()
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/ |
H A D | message_handler.h | 77 uint64_t GetTaskId();
|
/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | ffrt_utils_test.cpp | 73 uint32_t taskId = pbFfrtTimer.GetTaskId(pbTimerId); in HWTEST_F()
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/ |
H A D | file_transfer_manager.cpp | 90 auto taskId = msgHandler.GetTaskId(); in HandleDownloadFileRequest() 118 auto taskId = msgHandler.GetTaskId(); in HandleDownloadFileResponse()
|
H A D | message_handler.cpp | 143 uint64_t MessageHandler::GetTaskId() in GetTaskId() function in OHOS::FileManagement::CloudSync::MessageHandler
|
/foundation/communication/netstack/interfaces/innerkits/http_client/include/ |
H A D | http_client_task.h | 98 [[nodiscard]] unsigned int GetTaskId();
|
/foundation/communication/netstack/frameworks/js/napi/http/async_context/include/ |
H A D | request_context.h | 119 [[nodiscard]] int32_t GetTaskId() const;
|
/foundation/distributeddatamgr/pasteboard/framework/framework/ffrt/ |
H A D | ffrt_utils.cpp | 128 uint32_t FFRTTimer::GetTaskId(const std::string &timerId) in GetTaskId() function in OHOS::MiscServices::FFRTTimer
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/ |
H A D | dscreen.h | 63 std::string GetTaskId() const in GetTaskId() function in OHOS::DistributedHardware::V2_0::Task
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/ |
H A D | dscreen.h | 65 std::string GetTaskId() in GetTaskId() function in OHOS::DistributedHardware::V1_0::Task
|
/foundation/communication/netstack/test/fuzztest/http_fuzzer/ |
H A D | http_fuzzer.cpp | 401 int taskId = task->GetTaskId(); in HttpClientTaskGetTypeFuzzTest() 419 taskId = task->GetTaskId(); in HttpClientTaskGetTypeFuzzTest()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen.cpp | 190 HandleEnable(task->GetTaskParam(), task->GetTaskId()); in HandleTask() 193 HandleDisable(task->GetTaskId()); in HandleTask()
|
/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_task.cpp | 471 unsigned int HttpClientTask::GetTaskId() in GetTaskId() function in OHOS::NetStack::HttpClient::HttpClientTask 725 HttpClientNetworkMessage httpClientNetworkMessage(std::to_string(GetTaskId()), request_, response_, curlHandle_); in ProcessResponse()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/ |
H A D | dscreen.cpp | 112 HandleEnable(task->GetTaskParam(), task->GetTaskId()); in HandleTask() 115 HandleDisable(task->GetTaskId()); in HandleTask()
|
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/ |
H A D | request_context.cpp | 841 int32_t RequestContext::GetTaskId() const in GetTaskId() function in OHOS::NetStack::Http::RequestContext 884 HttpNetworkMessage networkMessage(std::to_string(GetTaskId()), options, response, curlHandle_); in SendNetworkProfiler()
|
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
H A D | http_exec.cpp | 358 NETSTACK_LOGE("taskid=%{public}d, CURLMSG %{public}s", context->GetTaskId(), std::to_string(curlMsg).c_str()); in AddCurlHandle() 464 context->GetTaskId(), size, dnsTime, connectTime == 0 ? 0 : connectTime - dnsTime, in AddCurlHandle()
|
/foundation/communication/netmanager_base/test/netsysbpfstats/unittest/bpf_core_test/ |
H A D | BpfTaskTaskTest.cpp | 364 unsigned int taskId = task->GetTaskId(); in HWTEST_F()
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_core_test/ |
H A D | NetSysTaskTaskTest.cpp | 364 unsigned int taskId = task->GetTaskId(); in HWTEST_F()
|