Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test3.cpp708 * @tc.name: SetAppSupportPhoneInPc
709 * @tc.desc: SetAppSupportPhoneInPc
712 HWTEST_F(SceneSessionTest3, SetAppSupportPhoneInPc, Function | SmallTest | Level2) in HWTEST_F()
715 info.abilityName_ = "SetAppSupportPhoneInPc"; in HWTEST_F()
716 info.bundleName_ = "SetAppSupportPhoneInPc"; in HWTEST_F()
720 ASSERT_EQ(WSError::WS_ERROR_NULLPTR, sceneSession->SetAppSupportPhoneInPc(false)); in HWTEST_F()
724 ASSERT_EQ(WSError::WS_OK, sceneSession->SetAppSupportPhoneInPc(false)); in HWTEST_F()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.h139 static napi_value SetAppSupportPhoneInPc(napi_env env, napi_callback_info info);
H A Djs_scene_session.cpp372 JsSceneSession::SetAppSupportPhoneInPc); in BindNativeMethodForCompatiblePcMode()
1925 napi_value JsSceneSession::SetAppSupportPhoneInPc(napi_env env, napi_callback_info info) in SetAppSupportPhoneInPc() function in OHOS::Rosen::JsSceneSession
4493 session->SetAppSupportPhoneInPc(isSupportPhone); in OnSetAppSupportPhoneInPc()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h311 WSError SetAppSupportPhoneInPc(bool isSupportPhone);
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp2418 WSError Session::SetAppSupportPhoneInPc(bool isSupportPhone) in SetAppSupportPhoneInPc() function in OHOS::Rosen::Session

Completed in 17 milliseconds