Searched refs:SetFocusableOnShow (Results 1 - 12 of 12) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/include/zidl/ |
H A D | session_proxy.h | 101 WSError SetFocusableOnShow(bool isFocusableOnShow) override;
|
H A D | session_interface.h | 282 virtual WSError SetFocusableOnShow(bool isFocusableOnShow) { return WSError::WS_OK; } in SetFocusableOnShow() function in OHOS::OHOS::Rosen::ISession
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session.h | 108 static napi_value SetFocusableOnShow(napi_env env, napi_callback_info info);
|
H A D | js_scene_session.cpp | 394 BindNativeFunction(env, objValue, "setFocusableOnShow", moduleName, JsSceneSession::SetFocusableOnShow); in BindNativeMethodForFocus() 1748 napi_value JsSceneSession::SetFocusableOnShow(napi_env env, napi_callback_info info) in SetFocusableOnShow() function in OHOS::Rosen::JsSceneSession 2406 session->SetFocusableOnShow(isFocusableOnShow); in OnSetFocusableOnShow()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test8.cpp | 252 sceneSession->SetFocusableOnShow(false); in HWTEST_F()
|
H A D | session_test3.cpp | 175 * @tc.name: SetFocusableOnShow 176 * @tc.desc: SetFocusableOnShow Test 179 HWTEST_F(WindowSessionTest3, SetFocusableOnShow, Function | SmallTest | Level2) in HWTEST_F() 184 session_->SetFocusableOnShow(focusableOnShow); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | session.h | 358 WSError SetFocusableOnShow(bool isFocusableOnShow) override; // Used when showing window
|
/foundation/window/window_manager/window_scene/session/host/src/zidl/ |
H A D | session_proxy.cpp | 1919 WSError SessionProxy::SetFocusableOnShow(bool isFocusableOnShow) in SetFocusableOnShow() function in OHOS::Rosen::SessionProxy
|
H A D | session_stub.cpp | 1180 WSError ret = SetFocusableOnShow(isFocusableOnShow); in HandleSetFocusableOnShow()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | session.cpp | 541 WSError Session::SetFocusableOnShow(bool isFocusableOnShow) in SetFocusableOnShow() function in OHOS::Rosen::Session
|
/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 3298 auto ret = hostSession->SetFocusableOnShow(withFocus); in UpdateFocusableOnShow() 3300 TLOGE(WmsLogTag::WMS_FOCUS, "SetFocusableOnShow failed, ret: %{public}d, name: %{public}s, id: %{public}d", in UpdateFocusableOnShow()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 5782 sceneSession->SetFocusableOnShow(true); in ProcessFocusWhenForegroundScbCore() 9303 session->SetFocusableOnShow(true); in PostProcessFocus()
|
Completed in 48 milliseconds