Home
last modified time | relevance | path

Searched refs:GetTaskInfo (Results 1 - 19 of 19) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/executor/
H A DThrExecutor.cpp66 std::string GetTaskInfo() in GetTaskInfo() function in OHOS::HiviewDFX::ProcessTimoutWrapperTask
104 std::string GetTaskInfo() in GetTaskInfo() function in OHOS::HiviewDFX::ProcessAppEvtWrapperTask
143 std::string GetTaskInfo() in GetTaskInfo() function in OHOS::HiviewDFX::ProcessMonitorEvtWrapperTask
H A DThrTaskContainer.cpp76 std::string taskInfo = task->GetTaskInfo(); in Entry()
/base/hiviewdfx/hiview/plugins/performance/common/
H A DITask.h27 virtual std::string GetTaskInfo();
/base/update/updateservice/interfaces/inner_api/feature/update/api/online_updater/
H A Diservice_online_updater.h76 virtual int32_t GetTaskInfo(const UpgradeInfo &info, TaskInfo &taskInfo, BusinessError &businessError) = 0;
/base/request/request/services/include/
H A Dc_request_database.h166 CTaskInfo *GetTaskInfo(uint32_t taskId);
/base/update/updateservice/services/engine/include/
H A Dupdate_service_impl_firmware.h68 int32_t GetTaskInfo(const UpgradeInfo &info, TaskInfo &taskInfo, BusinessError &businessError) final;
H A Dupdate_service.h75 int32_t GetTaskInfo(const UpgradeInfo &info, TaskInfo &taskInfo, BusinessError &businessError) override;
/base/update/updateservice/interfaces/inner_api/engine/include/
H A Dupdate_service_kits_impl.h73 int32_t GetTaskInfo(const UpgradeInfo &info, TaskInfo &taskInfo, BusinessError &businessError) final;
H A Dupdate_service_proxy.h64 int32_t GetTaskInfo(const UpgradeInfo &info, TaskInfo &taskInfo, BusinessError &businessError) override;
/base/update/updateservice/frameworks/js/napi/update/include/
H A Dupdate_client.h53 napi_value GetTaskInfo(napi_env env, napi_callback_info info);
/base/update/updateservice/interfaces/inner_api/include/
H A Dupdate_service_kits.h90 virtual int32_t GetTaskInfo(const UpgradeInfo &info, TaskInfo &taskInfo, BusinessError &businessError) = 0;
/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_module.cpp263 napi_value GetTaskInfo(napi_env env, napi_callback_info info) in GetTaskInfo() function
265 ENGINE_LOGI("GetTaskInfo"); in GetTaskInfo()
268 return client->GetTaskInfo(env, info); in GetTaskInfo()
332 DECLARE_NAPI_FUNCTION("getTaskInfo", GetTaskInfo), in DefineUpdateClient()
H A Dupdate_client.cpp407 napi_value UpdateClient::GetTaskInfo(napi_env env, napi_callback_info info) in GetTaskInfo() function in OHOS::UpdateEngine::UpdateClient
412 return UpdateServiceKits::GetInstance().GetTaskInfo(upgradeInfo_, taskInfo_, *businessError); in GetTaskInfo()
414 PARAM_CHECK(retValue != nullptr, return nullptr, "Failed to GetTaskInfo."); in GetTaskInfo()
/base/update/updateservice/services/engine/src/
H A Dupdate_service.cpp204 int32_t UpdateService::GetTaskInfo(const UpgradeInfo &info, TaskInfo &taskInfo, BusinessError &businessError) in GetTaskInfo() function in OHOS::UpdateEngine::UpdateService
208 ENGINE_LOGI("GetTaskInfo onlineUpdater null"); in GetTaskInfo()
211 return onlineUpdater->GetTaskInfo(info, taskInfo, businessError); in GetTaskInfo()
381 service->GetTaskInfo(upgradeInfo, taskInfo, businessError); in BuildTaskInfoDump()
H A Dupdate_service_impl_firmware.cpp250 int32_t UpdateServiceImplFirmware::GetTaskInfo(const UpgradeInfo &info, TaskInfo &taskInfo, in GetTaskInfo() function in OHOS::UpdateEngine::UpdateServiceImplFirmware
253 FIRMWARE_LOGI("GetTaskInfo"); in GetTaskInfo()
263 FIRMWARE_LOGI("GetTaskInfo existTask %{public}s status %{public}d , progress %{public}d", in GetTaskInfo()
H A Dupdate_service_stub.cpp152 int32_t ret = service->GetTaskInfo(upgradeInfo, taskInfo, businessError); in GetTaskInfoStub()
153 ENGINE_CHECK(ret == INT_CALL_SUCCESS, return ret, "Failed to GetTaskInfo"); in GetTaskInfoStub()
/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_kits_impl.cpp192 int32_t UpdateServiceKitsImpl::GetTaskInfo(const UpgradeInfo &info, TaskInfo &taskInfo, BusinessError &businessError) in GetTaskInfo() function in OHOS::UpdateEngine::UpdateServiceKitsImpl
194 ENGINE_LOGI("UpdateServiceKitsImpl::GetTaskInfo"); in GetTaskInfo()
197 int32_t ret = updateService->GetTaskInfo(info, taskInfo, businessError); in GetTaskInfo()
198 ENGINE_CHECK((ret) == INT_CALL_SUCCESS, ResetRemoteService(), "GetTaskInfo ipc error"); in GetTaskInfo()
H A Dupdate_service_proxy.cpp356 int32_t UpdateServiceProxy::GetTaskInfo(const UpgradeInfo &info, TaskInfo &taskInfo, BusinessError &businessError) in GetTaskInfo() function in OHOS::UpdateEngine::UpdateServiceProxy
358 ENGINE_LOGI("UpdateServiceProxy::GetTaskInfo"); in GetTaskInfo()
369 RETURN_FAIL_WHEN_REMOTE_ERR("UpdateServiceProxy::GetTaskInfo", ret); in GetTaskInfo()
/base/request/request/services/src/cxx/
H A Dc_request_database.cpp1101 CTaskInfo *GetTaskInfo(uint32_t taskId) in GetTaskInfo() function

Completed in 13 milliseconds