Searched refs:HoldRequest (Results 1 – 10 of 10) sorted by relevance
44 cellularCallConnectionCS->HoldRequest(slotId); in DoSomethingInterestingWithMyAPI()
83 int32_t HoldRequest(int32_t slotId);
86 ffrt::submit([=]() { callRequestProcessPtr_->HoldRequest(callId); }); in HoldCall()
605 void CallRequestProcess::HoldRequest(int32_t callId) in HoldRequest() function in OHOS::Telephony::CallRequestProcess
37 void HoldRequest(int32_t callId);
110 int32_t CellularCallConnectionCS::HoldRequest(int32_t slotId) in HoldRequest() function in OHOS::Telephony::CellularCallConnectionCS
201 callRequestProcess->HoldRequest(1);322 callRequestProcess->HoldRequest(VALID_CALLID);323 callRequestProcess->HoldRequest(2);
337 return connection.HoldRequest(slotId); in HoldCall()
660 int32_t ret = cellularCallConnectionCS.HoldRequest(slotId);
885 cellularCallConnectionCS.HoldRequest(SIM2_SLOTID);