Home
last modified time | relevance | path

Searched refs:isReload (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_context.cpp286 widgetRotatePara.isReload = false; in LaunchWidget()
367 widgetRotatePara.isReload = true; in AuthWidgetReload()
459 if (widgetRotatePara.isReload) { in ConnectExtension()
612 if (widgetRotatePara.isReload) { in ProcessRotatePara()
613 widgetCmdParameters.useriamCmdData.isReload = 1; in ProcessRotatePara()
615 widgetCmdParameters.useriamCmdData.isReload = faceReload_; in ProcessRotatePara()
H A Dwidget_json.cpp132 jsonCommand[JSON_WIDGET_IS_RELOAD] = command.isReload; in GetJsonCmd()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_register.h31 bool isReload = false, void* nativeEngine = nullptr);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register.h27 void* nativeEngine, bool isReload = false);
H A Djsi_view_register_impl.cpp1068 …lobalObj, const std::unordered_set<std::string>& formModuleList, void* nativeEngine, bool isReload) in JsBindFormViews() argument
1070 if (!isReload) { in JsBindFormViews()
1109 … TAG_LOGI(AceLogTag::ACE_FORM, "register all form components, isReload:%{public}d", isReload); in JsBindFormViews()
H A Djsi_view_register.cpp1301 …BindingTarget globalObj, const std::unordered_set<std::string>& formModuleList, bool isReload, voi… in JsRegisterFormViews() argument
1307 if (isReload) { in JsRegisterFormViews()
1308 JsBindFormViews(globalObj, formModuleList, nativeEngine, isReload); in JsRegisterFormViews()
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dwidget_json.h86 int32_t isReload {0};
H A Dwidget_context.h90 bool isReload {false};
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_builder.cpp334 bool isReload = ClassifyOperation(operation, initialIndex, cachedItems_, expiringTemp); in OnDatasetChange() local
335 if (isReload) { in OnDatasetChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h169 void OnRefreshAccessedHistory(const std::string& url, bool isReload) override;
H A Dweb_client_impl.cpp479 void WebClientImpl::OnRefreshAccessedHistory(const std::string& url, bool isReload) in OnRefreshAccessedHistory() argument
486 delegate->OnRefreshAccessedHistory(url, isReload); in OnRefreshAccessedHistory()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h570 virtual void OnRefreshAccessedHistory(const std::string& url, bool isReload) {} in OnRefreshAccessedHistory() argument
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md3623 console.log('url:' + event.url + ' isReload:' + event.isRefreshed);
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md3623 console.log('url:' + event.url + ' isReload:' + event.isRefreshed);