Home
last modified time | relevance | path

Searched refs:SetSystemBarStyle (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_bar_style_ohos.h34 …static void SetSystemBarStyle(const sptr<Rosen::Window>& window, const RefPtr<SystemBarStyle>& sty…
H A Dsystem_bar_style_ohos.cpp79 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 Djs_navdestination.h46 static void SetSystemBarStyle(const JSCallbackInfo& info);
H A Djs_navigation.h58 static void SetSystemBarStyle(const JSCallbackInfo& info);
H A Djs_navdestination.cpp609 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 Djs_navigation.cpp276 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 Dnavigation_system_bar_style_test_ng.cpp224 navigationPattern->SetSystemBarStyle(newStyle1.value());
234 navigationPattern->SetSystemBarStyle(newStyle2.value());
H A Dnavigation_branch_test_ng.cpp1226 pattern->SetSystemBarStyle(nullptr);
1254 pattern->SetSystemBarStyle(nullptr);
1288 pattern->SetSystemBarStyle(nullptr);
1321 pattern->SetSystemBarStyle(newStyle);
H A Dnavigation_pattern_testtwo_ng.cpp278 navigationPattern->SetSystemBarStyle(style);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_model.h74 virtual void SetSystemBarStyle(const RefPtr<SystemBarStyle>& style) {}; in SetSystemBarStyle() function
H A Dnavdestination_model_ng.h66 void SetSystemBarStyle(const RefPtr<SystemBarStyle>& style) override;
H A Dnavdestination_pattern.h229 void SetSystemBarStyle(const RefPtr<SystemBarStyle>& style);
H A Dnavdestination_pattern.cpp417 void NavDestinationPattern::SetSystemBarStyle(const RefPtr<SystemBarStyle>& style) in SetSystemBarStyle() function in OHOS::Ace::NG::NavDestinationPattern
434 windowManager->SetSystemBarStyle(currStyle_.value()); in SetSystemBarStyle()
H A Dnavdestination_model_ng.cpp728 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 Dnavigation_model.h91 virtual void SetSystemBarStyle(const RefPtr<SystemBarStyle>& style) {}; in SetSystemBarStyle() function
H A Dnavigation_model_ng.h96 void SetSystemBarStyle(const RefPtr<SystemBarStyle>& style) override;
H A Dnavigation_pattern.h384 void SetSystemBarStyle(const RefPtr<SystemBarStyle>& style);
H A Dnavigation_pattern.cpp329 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 Dnavigation_model_ng.cpp1485 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 Dcontainer_window_manager.h263 void SetSystemBarStyle(const RefPtr<SystemBarStyle>& style) in SetSystemBarStyle() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp2366 SystemBarStyleOhos::SetSystemBarStyle(window, style); in InitWindowCallback()