/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | system_bar_style_ohos.cpp | 82 window->SetSystemBarProperties(tempStyle->properties_, tempStyle->propertyFlags_); in SetSystemBarStyle()
|
/foundation/window/window_manager/wm/include/ |
H A D | window_scene_session_impl.h | 132 WMError SetSystemBarProperties(const std::map<WindowType, SystemBarProperty>& properties,
|
H A D | window_impl.h | 316 virtual WMError SetSystemBarProperties(const std::map<WindowType, SystemBarProperty>& properties,
|
/foundation/window/window_manager/previewer/include/ |
H A D | window.h | 161 virtual WMError SetSystemBarProperties(const std::map<WindowType, SystemBarProperty>& properties,
|
H A D | window_impl.h | 91 virtual WMError SetSystemBarProperties(const std::map<WindowType, SystemBarProperty>& properties,
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window.h | 81 static napi_value SetSystemBarProperties(napi_env env, napi_callback_info info);
|
H A D | js_window.cpp | 369 napi_value JsWindow::SetSystemBarProperties(napi_env env, napi_callback_info info)
in SetSystemBarProperties() function in OHOS::Rosen::JsWindow 371 TLOGD(WmsLogTag::WMS_IMMS, "SetSystemBarProperties");
in SetSystemBarProperties() 6954 BindNativeFunction(env, object, "setSystemBarProperties", moduleName, JsWindow::SetSystemBarProperties);
in BindFunctions()
|
/foundation/window/window_manager/previewer/src/ |
H A D | window_impl.cpp | 397 WMError WindowImpl::SetSystemBarProperties(const std::map<WindowType, SystemBarProperty>& properties, in SetSystemBarProperties() function in OHOS::Rosen::WindowImpl
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_scene_session_impl_test.cpp | 1124 * @tc.name: SetSystemBarProperties 1125 * @tc.desc: SetSystemBarProperties test 1128 HWTEST_F(WindowSceneSessionImplTest, SetSystemBarProperties, Function | SmallTest | Level3) in HWTEST_F() 1133 option->SetWindowName("SetSystemBarProperties"); in HWTEST_F() 1150 ASSERT_EQ(WMError::WM_OK, window->SetSystemBarProperties(properties, propertyFlags)); in HWTEST_F()
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window.h | 1917 virtual WMError SetSystemBarProperties(const std::map<WindowType, SystemBarProperty>& properties, in SetSystemBarProperties() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
|
/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 876 WMError WindowImpl::SetSystemBarProperties(const std::map<WindowType, SystemBarProperty>& properties, in SetSystemBarProperties() function in OHOS::Rosen::WindowImpl
|
H A D | window_scene_session_impl.cpp | 2068 WMError WindowSceneSessionImpl::SetSystemBarProperties(const std::map<WindowType, SystemBarProperty>& properties, in SetSystemBarProperties() function in OHOS::Rosen::WindowSceneSessionImpl
|