/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | system_bar_style_ohos.h | 34 …static void SetSystemBarStyle(const sptr<Rosen::Window>& window, const RefPtr<SystemBarStyle>& sty…
|
H A D | system_bar_style_ohos.cpp | 79 void SystemBarStyleOhos::SetSystemBarStyle(const sptr<Rosen::Window>& window, const RefPtr<SystemBa… in SetSystemBarStyle() function in OHOS::Ace::SystemBarStyleOhos
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_navdestination.h | 46 static void SetSystemBarStyle(const JSCallbackInfo& info);
|
H A D | js_navigation.h | 58 static void SetSystemBarStyle(const JSCallbackInfo& info);
|
H A D | js_navdestination.cpp | 609 JSClass<JSNavDestination>::StaticMethod("systemBarStyle", &JSNavDestination::SetSystemBarStyle); in JSBind() 617 void JSNavDestination::SetSystemBarStyle(const JSCallbackInfo& info) in SetSystemBarStyle() function in OHOS::Ace::Framework::JSNavDestination 627 NavDestinationModel::GetInstance()->SetSystemBarStyle(style); in SetSystemBarStyle()
|
H A D | js_navigation.cpp | 276 JSClass<JSNavigation>::StaticMethod("systemBarStyle", &JSNavigation::SetSystemBarStyle); in JSBind() 836 void JSNavigation::SetSystemBarStyle(const JSCallbackInfo& info) in SetSystemBarStyle() function in OHOS::Ace::Framework::JSNavigation 846 NavigationModel::GetInstance()->SetSystemBarStyle(style); in SetSystemBarStyle()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | navigation_system_bar_style_test_ng.cpp | 224 navigationPattern->SetSystemBarStyle(newStyle1.value()); 234 navigationPattern->SetSystemBarStyle(newStyle2.value());
|
H A D | navigation_branch_test_ng.cpp | 1226 pattern->SetSystemBarStyle(nullptr); 1254 pattern->SetSystemBarStyle(nullptr); 1288 pattern->SetSystemBarStyle(nullptr); 1321 pattern->SetSystemBarStyle(newStyle);
|
H A D | navigation_pattern_testtwo_ng.cpp | 278 navigationPattern->SetSystemBarStyle(style);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_model.h | 74 virtual void SetSystemBarStyle(const RefPtr<SystemBarStyle>& style) {}; in SetSystemBarStyle() function
|
H A D | navdestination_model_ng.h | 66 void SetSystemBarStyle(const RefPtr<SystemBarStyle>& style) override;
|
H A D | navdestination_pattern.h | 229 void SetSystemBarStyle(const RefPtr<SystemBarStyle>& style);
|
H A D | navdestination_pattern.cpp | 417 void NavDestinationPattern::SetSystemBarStyle(const RefPtr<SystemBarStyle>& style) in SetSystemBarStyle() function in OHOS::Ace::NG::NavDestinationPattern 434 windowManager->SetSystemBarStyle(currStyle_.value()); in SetSystemBarStyle()
|
H A D | navdestination_model_ng.cpp | 728 void NavDestinationModelNG::SetSystemBarStyle(const RefPtr<SystemBarStyle>& style) in SetSystemBarStyle() function in OHOS::Ace::NG::NavDestinationModelNG 736 pattern->SetSystemBarStyle(style); in SetSystemBarStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_model.h | 91 virtual void SetSystemBarStyle(const RefPtr<SystemBarStyle>& style) {}; in SetSystemBarStyle() function
|
H A D | navigation_model_ng.h | 96 void SetSystemBarStyle(const RefPtr<SystemBarStyle>& style) override;
|
H A D | navigation_pattern.h | 384 void SetSystemBarStyle(const RefPtr<SystemBarStyle>& style);
|
H A D | navigation_pattern.cpp | 329 void NavigationPattern::SetSystemBarStyle(const RefPtr<SystemBarStyle>& style) in SetSystemBarStyle() function in OHOS::Ace::NG::NavigationPattern 368 windowManager->SetSystemBarStyle(currStyle_.value()); in SetSystemBarStyle() 505 windowManager->SetSystemBarStyle(currStyle_.value()); in UpdateSystemBarStyleWithTopNavPath() 514 windowManager->SetSystemBarStyle(backupStyle_.value()); in TryRestoreSystemBarStyle() 587 windowManager->SetSystemBarStyle(destCurrStyle.value()); in ApplyTopNavPathSystemBarStyleOrRestore()
|
H A D | navigation_model_ng.cpp | 1485 void NavigationModelNG::SetSystemBarStyle(const RefPtr<SystemBarStyle>& style) in SetSystemBarStyle() function in OHOS::Ace::NG::NavigationModelNG 1492 pattern->SetSystemBarStyle(style); in SetSystemBarStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | container_window_manager.h | 263 void SetSystemBarStyle(const RefPtr<SystemBarStyle>& style) in SetSystemBarStyle() function
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.cpp | 2366 SystemBarStyleOhos::SetSystemBarStyle(window, style); in InitWindowCallback()
|