Home
last modified time | relevance | path

Searched defs:recoverable (Results 1 - 23 of 23) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_model.h57 virtual void SetRecoverable(bool recoverable) {} in SetRecoverable() argument
H A Dnavdestination_group_node.h163 void SetRecoverable(bool recoverable) in SetRecoverable() argument
H A Dnavdestination_model_ng.cpp562 void NavDestinationModelNG::SetRecoverable(FrameNode* frameNode, bool recoverable) in SetRecoverable() argument
569 void NavDestinationModelNG::SetRecoverable(bool recoverable) in SetRecoverable() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_model.h92 virtual void SetRecoverable(bool recoverable) {} in SetRecoverable() argument
93 virtual void SetEnableDragBar(bool recoverable) {} in SetEnableDragBar() argument
H A Dnavigation_group_node.h267 void SetRecoverable(bool recoverable) in SetRecoverable() argument
H A Dnavigation_model_ng.cpp1364 void NavigationModelNG::SetRecoverable(FrameNode* frameNode, bool recoverable) in SetRecoverable() argument
1371 void NavigationModelNG::SetRecoverable(bool recoverable) in SetRecoverable() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dentry_page_info.h57 bool ReplaceRecoverable(bool recoverable) in ReplaceRecoverable() argument
H A Dpage_router_manager.h62 bool recoverable = true; member
H A Dfrontend_delegate_declarative_ng.cpp388 PushWithCallback(const std::string& uri, const std::string& params, bool recoverable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) PushWithCallback() argument
397 PushNamedRoute(const std::string& uri, const std::string& params, bool recoverable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) PushNamedRoute() argument
421 ReplaceWithCallback(const std::string& uri, const std::string& params, bool recoverable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) ReplaceWithCallback() argument
430 ReplaceNamedRoute(const std::string& uri, const std::string& params, bool recoverable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) ReplaceNamedRoute() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_nav_destination_bridge.cpp289 bool recoverable = recoverableArg->ToBoolean(vm)->Value(); in SetRecoverable() local
H A Darkts_native_navigation_bridge.cpp535 bool recoverable = recoverableArg->ToBoolean(vm)->Value(); in SetRecoverable() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnav_destination_modifier.cpp207 void SetNavDestinationRecoverable(ArkUINodeHandle node, ArkUI_Bool recoverable) in SetNavDestinationRecoverable() argument
H A Dnavigation_modifier.cpp360 void SetNavigationRecoverable(ArkUINodeHandle node, ArkUI_Bool recoverable) in SetNavigationRecoverable() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h74 virtual void PushWithCallback(const std::string& uri, const std::string& params, bool recoverable, in PushWithCallback() argument
77 virtual void PushNamedRoute(const std::string& uri, const std::string& params, bool recoverable, in PushNamedRoute() argument
83 virtual void ReplaceWithCallback(const std::string& uri, const std::string& params, bool recoverable, in ReplaceWithCallback() argument
86 virtual void ReplaceNamedRoute(const std::string& uri, const std::string& params, bool recoverable, in ReplaceNamedRoute() argument
H A Dfrontend_delegate_impl.cpp595 void FrontendDelegateImpl::PushWithCallback(const std::string& uri, const std::string& params, bool recoverable, in PushWithCallback() argument
647 void FrontendDelegateImpl::ReplaceWithCallback(const std::string& uri, const std::string& params, bool recoverable, in ReplaceWithCallback() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navdestination.cpp492 auto recoverable = info[0]->ToBoolean(); in SetRecoverable() local
H A Djs_navigation.cpp856 auto recoverable = info[0]->ToBoolean(); in SetRecoverable() local
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h153 bool recoverable = false; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp199 bool recoverable = false; member
/foundation/arkui/ace_engine/interfaces/napi/kits/router/
H A Djs_router.cpp97 static void ParseRecoverable(napi_env env, napi_value recoverableNApi, bool& recoverable) in ParseRecoverable() argument
114 bool recoverable = true; member
227 napi_value recoverable = nullptr; in ParseParamWithCallback() local
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h259 bool recoverable = false; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp168 bool recoverable = false; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp820 PushWithCallback(const std::string& uri, const std::string& params, bool recoverable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) PushWithCallback() argument
836 PushNamedRoute(const std::string& uri, const std::string& params, bool recoverable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) PushNamedRoute() argument
878 ReplaceWithCallback(const std::string& uri, const std::string& params, bool recoverable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) ReplaceWithCallback() argument
894 ReplaceNamedRoute(const std::string& uri, const std::string& params, bool recoverable, const std::function<void(const std::string&, int32_t)>& errorCallback, uint32_t routerMode) ReplaceNamedRoute() argument

Completed in 35 milliseconds