Searched refs:PerformAction (Results 1 - 12 of 12) sorted by relevance
/base/update/sys_installer/frameworks/actions/include/ |
H A D | iaction.h | 36 virtual void PerformAction() = 0;
|
/base/update/sys_installer/frameworks/actions/verify_action/include/ |
H A D | pkg_verify.h | 31 void PerformAction() override;
|
/base/update/sys_installer/services/ab_update/include/ |
H A D | ab_update.h | 31 void PerformAction() override;
|
/base/update/sys_installer/frameworks/action_processer/src/ |
H A D | action_processer.cpp | 68 curAction_->PerformAction(); in Start() 158 curAction_->PerformAction(); in StartNextAction()
|
/base/update/sys_installer/frameworks/actions/verify_action/src/ |
H A D | pkg_verify.cpp | 64 void PkgVerify::PerformAction() in PerformAction() function in OHOS::SysInstaller::PkgVerify 70 LOG(INFO) << "PerformAction ret:" << ret; in PerformAction()
|
/base/update/sys_installer/services/ab_update/src/ |
H A D | ab_update.cpp | 77 void ABUpdate::PerformAction() in PerformAction() function in OHOS::SysInstaller::ABUpdate 83 LOG(INFO) << "PerformAction ret:" << updateRet; in PerformAction()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_nweb.h | 1355 virtual void PerformAction(int64_t accessibilityId, uint32_t action,
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_nweb_impl.h | 1192 void PerformAction(int64_t accessibility_id, uint32_t action,
|
H A D | ark_web_nweb_impl.cpp | 1065 void ArkWebNWebImpl::PerformAction(int64_t accessibility_id, uint32_t action, in PerformAction() function in OHOS::ArkWeb::ArkWebNWebImpl 1068 nweb_nweb_->PerformAction(accessibility_id, action, ArkWebStringMapStructToClass(actionArguments)); in PerformAction()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_nweb_wrapper.cpp | 1326 void ArkWebNWebWrapper::PerformAction(int64_t accessibility_id, uint32_t action, in PerformAction() function in OHOS::ArkWeb::ArkWebNWebWrapper 1330 ark_web_nweb_->PerformAction(accessibility_id, action, stArguments); in PerformAction()
|
H A D | ark_web_nweb_wrapper.h | 1290 void PerformAction(int64_t accessibilityId, uint32_t action,
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 1392 virtual void PerformAction(int64_t accessibilityId, uint32_t action, in PerformAction() function in OHOS::NWeb::PrecompileError::NWeb
|
Completed in 13 milliseconds