Home
last modified time | relevance | path

Searched defs:byForeground (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test3.cpp850 const bool isFocused, const bool byForeground, FocusChangeReason reason) { in __anond30b60280a02()
H A Dscene_session_manager_test4.cpp1755 bool byForeground = true; variable
H A Dscene_session_manager_proxy_test.cpp627 bool byForeground = true; variable
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_proxy.cpp318 …eneSessionManagerProxy::RequestFocusStatus(int32_t persistentId, bool isFocused, bool byForeground, in RequestFocusStatus()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4824 …or SceneSessionManager::RequestFocusStatus(int32_t persistentId, bool isFocused, bool byForeground, in RequestFocusStatus()
4851 …eneSessionManager::RequestFocusStatusBySCB(int32_t persistentId, bool isFocused, bool byForeground, in RequestFocusStatusBySCB()
4938 WSError SceneSessionManager::RequestSessionFocus(int32_t persistentId, bool byForeground, FocusChan… in RequestSessionFocus()
5161 …SceneSessionManager::RequestFocusSpecificCheck(sptr<SceneSession>& sceneSession, bool byForeground, in RequestFocusSpecificCheck()
5854 …[this](int32_t persistentId, const bool isFocused, const bool byForeground, FocusChangeReason reas… in RegisterRequestFocusStatusNotifyManagerFunc()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp2387 void Session::NotifyRequestFocusStatusNotifyManager(bool isFocused, bool byForeground, FocusChangeR… in NotifyRequestFocusStatusNotifyManager()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp2616 bool byForeground = false; in OnRequestFocusStatus() local