Home
last modified time | relevance | path

Searched refs:DialRequest (Results 1 – 12 of 12) sorted by relevance

/base/telephony/cellular_call/test/fuzztest/dialrequest_fuzzer/
Ddialrequest_fuzzer.cpp47 cellularCallConnectionCS->DialRequest(slotId, dialRequest); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/services/connection/include/
Dcellular_call_connection_cs.h43 int32_t DialRequest(int32_t slotId, const DialRequestStruct &dialRequest);
Dcellular_call_connection_ims.h44 int32_t DialRequest(int32_t slotId, const ImsDialInfoStruct &dialRequest);
/base/telephony/call_manager/services/call/include/
Dcall_request_process.h30 int32_t DialRequest();
/base/telephony/call_manager/services/call/src/
Dcall_request_handler.cpp44 return callRequestProcessPtr_->DialRequest(); in DialCall()
Dcall_request_process.cpp38 int32_t CallRequestProcess::DialRequest() in DialRequest() function in OHOS::Telephony::CallRequestProcess
/base/telephony/cellular_call/services/connection/src/
Dcellular_call_connection_cs.cpp25 int32_t CellularCallConnectionCS::DialRequest(int32_t slotId, const DialRequestStruct &dialRequest) in DialRequest() function in OHOS::Telephony::CellularCallConnectionCS
Dcellular_call_connection_ims.cpp27 int32_t CellularCallConnectionIMS::DialRequest(int32_t slotId, const ImsDialInfoStruct &dialRequest) in DialRequest() function in OHOS::Telephony::CellularCallConnectionIMS
/base/telephony/cellular_call/services/control/src/
Dcs_control.cpp151 return csConnection.DialRequest(slotId, dialRequest); in EncapsulateDialCommon()
Dims_control.cpp118 return cellularCallConnectionIms.DialRequest(slotId, dialInfo); in EncapsulateDial()
/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.cpp1645 EXPECT_EQ(imsConnection.DialRequest(slotId, imsDialInfo), TELEPHONY_SUCCESS);
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dzero_branch_test.cpp135 callRequestProcess->DialRequest();