/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client.cpp | 103 StartAsyncTrace(HITRACE_TAG_NET, traceName, ptr->GetTaskId()); in StartTask() 106 FinishAsyncTrace(HITRACE_TAG_NET, traceName, ptr->GetTaskId()); in StartTask()
|
H A D | http_client_task.cpp | 431 unsigned int HttpClientTask::GetTaskId() in GetTaskId() function in OHOS::NetStack::HttpClient::HttpClientTask 669 …HttpClientNetworkMessage httpClientNetworkMessage(std::to_string(GetTaskId()), request_, response_… in ProcessResponse()
|
/ohos5.0/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() 172 taskMap_.EnsureInsert(task->GetTaskId(), task); in AddTask()
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/ |
H A D | download_asset_callback_client.h | 38 TaskId GetTaskId();
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/ |
H A D | i_http_task.h | 38 uint32_t GetTaskId();
|
/ohos5.0/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()
|
/ohos5.0/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
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/ |
H A D | message_handler.h | 77 uint64_t GetTaskId();
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/ffrt/ |
H A D | ffrt_utils.h | 129 uint32_t GetTaskId(const std::string &timerId);
|
/ohos5.0/base/powermgr/power_manager/test/apitest/inner_api/ffrt/src/ |
H A D | ffrt_utils_test.cpp | 322 EXPECT_EQ(timer.GetTaskId(TIMER_ID_A), TIMER_COUNT); 326 EXPECT_EQ(timer.GetTaskId(TIMER_ID_A), 0);
|
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/transportmsghandle_fuzzer/ |
H A D | transportmsghandle_fuzzer.cpp | 59 msgHandleSub.GetTaskId(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/powermgr/power_manager/utils/ffrt/include/ |
H A D | ffrt_utils.h | 156 uint32_t GetTaskId(uint32_t timerId);
|
/ohos5.0/foundation/ability/ability_runtime/services/common/include/ |
H A D | task_handler_wrap.h | 54 int32_t GetTaskId() const in GetTaskId() function
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/ |
H A D | dscreen.h | 65 std::string GetTaskId() in GetTaskId() function
|
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/ |
H A D | http_client_task.h | 95 [[nodiscard]] unsigned int GetTaskId();
|
/ohos5.0/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()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/include/ |
H A D | request_context.h | 117 [[nodiscard]] int32_t GetTaskId() const;
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/ffrt/ |
H A D | ffrt_utils.cpp | 132 uint32_t FFRTTimer::GetTaskId(const std::string &timerId) in GetTaskId() function in OHOS::MiscServices::FFRTTimer
|
/ohos5.0/base/powermgr/power_manager/utils/ffrt/src/ |
H A D | ffrt_utils.cpp | 147 uint32_t FFRTTimer::GetTaskId(uint32_t timerId) in GetTaskId() function in OHOS::PowerMgr::FFRTTimer
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/ |
H A D | dscreen.h | 63 std::string GetTaskId() const in GetTaskId() function
|
/ohos5.0/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()
|
/ohos5.0/foundation/ability/ability_runtime/services/common/src/ |
H A D | task_handler_wrap.cpp | 146 taskName.c_str(), result.GetTaskId()); in SubmitTask()
|