Home
last modified time | relevance | path

Searched refs:isFocusableOnShow (Results 1 - 7 of 7) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_proxy.h101 WSError SetFocusableOnShow(bool isFocusableOnShow) override;
H A Dsession_interface.h279 * @param isFocusableOnShow True means window can get focus when it shows to foreground, false means the opposite.
282 virtual WSError SetFocusableOnShow(bool isFocusableOnShow) { return WSError::WS_OK; } in SetFocusableOnShow() argument
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp1175 bool isFocusableOnShow = true; in HandleSetFocusableOnShow() local
1176 if (!data.ReadBool(isFocusableOnShow)) { in HandleSetFocusableOnShow()
1177 TLOGE(WmsLogTag::WMS_FOCUS, "read isFocusableOnShow failed"); in HandleSetFocusableOnShow()
1180 WSError ret = SetFocusableOnShow(isFocusableOnShow); in HandleSetFocusableOnShow()
H A Dsession_proxy.cpp1919 WSError SessionProxy::SetFocusableOnShow(bool isFocusableOnShow) in SetFocusableOnShow() argument
1928 if (!data.WriteBool(isFocusableOnShow)) { in SetFocusableOnShow()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp541 WSError Session::SetFocusableOnShow(bool isFocusableOnShow) in SetFocusableOnShow() argument
543 auto task = [weakThis = wptr(this), isFocusableOnShow]() { in SetFocusableOnShow()
550 session->GetPersistentId(), isFocusableOnShow); in SetFocusableOnShow()
551 session->focusableOnShow_ = isFocusableOnShow; in SetFocusableOnShow()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h358 WSError SetFocusableOnShow(bool isFocusableOnShow) override; // Used when showing window
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp2394 bool isFocusableOnShow = true; in OnSetFocusableOnShow() local
2395 if (!ConvertFromJsValue(env, argv[0], isFocusableOnShow)) { in OnSetFocusableOnShow()
2406 session->SetFocusableOnShow(isFocusableOnShow); in OnSetFocusableOnShow()

Completed in 20 milliseconds