Home
last modified time | relevance | path

Searched refs:GetTaskId (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client.cpp103 StartAsyncTrace(HITRACE_TAG_NET, traceName, ptr->GetTaskId()); in StartTask()
106 FinishAsyncTrace(HITRACE_TAG_NET, traceName, ptr->GetTaskId()); in StartTask()
H A Dhttp_client_task.cpp431 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 Di_http_task.cpp23 uint32_t IHttpTask::GetTaskId() in GetTaskId() function in OHOS::AppDomainVerify::IHttpTask
H A Dapp_domain_verify_task_mgr.cpp118 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 Ddownload_asset_callback_client.h38 TaskId GetTaskId();
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/
H A Di_http_task.h38 uint32_t GetTaskId();
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Ddownload_asset_callback_client.cpp63 DownloadAssetCallback::TaskId DownloadAssetCallbackClient::GetTaskId() in GetTaskId() function in OHOS::FileManagement::CloudSync::DownloadAssetCallbackClient
H A Dcloud_sync_asset_manager_impl.cpp115 auto taskId = downloadAssetCallback_->GetTaskId(); in DownloadFile()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/
H A Dfile_transfer_manager.cpp90 auto taskId = msgHandler.GetTaskId(); in HandleDownloadFileRequest()
118 auto taskId = msgHandler.GetTaskId(); in HandleDownloadFileResponse()
H A Dmessage_handler.cpp143 uint64_t MessageHandler::GetTaskId() in GetTaskId() function in OHOS::FileManagement::CloudSync::MessageHandler
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/
H A Dmessage_handler.h77 uint64_t GetTaskId();
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/ffrt/
H A Dffrt_utils.h129 uint32_t GetTaskId(const std::string &timerId);
/ohos5.0/base/powermgr/power_manager/test/apitest/inner_api/ffrt/src/
H A Dffrt_utils_test.cpp322 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 Dtransportmsghandle_fuzzer.cpp59 msgHandleSub.GetTaskId(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/powermgr/power_manager/utils/ffrt/include/
H A Dffrt_utils.h156 uint32_t GetTaskId(uint32_t timerId);
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Dtask_handler_wrap.h54 int32_t GetTaskId() const in GetTaskId() function
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/
H A Ddscreen.h65 std::string GetTaskId() in GetTaskId() function
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_task.h95 [[nodiscard]] unsigned int GetTaskId();
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen.cpp190 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 Drequest_context.h117 [[nodiscard]] int32_t GetTaskId() const;
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/ffrt/
H A Dffrt_utils.cpp132 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 Dffrt_utils.cpp147 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 Ddscreen.h63 std::string GetTaskId() const in GetTaskId() function
/ohos5.0/foundation/communication/netstack/test/fuzztest/http_fuzzer/
H A Dhttp_fuzzer.cpp401 int taskId = task->GetTaskId(); in HttpClientTaskGetTypeFuzzTest()
419 taskId = task->GetTaskId(); in HttpClientTaskGetTypeFuzzTest()
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dtask_handler_wrap.cpp146 taskName.c_str(), result.GetTaskId()); in SubmitTask()

12