Home
last modified time | relevance | path

Searched refs:SET_MIC_ENABLE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Di_standard_screen_capture_service.h78 SET_MIC_ENABLE = 15, enumerator
H A Dscreen_capture_service_proxy.cpp457 int error = Remote()->SendRequest(SET_MIC_ENABLE, data, reply, option); in SetMicrophoneEnabled()
H A Dscreen_capture_service_stub.cpp58 screenCaptureStubFuncs_[SET_MIC_ENABLE] = &ScreenCaptureServiceStub::SetMicrophoneEnabled; in Init()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.h35 const std::string SET_MIC_ENABLE = "SetMicrophoneEnable"; variable
H A Davscreen_capture_napi.cpp399 const std::string &opt = AVScreenCapturegOpt::SET_MIC_ENABLE; in JsSetMicrophoneEnabled()
566 const std::string &option = AVScreenCapturegOpt::SET_MIC_ENABLE; in GetSetMicrophoneEnableTask()