Home
last modified time | relevance | path

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

/base/telephony/cellular_call/interfaces/innerkits/ims/
Dims_call_ipc_interface_code.h57 IMS_GET_MUTE, enumerator
Dims_call_callback_ipc_interface_code.h65 IMS_GET_MUTE, enumerator
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
Dims_call_stub.cpp77 memberFuncMap_[IMS_GET_MUTE] = &ImsCallStub::OnGetMute; in InitConfigFuncMap()
/base/telephony/cellular_call/vendor/ims/test/ui_client/
Dims_unit_test.cpp90 requestCallFuncMap_[ImsCallInterfaceCode::IMS_GET_MUTE] = &ImsUnitTest::GetMute; in InitConfigFuncMap()
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_proxy.cpp500 return SendRequest(slotId, in, static_cast<int32_t>(ImsCallInterfaceCode::IMS_GET_MUTE)); in GetMute()