Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test3.cpp629 HWTEST_F(SceneSessionManagerTest3, OnSCBSystemSessionBufferAvailable, Function | SmallTest | Level3)
632 ssm_->OnSCBSystemSessionBufferAvailable(WindowType::WINDOW_TYPE_KEYGUARD);
H A Dscene_session_manager_test5.cpp214 sceneSessionManager->OnSCBSystemSessionBufferAvailable(WindowType::WINDOW_TYPE_FLOAT);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h870 void OnSCBSystemSessionBufferAvailable(const WindowType type);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1655 void SceneSessionManager::OnSCBSystemSessionBufferAvailable(WindowType type) in OnSCBSystemSessionBufferAvailable() function in OHOS::Rosen::SceneSessionManager
1675 this->OnSCBSystemSessionBufferAvailable(WindowType::WINDOW_TYPE_KEYGUARD); in CreateSceneSession()