Home
last modified time | relevance | path

Searched defs:controlType (Results 1 – 25 of 32) sorted by relevance

12

/foundation/window/window_manager/wm/test/unittest/
Dpicture_in_picture_option_test.cpp83 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE; variable
100 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE; variable
Dpicture_in_picture_controller_test.cpp567 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE; variable
642 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE; variable
Dwindow_session_impl_test4.cpp554 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE; variable
1221 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE; variable
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/app_control/
Dnative_module.cpp36 napi_value controlType = nullptr; in AppControlExport() local
Djs_app_control.cpp574 int32_t controlType; in ParseDiposedRule() local
/foundation/window/window_manager/wm/src/
Dpicture_in_picture_option.cpp39 void PipOption::SetPiPControlStatus(PiPControlType controlType, PiPControlStatus status) in SetPiPControlStatus()
51 void PipOption::SetPiPControlEnabled(PiPControlType controlType, PiPControlStatus enabled) in SetPiPControlEnabled()
Dpicture_in_picture_manager.cpp244 void PictureInPictureManager::DoControlEvent(PiPControlType controlType, PiPControlStatus status) in DoControlEvent()
Dpicture_in_picture_controller.cpp468 void PictureInPictureController::UpdatePiPControlStatus(PiPControlType controlType, PiPControlStatu… in UpdatePiPControlStatus()
517 void PictureInPictureController::DoControlEvent(PiPControlType controlType, PiPControlStatus status) in DoControlEvent()
/foundation/window/window_manager/wm/include/
Dpicture_in_picture_interface.h55 virtual void OnControlEvent(PiPControlType controlType, PiPControlStatus status) {} in OnControlEvent()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
Ddisposed_rule.h49 ControlType controlType = ControlType::ALLOWED_LIST; member
/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/
Djs_pip_window_listener.cpp119 void JsPiPWindowListener::OnControlEvent(PiPControlType controlType, PiPControlStatus statusCode) in OnControlEvent()
Djs_pip_controller.cpp243 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE; in OnUpdatePiPControlStatus() local
281 auto controlType = PiPControlType::VIDEO_PLAY_PAUSE; in OnSetPiPControlEnabled() local
Djs_pip_window_manager.cpp122 uint32_t controlType; in GetControlGroupFromJs() local
/foundation/window/window_manager/window_scene/test/unittest/
Dsession_stage_proxy_test.cpp371 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE; variable
Dsession_stage_stub_test.cpp414 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE; variable
Dsession_stub_test.cpp332 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE; variable
Dsession_proxy_test.cpp429 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE; variable
Dscene_session_test2.cpp740 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE; variable
1419 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE; variable
/foundation/window/window_manager/utils/src/
Dpip_report.cpp136 void PiPReporter::ReportPiPControlEvent(int32_t templateType, PiPControlType controlType) in ReportPiPControlEvent()
/foundation/window/window_manager/window_scene/session/host/include/zidl/
Dsession_interface.h177 virtual WSError UpdatePiPControlStatus(WsPiPControlType controlType, WsPiPControlStatus status) in UpdatePiPControlStatus()
/foundation/window/window_manager/window_scene/common/src/
Dwindow_session_property.cpp822 uint32_t controlType = 0; in UnmarshallingPiPTemplateInfo() local
837 uint32_t controlType = 0; in UnmarshallingPiPTemplateInfo() local
/foundation/window/window_manager/window_scene/session/container/src/zidl/
Dsession_stage_stub.cpp473 uint32_t controlType; in HandleSetPiPControlEvent() local
Dsession_stage_proxy.cpp1023 WSError SessionStageProxy::SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus stat… in SetPiPControlEvent()
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
Dscene_session_manager_lite_stub.cpp722 uint8_t controlType = 0; in HandleNotifyAppUseControlList() local
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
Djs_scene_session.cpp159 uint32_t controlType = static_cast<uint32_t>(controlStatusInfo.controlType); in CreateJsPiPControlStatusObject() local
175 uint32_t controlType = static_cast<uint32_t>(controlEnableInfo.controlType); in CreateJsPiPControlEnableObject() local
1039 WsPiPControlType controlType, WsPiPControlStatus status) { in ProcessSessionPiPControlStatusChangeRegister()
2802 void JsSceneSession::OnSessionPiPControlStatusChange(WsPiPControlType controlType, WsPiPControlStat… in OnSessionPiPControlStatusChange()
4248 auto controlType = WsPiPControlType::VIDEO_PLAY_PAUSE; in OnSetPiPControlEvent() local

12