Home
last modified time | relevance | path

Searched refs:byForeground (Results 1 - 11 of 11) sorted by relevance

/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_proxy.h45 WMError RequestFocusStatus(int32_t persistentId, bool isFocused, bool byForeground = true,
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h235 WMError RequestFocusStatus(int32_t persistentId, bool isFocused, bool byForeground = true,
237 WMError RequestFocusStatusBySCB(int32_t persistentId, bool isFocused, bool byForeground = true,
553 WSError RequestSessionFocus(int32_t persistentId, bool byForeground = true,
560 WSError RequestFocusSpecificCheck(sptr<SceneSession>& sceneSession, bool byForeground,
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h196 virtual WMError RequestFocusStatus(int32_t persistentId, bool isFocused, bool byForeground = true, in RequestFocusStatus()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h59 std::function<void(int32_t persistentId, const bool isFocused, const bool byForeground, FocusChangeReason reason)>;
368 void NotifyRequestFocusStatusNotifyManager(bool isFocused, bool byForeground = true,
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_proxy_test.cpp686 bool byForeground = true; in HWTEST_F() local
692 ASSERT_EQ(WMError::WM_OK, sceneSessionManagerProxy_->RequestFocusStatus(persistendId, isFocused, byForeground)); in HWTEST_F()
H A Dscene_session_manager_test4.cpp1678 bool byForeground = true; in HWTEST_F() local
1681 WSError result = ssm_->RequestFocusSpecificCheck(sceneSession, byForeground, reason); in HWTEST_F()
1689 result = ssm_->RequestFocusSpecificCheck(sceneSession, byForeground, reason); in HWTEST_F()
H A Dsession_test3.cpp926 const bool isFocused, const bool byForeground, FocusChangeReason reason) { in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4607 WMError SceneSessionManager::RequestFocusStatus(int32_t persistentId, bool isFocused, bool byForeground, in RequestFocusStatus() argument
4622 auto task = [this, persistentId, isFocused, byForeground, reason]() { in RequestFocusStatus()
4624 RequestSessionFocus(persistentId, byForeground, reason); in RequestFocusStatus()
4634 WMError SceneSessionManager::RequestFocusStatusBySCB(int32_t persistentId, bool isFocused, bool byForeground, in RequestFocusStatusBySCB() argument
4638 auto task = [this, persistentId, isFocused, byForeground, reason]() { in RequestFocusStatusBySCB()
4647 PostProcessFocusState state = { true, true, byForeground, reason }; in RequestFocusStatusBySCB()
4655 if (RequestSessionFocus(persistentId, byForeground, reason) != WSError::WS_OK) { in RequestFocusStatusBySCB()
4658 PostProcessFocusState state = { true, true, byForeground, reason }; in RequestFocusStatusBySCB()
4720 WSError SceneSessionManager::RequestSessionFocus(int32_t persistentId, bool byForeground, FocusChangeReason reason) in RequestSessionFocus() argument
4723 persistentId, byForeground, reaso in RequestSessionFocus()
4938 RequestFocusSpecificCheck(sptr<SceneSession>& sceneSession, bool byForeground, FocusChangeReason reason) RequestFocusSpecificCheck() argument
[all...]
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp2480 bool byForeground = false; in OnRequestFocusStatus() local
2481 if (!ConvertFromJsValue(env, argv[ARG_INDEX_TWO], byForeground)) { in OnRequestFocusStatus()
2482 WLOGFE("[NAPI]Failed to convert parameter to byForeground"); in OnRequestFocusStatus()
2496 TLOGI(WmsLogTag::WMS_FOCUS, "[NAPI]Id: %{public}d, isFocused: %{public}d, byForeground: %{public}d, " in OnRequestFocusStatus()
2497 "reason: %{public}d", persistentId, isFocused, byForeground, reason); in OnRequestFocusStatus()
2499 SceneSessionManager::GetInstance().RequestFocusStatusBySCB(persistentId, isFocused, byForeground, reason); in OnRequestFocusStatus()
2501 SceneSessionManager::GetInstance().RequestFocusStatus(persistentId, isFocused, byForeground, reason); in OnRequestFocusStatus()
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_proxy.cpp318 WMError SceneSessionManagerProxy::RequestFocusStatus(int32_t persistentId, bool isFocused, bool byForeground, in RequestFocusStatus() argument
322 %{public}u, byForeground: %{public}d, reason: %{public}d", persistentId, isFocused, byForeground, reason); in RequestFocusStatus()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp2282 void Session::NotifyRequestFocusStatusNotifyManager(bool isFocused, bool byForeground, FocusChangeReason reason) in NotifyRequestFocusStatusNotifyManager() argument
2287 requestFocusStatusNotifyManagerFunc_(GetPersistentId(), isFocused, byForeground, reason); in NotifyRequestFocusStatusNotifyManager() local

Completed in 42 milliseconds