Home
last modified time | relevance | path

Searched refs:SystemBarStyleOhos (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_bar_style_ohos.h22 class SystemBarStyleOhos : public SystemBarStyle { class
23 DECLARE_ACE_TYPE(SystemBarStyleOhos, SystemBarStyle)
25 SystemBarStyleOhos() = default;
26 ~SystemBarStyleOhos() = default;
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_bar_style_ohos.h27 class SystemBarStyleOhos : public SystemBarStyle { class
28 DECLARE_ACE_TYPE(SystemBarStyleOhos, SystemBarStyle)
30 SystemBarStyleOhos() = default;
31 ~SystemBarStyleOhos() = default;
33 static RefPtr<SystemBarStyleOhos> GetCurrentSystemBarStyle(const sptr<Rosen::Window>& window);
H A Dsystem_bar_style_ohos.cpp51 auto style = AceType::MakeRefPtr<SystemBarStyleOhos>(); in CreateStyleFromJsObj()
62 RefPtr<SystemBarStyleOhos> SystemBarStyleOhos::GetCurrentSystemBarStyle(const sptr<Rosen::Window>& window) in GetCurrentSystemBarStyle()
65 auto style = AceType::MakeRefPtr<SystemBarStyleOhos>(); in GetCurrentSystemBarStyle()
77 void SystemBarStyleOhos::SetSystemBarStyle(const sptr<Rosen::Window>& window, const RefPtr<SystemBarStyle>& style) in SetSystemBarStyle()
80 auto tempStyle = AceType::DynamicCast<SystemBarStyleOhos>(style); in SetSystemBarStyle()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp2341 return SystemBarStyleOhos::GetCurrentSystemBarStyle(window); in InitWindowCallback()
2345 SystemBarStyleOhos::SetSystemBarStyle(window, style); in InitWindowCallback()

Completed in 8 milliseconds