Home
last modified time | relevance | path

Searched refs:systemBarProperty (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/test/fuzztest/wms/windowscene_fuzzer/
H A Dwindowscene_fuzzer.cpp185 SystemBarProperty systemBarProperty; in DoSomethingInterestingWithMyAPI() local
187 startPos += GetObject<SystemBarProperty>(systemBarProperty, data + startPos, size - startPos); in DoSomethingInterestingWithMyAPI()
189 windowScene->SetSystemBarProperty(type, systemBarProperty); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp365 SystemBarProperty systemBarProperty; in CheckWindowImplFunctionsPart1() local
367 startPos += GetObject(systemBarProperty, data + startPos, size - startPos); in CheckWindowImplFunctionsPart1()
368 window->SetSystemBarProperty(windowType, systemBarProperty); in CheckWindowImplFunctionsPart1()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp388 SystemBarProperty *systemBarProperty = new SystemBarProperty(); in HWTEST_F() local
391 windowSessionProperty.SetSystemBarProperty(windowtype, *systemBarProperty); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1281 WSError SceneSession::SetSystemBarProperty(WindowType type, SystemBarProperty systemBarProperty) in SetSystemBarProperty() argument
1286 systemBarProperty.enable_, systemBarProperty.backgroundColor_, systemBarProperty.contentColor_, in SetSystemBarProperty()
1287 systemBarProperty.enableAnimation_, systemBarProperty.settingFlag_); in SetSystemBarProperty()
1293 property->SetSystemBarProperty(type, systemBarProperty); in SetSystemBarProperty()
1294 if (type == WindowType::WINDOW_TYPE_STATUS_BAR && systemBarProperty.enable_) { in SetSystemBarProperty()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h281 WSError SetSystemBarProperty(WindowType type, SystemBarProperty systemBarProperty);

Completed in 20 milliseconds