Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager_lite.cpp272 WSError SceneSessionManagerLite::NotifyAppUseControlList( in NotifyAppUseControlList() function in OHOS::Rosen::SceneSessionManagerLite
275 return SceneSessionManager::GetInstance().NotifyAppUseControlList(type, userId, controlList); in NotifyAppUseControlList()
H A Dscene_session_manager.cpp8033 WSError SceneSessionManager::NotifyAppUseControlList( in NotifyAppUseControlList() function in OHOS::Rosen::SceneSessionManager
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test10.cpp541 HWTEST_F(SceneSessionManagerTest10, NotifyAppUseControlList, Function | SmallTest | Level3)
547 ssm_->NotifyAppUseControlList(ControlAppType::APP_LOCK, -1, controlList));
554 ssm_->NotifyAppUseControlList(ControlAppType::APP_LOCK, -1, controlList));
H A Dscene_session_manager_lite_stub_test.cpp202 WSError NotifyAppUseControlList(ControlAppType type, int32_t userId, in NotifyAppUseControlList() function in OHOS::Rosen::MockSceneSessionManagerLiteStub
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_lite_interface.h134 virtual WSError NotifyAppUseControlList(
H A Dscene_session_manager_lite_proxy.h89 WSError NotifyAppUseControlList(ControlAppType type, int32_t userId,
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager_lite.h82 WSError NotifyAppUseControlList(ControlAppType type, int32_t userId,
H A Dscene_session_manager.h478 WSError NotifyAppUseControlList(
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_stub.cpp753 WSError ret = NotifyAppUseControlList(type, userId, controlList); in HandleNotifyAppUseControlList()
H A Dscene_session_manager_lite_proxy.cpp1334 WSError SceneSessionManagerLiteProxy::NotifyAppUseControlList( in NotifyAppUseControlList() function in OHOS::Rosen::SceneSessionManagerLiteProxy