Home
last modified time | relevance | path

Searched refs:CheckStatus (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/base/update/updateservice/services/firmware/check/include/
H A Dfirmware_icheck.h54 using CheckCallback = std::function<void(CheckStatus status, const Duration &duration,
79 … checkCallback.callback(CheckStatus::CHECK_FAIL, duration_, checkResultList_, checkAndAuthInfo_); in DoAction()
89 … checkCallback.callback(CheckStatus::CHECK_FAIL, duration_, checkResultList_, checkAndAuthInfo_); in DoAction()
97 … checkCallback.callback(CheckStatus::CHECK_FAIL, duration_, checkResultList_, checkAndAuthInfo_); in DoAction()
103 … checkCallback.callback(CheckStatus::CHECK_FAIL, duration_, checkResultList_, checkAndAuthInfo_); in DoAction()
106 CheckStatus checkStatus; in DoAction()
108 checkStatus = CheckStatus::CHECK_FAIL; in DoAction()
115 checkStatus = CheckStatus::CHECK_SUCCESS; in DoAction()
/ohos5.0/base/update/updateservice/services/firmware/upgrade/data_processor/include/
H A Dfirmware_check_data_processor.h33CheckStatus status, const Duration &duration, const std::vector<FirmwareComponent> &componentList);
64 CheckStatus status_ = CheckStatus::CHECK_FAIL;
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dhandler_checker.cpp54 return CheckStatus::COMPLETED; in GetCheckState()
58 return CheckStatus::WAITED_HALF; in GetCheckState()
60 return CheckStatus::WAITING; in GetCheckState()
H A Dwatchdog_task.cpp189 if (EvaluateCheckerState() == CheckStatus::COMPLETED) { in RunHandlerCheckerTask()
290 if (waitState == CheckStatus::COMPLETED) { in EvaluateCheckerState()
292 } else if (waitState == CheckStatus::WAITED_HALF) { in EvaluateCheckerState()
H A Dhandler_checker.h27 enum CheckStatus { enum
/ohos5.0/base/update/updateservice/services/firmware/upgrade/data_processor/src/
H A Dfirmware_check_data_processor.cpp48CheckStatus status, const Duration &duration, const std::vector<FirmwareComponent> &componentList) in SetCheckResult()
60 return status_ == CheckStatus::CHECK_FAIL || in IsCheckFailed()
61 status_ == CheckStatus::FILE_LIST_REQUEST_FAIL || in IsCheckFailed()
62 status_ == CheckStatus::CHANGELOG_REQUEST_FAIL; in IsCheckFailed()
H A Dfirmware_check_data_processor_empty.cpp33CheckStatus status, const Duration &duration, const std::vector<FirmwareComponent> &componentList) in SetCheckResult()
/ohos5.0/base/update/updateservice/services/firmware/upgrade/executor/include/
H A Dfirmware_check_executor.h43 CheckStatus status_ = CheckStatus::CHECK_SUCCESS;
H A Dfirmware_iexecutor.h28CheckStatus status, const Duration &duration, const std::vector<FirmwareComponent> &componentList,
/ohos5.0/base/update/updateservice/services/firmware/upgrade/executor/src/
H A Dfirmware_check_executor.cpp54 …[=](CheckStatus status, const Duration &duration, const std::vector<FirmwareComponent> &firmwareCh… in DoCheck()
61 if (status_ == CheckStatus::CHECK_FAIL || componentList_.size() == 0) { in DoCheck()
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dhandler_checker_test.cpp78 ASSERT_EQ(handlerChecker.GetCheckState(), CheckStatus::WAITED_HALF);
80 ASSERT_EQ(handlerChecker.GetCheckState(), CheckStatus::WAITING);
/ohos5.0/base/update/updateservice/services/firmware/upgrade/flow/src/
H A Dfirmware_flow_manager.cpp82 void FirmwareFlowManager::OnCheckCallback(CheckStatus status, const Duration &duration, in OnCheckCallback()
132 … FirmwareCheckComponentCallback checkCallback {[=](CheckStatus status, const Duration &duration, in CreateInstance()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_client.cpp69 auto result = CheckStatus(); in SendData()
95 auto status = CheckStatus(); in OpenConnect()
133 Status SoftBusClient::CheckStatus() in CheckStatus() function in OHOS::AppDistributedKv::SoftBusClient
H A Dsoftbus_client.h41 Status CheckStatus();
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_framebuffer.h118 GLenum CheckStatus(napi_env env, Impl::WebGLRenderingContextBaseImpl* context) const;
119 …GLenum CheckStatus(napi_env env, Impl::WebGLRenderingContextBaseImpl* context, WebGLAttachmentInfo…
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ext_seccomp_test.cpp91 static int CheckStatus(int status, bool isAllow) in CheckStatus() function in OHOS::MiscServices::SeccompUnitTest
156 return CheckStatus(status, isAllow); in CheckSyscall()
/ohos5.0/base/update/updateservice/services/firmware/upgrade/mode/src/
H A Dfirmware_manual_check_mode_empty.cpp40CheckStatus status, const Duration &duration, const std::vector<FirmwareComponent> &componentList, in SetCheckResult()
H A Dfirmware_manual_check_mode.cpp99CheckStatus status, const Duration &duration, const std::vector<FirmwareComponent> &componentList, in SetCheckResult()
/ohos5.0/base/update/updateservice/services/firmware/upgrade/mode/include/
H A Dfirmware_manual_check_mode.h31 void SetCheckResult(CheckStatus status, const Duration &duration,
H A Dfirmware_iexecute_mode.h41 virtual void SetCheckResult(CheckStatus status, const Duration &duration, in SetCheckResult()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_framebuffer.cpp311 GLenum WebGLFramebuffer::CheckStatus(napi_env env, Impl::WebGLRenderingContextBaseImpl* context, in CheckStatus() function in OHOS::Rosen::WebGLFramebuffer
346 GLenum WebGLFramebuffer::CheckStatus(napi_env env, Impl::WebGLRenderingContextBaseImpl* context) co… in CheckStatus() function in OHOS::Rosen::WebGLFramebuffer
357 result = CheckStatus(env, context, info, attachments, attachedObject); in CheckStatus()
/ohos5.0/base/update/updateservice/services/firmware/upgrade/flow/include/
H A Dfirmware_flow_manager.h40 void OnCheckCallback(CheckStatus status, const Duration &duration,
/ohos5.0/base/time/time_service/services/time/include/
H A Dntp_update_time.h54 bool CheckStatus();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_impl.h39 int CheckStatus() const;
/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/
H A Dnumber_format_impl.h43 void CheckStatus(const errno_t rc, int &status) const;

12