/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_stage_proxy_test.cpp | 368 HWTEST_F(SessionStageProxyTest, SetPiPControlEvent, Function | SmallTest | Level1) 373 sessionStage_->SetPiPControlEvent(controlType, status);
|
H A D | scene_session_test2.cpp | 1407 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 D | mock_session_stage.h | 60 …MOCK_METHOD2(SetPiPControlEvent, WSError(WsPiPControlType controlType, WsPiPControlStatus status));
|
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/ |
H A D | session_stage_proxy.h | 63 WSError SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status) override;
|
H A D | session_stage_interface.h | 100 virtual WSError SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status) = 0;
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session.h | 127 static napi_value SetPiPControlEvent(napi_env env, napi_callback_info info);
|
H A D | js_scene_session.cpp | 322 …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 D | session_stage_stub.cpp | 481 …SetPiPControlEvent(static_cast<WsPiPControlType>(controlType), static_cast<WsPiPControlStatus>(sta… in HandleSetPiPControlEvent()
|
H A D | session_stage_proxy.cpp | 1023 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 D | window_session_impl_test4.cpp | 546 HWTEST_F(WindowSessionImplTest4, SetPiPControlEvent, Function | SmallTest | Level2) 556 WSError res = window->SetPiPControlEvent(controlType, status);
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_session_impl.h | 247 WSError SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status) override;
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scene_session.h | 246 WSError SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status);
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 2099 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 D | window_session_impl.cpp | 3267 WSError WindowSessionImpl::SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus stat… in SetPiPControlEvent() function in OHOS::Rosen::WindowSessionImpl
|