Searched refs:voiceCall (Results 1 – 5 of 5) sorted by relevance
/base/telephony/cellular_call/services/connection/include/ |
D | cellular_call_connection_cs.h | 100 int32_t CombineConferenceRequest(int32_t slotId, int32_t voiceCall); 110 int32_t SeparateConferenceRequest(int32_t slotId, int32_t index, int32_t voiceCall);
|
D | cellular_call_connection_ims.h | 108 int32_t CombineConferenceRequest(int32_t slotId, int32_t voiceCall);
|
/base/telephony/cellular_call/services/connection/src/ |
D | cellular_call_connection_cs.cpp | 157 int32_t CellularCallConnectionCS::CombineConferenceRequest(int32_t slotId, int32_t voiceCall) in CombineConferenceRequest() argument 169 …agerInner::GetInstance().CombineConference(slotId, RadioEvent::RADIO_JOIN_CALL, voiceCall, handle); in CombineConferenceRequest() 173 …llularCallConnectionCS::SeparateConferenceRequest(int32_t slotId, int32_t index, int32_t voiceCall) in SeparateConferenceRequest() argument 185 …::GetInstance().SeparateConference(slotId, RadioEvent::RADIO_SPLIT_CALL, index, voiceCall, handle); in SeparateConferenceRequest()
|
D | cellular_call_connection_ims.cpp | 201 int32_t CellularCallConnectionIMS::CombineConferenceRequest(int32_t slotId, int32_t voiceCall) in CombineConferenceRequest() argument
|
/base/telephony/cellular_call/services/control/src/ |
D | ims_control.cpp | 259 int32_t voiceCall = 0; in CombineConference() local 260 return connection.CombineConferenceRequest(slotId, voiceCall); in CombineConference()
|