Home
last modified time | relevance | path

Searched refs:expectNav (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_immersive_test.cpp76 void DumpFailedInfo(bool expectStatus, bool expectNav);
77 bool SystemBarEnableState(bool expectStatus, bool expectNav);
122 void WindowImmersiveTest::DumpFailedInfo(bool expectStatus, bool expectNav) in DumpFailedInfo() argument
126 WLOGI("expectStatus: %{public}4d, expectNav: %{public}4d", expectStatus, expectNav); in DumpFailedInfo()
160 bool WindowImmersiveTest::SystemBarEnableState(bool expectStatus, bool expectNav) in SystemBarEnableState() argument
167 … || (tint.type_ == WindowType::WINDOW_TYPE_NAVIGATION_BAR && tint.prop_.enable_ == expectNav)) { in SystemBarEnableState()
174 DumpFailedInfo(expectStatus, expectNav); in SystemBarEnableState()