Home
last modified time | relevance | path

Searched refs:navigationBarProperty (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/test/fuzztest/wms/windowscene_fuzzer/
H A Dwindowscene_fuzzer.cpp139 SystemBarProperty navigationBarProperty; in InitWindowOption2() local
141 startPos += GetObject<SystemBarProperty>(navigationBarProperty, data + startPos, size - startPos); in InitWindowOption2()
143 windowOption.SetSystemBarProperty(WindowType::WINDOW_TYPE_NAVIGATION_BAR, navigationBarProperty); in InitWindowOption2()
/foundation/window/window_manager/wmserver/test/unittest/
H A Davoid_area_controller_test.cpp184 sptr<WindowProperty> navigationBarProperty = new WindowProperty(); in SetUpTestCase() local
185 navigationBarProperty->SetWindowId(101u); in SetUpTestCase()
186 navigationBarProperty->SetWindowName("navigation bar"); in SetUpTestCase()
187 navigationBarProperty->SetWindowType(WindowType::WINDOW_TYPE_NAVIGATION_BAR); in SetUpTestCase()
188 navigationBarProperty->SetWindowMode(WindowMode::WINDOW_MODE_FLOATING); in SetUpTestCase()
189 navigationBarProperty->SetWindowRect(navigationRect); in SetUpTestCase()
191 navigationBarWindowNode = new WindowNode(navigationBarProperty, windowListener, nullptr); in SetUpTestCase()

Completed in 2 milliseconds