Searched refs:HandleSpecificSystemBarProperty (Results 1 - 6 of 6) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test4.cpp | 659 * @tc.name: HandleSpecificSystemBarProperty 660 * @tc.desc: HandleSpecificSystemBarProperty 663 HWTEST_F(SceneSessionTest4, HandleSpecificSystemBarProperty, Function | SmallTest | Level2) in HWTEST_F() 666 info.abilityName_ = "HandleSpecificSystemBarProperty"; in HWTEST_F() 667 info.bundleName_ = "HandleSpecificSystemBarProperty"; in HWTEST_F() 673 sceneSession->HandleSpecificSystemBarProperty(type, property); in HWTEST_F() 676 sceneSession->HandleSpecificSystemBarProperty(type, property); in HWTEST_F() 679 sceneSession->HandleSpecificSystemBarProperty(type, property); in HWTEST_F() 685 sceneSession->HandleSpecificSystemBarProperty(type, property); in HWTEST_F() 688 sceneSession->HandleSpecificSystemBarProperty(typ in HWTEST_F() [all...] |
H A D | scene_session_manager_test5.cpp | 486 * @tc.name: HandleSpecificSystemBarProperty 487 * @tc.desc: HandleSpecificSystemBarProperty 490 HWTEST_F(SceneSessionManagerTest5, HandleSpecificSystemBarProperty, Function | SmallTest | Level3) in HWTEST_F() 500 ssm_->HandleSpecificSystemBarProperty(type, property, sceneSession); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scene_session.h | 638 void HandleSpecificSystemBarProperty(WindowType type, const sptr<WindowSessionProperty>& property);
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 3743 HandleSpecificSystemBarProperty(WindowType::WINDOW_TYPE_STATUS_BAR, property); in HandleActionUpdateStatusProps() 3751 HandleSpecificSystemBarProperty(WindowType::WINDOW_TYPE_NAVIGATION_BAR, property); in HandleActionUpdateNavigationProps() 3759 HandleSpecificSystemBarProperty(WindowType::WINDOW_TYPE_NAVIGATION_INDICATOR, property); in HandleActionUpdateNavigationIndicatorProps() 3920 void SceneSession::HandleSpecificSystemBarProperty(WindowType type, const sptr<WindowSessionProperty>& property) in HandleSpecificSystemBarProperty() function in SceneSession
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 630 void HandleSpecificSystemBarProperty(WindowType type, const sptr<WindowSessionProperty>& property,
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 3671 void SceneSessionManager::HandleSpecificSystemBarProperty(WindowType type, const sptr<WindowSessionProperty>& property, in HandleSpecificSystemBarProperty() function in OHOS::Rosen::SceneSessionManager
|
Completed in 33 milliseconds