Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h427 void NotifyUpdateAppUseControl(ControlAppType type, bool isNeedControl);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp776 void SceneSession::NotifyUpdateAppUseControl(ControlAppType type, bool isNeedControl) in NotifyUpdateAppUseControl() function in OHOS::Rosen::SceneSession
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp8073 session->NotifyUpdateAppUseControl(type, appUseControlInfo.isNeedControl_); in NotifyAppUseControlList()