Home
last modified time | relevance | path

Searched refs:VIDEO_PLAY_PAUSE (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dpicture_in_picture_option_test.cpp83 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE;
100 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE;
H A Dpicture_in_picture_controller_test.cpp567 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE;
642 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE;
H A Dwindow_session_impl_test4.cpp554 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE;
1221 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-pipWindow.md336 | VIDEO_PLAY_PAUSE | 401 | 播放/暂停直播控件组 |
451 | VIDEO_PLAY_PAUSE | 0 | 播放/暂停控件。 |
644 | controlType | [PiPControlType](#pipcontroltype12) | 是 | 表示画中画控制面板控件类型。目前仅支持VIDEO_PLAY_PAUSE、M…
658 let controlType: PiPWindow.PiPControlType = PiPWindow.PiPControlType.VIDEO_PLAY_PAUSE; // 视频播放控制面板中…
690 let controlType: PiPWindow.PiPControlType = PiPWindow.PiPControlType.VIDEO_PLAY_PAUSE; // 视频播放控制面板中…
835 case PiPWindow.PiPControlType.VIDEO_PLAY_PAUSE:
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/
H A Djs_pip_utils.cpp164 static_cast<uint32_t>(PiPControlGroup::VIDEO_PLAY_PAUSE)); in ExportVideoLiveControlGroup()
204 static_cast<uint32_t>(PiPControlType::VIDEO_PLAY_PAUSE)); in ExportControlType()
H A Djs_pip_window_manager.cpp48 PiPControlGroup::VIDEO_PLAY_PAUSE,
117 controls.push_back(static_cast<uint32_t>(PiPControlGroup::VIDEO_PLAY_PAUSE)); in GetControlGroupFromJs()
H A Djs_pip_controller.cpp243 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE; in OnUpdatePiPControlStatus()
281 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE; in OnSetPiPControlEnabled()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_controller.h49 {"playbackStateChanged", PiPControlType::VIDEO_PLAY_PAUSE},
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-pipWindow.md336 | VIDEO_PLAY_PAUSE | 401 | Play/Pause component group for live video. |
451 | VIDEO_PLAY_PAUSE | 0 | Play/Pause component. |
644 …of the component displayed on the PiP controller. Currently, only **VIDEO_PLAY_PAUSE**, **MICROPHO…
658 let controlType: PiPWindow.PiPControlType = PiPWindow.PiPControlType.VIDEO_PLAY_PAUSE; // Play/Paus…
690 let controlType: PiPWindow.PiPControlType = PiPWindow.PiPControlType.VIDEO_PLAY_PAUSE; // Play/Paus…
835 case PiPWindow.PiPControlType.VIDEO_PLAY_PAUSE:
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_proxy_test.cpp371 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE;
H A Dsession_stage_stub_test.cpp414 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE;
H A Dsession_stub_test.cpp332 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE;
H A Dsession_proxy_test.cpp429 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE;
H A Dscene_session_test2.cpp740 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE;
1419 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE;
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h1028 VIDEO_PLAY_PAUSE = 401, enumerator
1062 VIDEO_PLAY_PAUSE = 0, enumerator
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h186 VIDEO_PLAY_PAUSE = 0, enumerator
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp1213 static_cast<uint32_t>(PiPControlType::VIDEO_PLAY_PAUSE))); in CreateJsSessionPiPControlType()
H A Djs_scene_session.cpp4248 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE; in OnSetPiPControlEvent()