/foundation/window/window_manager/wm/test/unittest/ |
H A D | picture_in_picture_option_test.cpp | 83 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE; in HWTEST_F() 100 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE; in HWTEST_F()
|
H A D | picture_in_picture_controller_test.cpp | 566 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE; in HWTEST_F() 641 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE; in HWTEST_F()
|
H A D | window_session_impl_test4.cpp | 530 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE; in HWTEST_F() 1277 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE; in HWTEST_F()
|
/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/ |
H A D | js_pip_utils.cpp | 163 (void)SetNamedProperty(env, result, "VIDEO_PLAY_PAUSE", in ExportVideoLiveControlGroup() 164 static_cast<uint32_t>(PiPControlGroup::VIDEO_PLAY_PAUSE)); in ExportVideoLiveControlGroup() 203 (void)SetNamedProperty(env, result, "VIDEO_PLAY_PAUSE", in ExportControlType() 204 static_cast<uint32_t>(PiPControlType::VIDEO_PLAY_PAUSE)); in ExportControlType()
|
H A D | js_pip_window_manager.cpp | 49 PiPControlGroup::VIDEO_PLAY_PAUSE, member in OHOS::Rosen::__anon12081::PiPControlGroup 120 controls.push_back(static_cast<uint32_t>(PiPControlGroup::VIDEO_PLAY_PAUSE)); in GetControlGroupFromJs()
|
H A D | js_pip_controller.cpp | 248 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE; in OnUpdatePiPControlStatus() 286 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE; in OnSetPiPControlEnabled()
|
/foundation/window/window_manager/wm/include/ |
H A D | picture_in_picture_controller.h | 52 {"playbackStateChanged", PiPControlType::VIDEO_PLAY_PAUSE},
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | wm_common.h | 985 VIDEO_PLAY_PAUSE = 401, member in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag::PiPControlGroup 1019 VIDEO_PLAY_PAUSE = 0, member in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag::PiPControlType
|
/foundation/window/window_manager/window_scene/interfaces/include/ |
H A D | ws_common.h | 182 VIDEO_PLAY_PAUSE = 0, member in OHOS::OHOS::OHOS::Rosen::WsPiPControlType
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_stage_proxy_test.cpp | 508 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE; in HWTEST_F()
|
H A D | session_proxy_test.cpp | 448 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE; in HWTEST_F()
|
H A D | session_stage_stub_test.cpp | 582 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE; in HWTEST_F()
|
H A D | scene_session_test2.cpp | 699 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE; in HWTEST_F() 1193 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE; in HWTEST_F()
|
H A D | scene_session_test4.cpp | 1048 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE; in HWTEST_F()
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_utils.cpp | 1188 napi_set_named_property(env, objValue, "VIDEO_PLAY_PAUSE", CreateJsValue(env, in CreateJsSessionPiPControlType() 1189 static_cast<uint32_t>(PiPControlType::VIDEO_PLAY_PAUSE))); in CreateJsSessionPiPControlType()
|
H A D | js_scene_session.cpp | 4251 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE; in OnSetPiPControlEvent()
|