/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_model.h | 57 virtual void SetRecoverable(bool recoverable) {} in SetRecoverable() argument
|
H A D | navdestination_group_node.h | 163 void SetRecoverable(bool recoverable) in SetRecoverable() argument
|
H A D | navdestination_model_ng.cpp | 562 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 D | navigation_model.h | 92 virtual void SetRecoverable(bool recoverable) {} in SetRecoverable() argument 93 virtual void SetEnableDragBar(bool recoverable) {} in SetEnableDragBar() argument
|
H A D | navigation_group_node.h | 267 void SetRecoverable(bool recoverable) in SetRecoverable() argument
|
H A D | navigation_model_ng.cpp | 1364 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 D | entry_page_info.h | 57 bool ReplaceRecoverable(bool recoverable) in ReplaceRecoverable() argument
|
H A D | page_router_manager.h | 62 bool recoverable = true; member
|
H A D | frontend_delegate_declarative_ng.cpp | 388 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 D | arkts_native_nav_destination_bridge.cpp | 289 bool recoverable = recoverableArg->ToBoolean(vm)->Value(); in SetRecoverable() local
|
H A D | arkts_native_navigation_bridge.cpp | 535 bool recoverable = recoverableArg->ToBoolean(vm)->Value(); in SetRecoverable() local
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | nav_destination_modifier.cpp | 207 void SetNavDestinationRecoverable(ArkUINodeHandle node, ArkUI_Bool recoverable) in SetNavDestinationRecoverable() argument
|
H A D | navigation_modifier.cpp | 360 void SetNavigationRecoverable(ArkUINodeHandle node, ArkUI_Bool recoverable) in SetNavigationRecoverable() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 74 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 D | frontend_delegate_impl.cpp | 595 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 D | js_navdestination.cpp | 492 auto recoverable = info[0]->ToBoolean(); in SetRecoverable() local
|
H A D | js_navigation.cpp | 856 auto recoverable = info[0]->ToBoolean(); in SetRecoverable() local
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 153 bool recoverable = false; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_profile.cpp | 199 bool recoverable = false; member
|
/foundation/arkui/ace_engine/interfaces/napi/kits/router/ |
H A D | js_router.cpp | 97 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 D | ability_info.h | 259 bool recoverable = false; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 168 bool recoverable = false; member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.cpp | 820 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
|