Home
last modified time | relevance | path

Searched refs:SetPiPControlEvent (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_proxy_test.cpp368 HWTEST_F(SessionStageProxyTest, SetPiPControlEvent, Function | SmallTest | Level1)
373 sessionStage_->SetPiPControlEvent(controlType, status);
H A Dscene_session_test2.cpp1407 HWTEST_F(SceneSessionTest2, SetPiPControlEvent, Function | SmallTest | Level2)
1421 WSError res = sceneSession->SetPiPControlEvent(controlType, status);
1430 res = sceneSession->SetPiPControlEvent(controlType, status);
/ohos5.0/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stage.h60 …MOCK_METHOD2(SetPiPControlEvent, WSError(WsPiPControlType controlType, WsPiPControlStatus status));
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_proxy.h63 WSError SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status) override;
H A Dsession_stage_interface.h100 virtual WSError SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status) = 0;
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.h127 static napi_value SetPiPControlEvent(napi_env env, napi_callback_info info);
H A Djs_scene_session.cpp322 …ativeFunction(env, objValue, "setPiPControlEvent", moduleName, JsSceneSession::SetPiPControlEvent); in BindNativeMethod()
1881 napi_value JsSceneSession::SetPiPControlEvent(napi_env env, napi_callback_info info) in SetPiPControlEvent() function in OHOS::Rosen::JsSceneSession
4270 session->SetPiPControlEvent(controlType, status); in OnSetPiPControlEvent()
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp481SetPiPControlEvent(static_cast<WsPiPControlType>(controlType), static_cast<WsPiPControlStatus>(sta… in HandleSetPiPControlEvent()
H A Dsession_stage_proxy.cpp1023 WSError SessionStageProxy::SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus stat… in SetPiPControlEvent() function in OHOS::Rosen::SessionStageProxy
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test4.cpp546 HWTEST_F(WindowSessionImplTest4, SetPiPControlEvent, Function | SmallTest | Level2)
556 WSError res = window->SetPiPControlEvent(controlType, status);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h247 WSError SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status) override;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h246 WSError SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp2099 WSError SceneSession::SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status) in SetPiPControlEvent() function in OHOS::Rosen::SceneSession
2108 return sessionStage_->SetPiPControlEvent(controlType, status); in SetPiPControlEvent()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp3267 WSError WindowSessionImpl::SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus stat… in SetPiPControlEvent() function in OHOS::Rosen::WindowSessionImpl