Home
last modified time | relevance | path

Searched refs:isSupportPhone (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h99 void SetIsAppSupportPhoneInPc(bool isSupportPhone);
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp961 void WindowSessionProperty::SetIsAppSupportPhoneInPc(bool isSupportPhone) in SetIsAppSupportPhoneInPc() argument
963 isAppSupportPhoneInPc_ = isSupportPhone; in SetIsAppSupportPhoneInPc()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp2418 WSError Session::SetAppSupportPhoneInPc(bool isSupportPhone) in SetAppSupportPhoneInPc() argument
2420 TLOGI(WmsLogTag::WMS_SCB, "isSupportPhone: %{public}d", isSupportPhone); in SetAppSupportPhoneInPc()
2426 property->SetIsAppSupportPhoneInPc(isSupportPhone); in SetAppSupportPhoneInPc()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h311 WSError SetAppSupportPhoneInPc(bool isSupportPhone);
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp4481 bool isSupportPhone = false; in OnSetAppSupportPhoneInPc() local
4482 if (!ConvertFromJsValue(env, argv[0], isSupportPhone)) { in OnSetAppSupportPhoneInPc()
4483 TLOGE(WmsLogTag::WMS_SCB, "[NAPI]Failed to convert parameter to isSupportPhone"); in OnSetAppSupportPhoneInPc()
4493 session->SetAppSupportPhoneInPc(isSupportPhone); in OnSetAppSupportPhoneInPc()

Completed in 19 milliseconds