Searched refs:DialRequest (Results 1 – 12 of 12) sorted by relevance
47 cellularCallConnectionCS->DialRequest(slotId, dialRequest); in DoSomethingInterestingWithMyAPI()
43 int32_t DialRequest(int32_t slotId, const DialRequestStruct &dialRequest);
44 int32_t DialRequest(int32_t slotId, const ImsDialInfoStruct &dialRequest);
30 int32_t DialRequest();
44 return callRequestProcessPtr_->DialRequest(); in DialCall()
38 int32_t CallRequestProcess::DialRequest() in DialRequest() function in OHOS::Telephony::CallRequestProcess
25 int32_t CellularCallConnectionCS::DialRequest(int32_t slotId, const DialRequestStruct &dialRequest) in DialRequest() function in OHOS::Telephony::CellularCallConnectionCS
27 int32_t CellularCallConnectionIMS::DialRequest(int32_t slotId, const ImsDialInfoStruct &dialRequest) in DialRequest() function in OHOS::Telephony::CellularCallConnectionIMS
151 return csConnection.DialRequest(slotId, dialRequest); in EncapsulateDialCommon()
118 return cellularCallConnectionIms.DialRequest(slotId, dialInfo); in EncapsulateDial()
1645 EXPECT_EQ(imsConnection.DialRequest(slotId, imsDialInfo), TELEPHONY_SUCCESS);
135 callRequestProcess->DialRequest();