Searched refs:systemBarProperty (Results 1 - 5 of 5) sorted by relevance
/foundation/window/window_manager/test/fuzztest/wms/windowscene_fuzzer/ |
H A D | windowscene_fuzzer.cpp | 185 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 D | window_fuzzer.cpp | 365 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 D | window_session_property_test.cpp | 388 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 D | scene_session.cpp | 1281 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 D | scene_session.h | 281 WSError SetSystemBarProperty(WindowType type, SystemBarProperty systemBarProperty);
|
Completed in 14 milliseconds