Searched refs:MICROPHONE_SWITCH (Results 1 - 5 of 5) sorted by relevance
/foundation/window/window_manager/wm/include/ |
H A D | picture_in_picture_controller.h | 56 {"micStateChanged", PiPControlType::MICROPHONE_SWITCH},
|
/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/ |
H A D | js_pip_utils.cpp | 123 (void)SetNamedProperty(env, result, "MICROPHONE_SWITCH", in ExportVideoCallControlGroup() 149 (void)SetNamedProperty(env, result, "MICROPHONE_SWITCH", in ExportVideoMeetingControlGroup() 215 (void)SetNamedProperty(env, result, "MICROPHONE_SWITCH", in ExportControlType() 216 static_cast<uint32_t>(PiPControlType::MICROPHONE_SWITCH)); in ExportControlType()
|
/foundation/window/window_manager/window_scene/interfaces/include/ |
H A D | ws_common.h | 188 MICROPHONE_SWITCH = 6, member in OHOS::OHOS::OHOS::Rosen::WsPiPControlType
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | wm_common.h | 1025 MICROPHONE_SWITCH = 6, member in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag::PiPControlType
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_utils.cpp | 1200 napi_set_named_property(env, objValue, "MICROPHONE_SWITCH", CreateJsValue(env, in CreateJsSessionPiPControlType() 1201 static_cast<uint32_t>(PiPControlType::MICROPHONE_SWITCH))); in CreateJsSessionPiPControlType()
|
Completed in 9 milliseconds