/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | nav_destination_modifier.cpp | 82 void SetIgnoreLayoutSafeArea(ArkUINodeHandle node, const char* typeStr, const char* edgesStr) in SetIgnoreLayoutSafeArea() function 93 NavDestinationModelNG::SetIgnoreLayoutSafeArea(frameNode, opts); in SetIgnoreLayoutSafeArea() 115 NavDestinationModelNG::SetIgnoreLayoutSafeArea(frameNode, opts); in SetIgnoreLayoutSafeArea() 125 NavDestinationModelNG::SetIgnoreLayoutSafeArea(frameNode, opts); in ResetIgnoreLayoutSafeArea() 250 SetIgnoreLayoutSafeArea, in GetNavDestinationModifier() 276 SetIgnoreLayoutSafeArea, in GetCJUINavDestinationModifier()
|
H A D | navigation_modifier.cpp | 249 NavigationModelNG::SetIgnoreLayoutSafeArea(frameNode, opts); in SetNavIgnoreLayoutSafeArea() 271 NavigationModelNG::SetIgnoreLayoutSafeArea(frameNode, opts); in SetNavIgnoreLayoutSafeArea() 281 NavigationModelNG::SetIgnoreLayoutSafeArea(frameNode, opts); in ResetNavIgnoreLayoutSafeArea()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_model_ng.h | 63 void SetIgnoreLayoutSafeArea(const SafeAreaExpandOpts& opts) override; 64 static void SetIgnoreLayoutSafeArea(FrameNode* frameNode, const SafeAreaExpandOpts& opts);
|
H A D | navdestination_model.h | 73 virtual void SetIgnoreLayoutSafeArea(const NG::SafeAreaExpandOpts& opts) {}; in SetIgnoreLayoutSafeArea() function
|
H A D | navdestination_model_ng.cpp | 699 void NavDestinationModelNG::SetIgnoreLayoutSafeArea(const SafeAreaExpandOpts& opts) in SetIgnoreLayoutSafeArea() function in OHOS::Ace::NG::NavDestinationModelNG 710 void NavDestinationModelNG::SetIgnoreLayoutSafeArea(FrameNode* frameNode, const SafeAreaExpandOpts&… in SetIgnoreLayoutSafeArea() function in OHOS::Ace::NG::NavDestinationModelNG
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_model_ng.h | 94 void SetIgnoreLayoutSafeArea(const NG::SafeAreaExpandOpts& opts) override; 95 static void SetIgnoreLayoutSafeArea(FrameNode* frameNode, const NG::SafeAreaExpandOpts& opts);
|
H A D | navigation_model.h | 90 virtual void SetIgnoreLayoutSafeArea(const NG::SafeAreaExpandOpts& opts) {}; in SetIgnoreLayoutSafeArea() function
|
H A D | navigation_model_ng.cpp | 1462 void NavigationModelNG::SetIgnoreLayoutSafeArea(const SafeAreaExpandOpts& opts) in SetIgnoreLayoutSafeArea() function in OHOS::Ace::NG::NavigationModelNG 1474 void NavigationModelNG::SetIgnoreLayoutSafeArea(FrameNode* frameNode, const SafeAreaExpandOpts& opt… in SetIgnoreLayoutSafeArea() function in OHOS::Ace::NG::NavigationModelNG
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_nav_destination_bridge.h | 33 static ArkUINativeModuleValue SetIgnoreLayoutSafeArea(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_navigation_bridge.h | 51 static ArkUINativeModuleValue SetIgnoreLayoutSafeArea(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_nav_destination_bridge.cpp | 174 ArkUINativeModuleValue NavDestinationBridge::SetIgnoreLayoutSafeArea(ArkUIRuntimeCallInfo *runtimeC… in SetIgnoreLayoutSafeArea() function in OHOS::Ace::NG::NavDestinationBridge
|
H A D | arkts_native_navigation_bridge.cpp | 428 ArkUINativeModuleValue NavigationBridge::SetIgnoreLayoutSafeArea(ArkUIRuntimeCallInfo *runtimeCallI… in SetIgnoreLayoutSafeArea() function in OHOS::Ace::NG::NavigationBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 2524 …::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), NavDestinationBridge::SetIgnoreLayoutSafeArea)); in GetArkUINativeModule() 3411 …anda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), NavigationBridge::SetIgnoreLayoutSafeArea)); in RegisterNavigationAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_navdestination.h | 45 static void SetIgnoreLayoutSafeArea(const JSCallbackInfo& info);
|
H A D | js_navigation.h | 57 static void SetIgnoreLayoutSafeArea(const JSCallbackInfo& info);
|
H A D | js_navdestination.cpp | 474 void JSNavDestination::SetIgnoreLayoutSafeArea(const JSCallbackInfo& info) in SetIgnoreLayoutSafeArea() function in OHOS::Ace::Framework::JSNavDestination 509 NavDestinationModel::GetInstance()->SetIgnoreLayoutSafeArea(opts); in SetIgnoreLayoutSafeArea() 608 …SNavDestination>::StaticMethod("ignoreLayoutSafeArea", &JSNavDestination::SetIgnoreLayoutSafeArea); in JSBind()
|
H A D | js_navigation.cpp | 275 …SClass<JSNavigation>::StaticMethod("ignoreLayoutSafeArea", &JSNavigation::SetIgnoreLayoutSafeArea); in JSBind() 798 void JSNavigation::SetIgnoreLayoutSafeArea(const JSCallbackInfo& info) in SetIgnoreLayoutSafeArea() function in OHOS::Ace::Framework::JSNavigation 833 NavigationModel::GetInstance()->SetIgnoreLayoutSafeArea(opts); in SetIgnoreLayoutSafeArea()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | navigation_model_impl.h | 64 void SetIgnoreLayoutSafeArea(const NG::SafeAreaExpandOpts& opts) override;
|
H A D | navigation_model_impl.cpp | 281 void NavigationModelImpl::SetIgnoreLayoutSafeArea(const NG::SafeAreaExpandOpts& opts) {} in SetIgnoreLayoutSafeArea() function in OHOS::Ace::Framework::NavigationModelImpl
|