Home
last modified time | relevance | path

Searched refs:UpdateCallNumber (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/connection/include/
H A Dbase_connection.h111 void UpdateCallNumber(std::string phoneNum);
/ohos5.0/base/telephony/cellular_call/services/connection/src/
H A Dbase_connection.cpp106 void BaseConnection::UpdateCallNumber(std::string phoneNum) in UpdateCallNumber() function in OHOS::Telephony::BaseConnection
H A Dcellular_call_connection_satellite.cpp38 UpdateCallNumber(dialRequest.phoneNum); in DialRequest()
H A Dcellular_call_connection_cs.cpp41 UpdateCallNumber(dialRequest.phoneNum); in DialRequest()
H A Dcellular_call_connection_ims.cpp37 UpdateCallNumber(dialRequest.phoneNum); in DialRequest()
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_connection_test.cpp499 baseConnection.UpdateCallNumber(phoneString);
521 baseConnection.UpdateCallNumber(phoneString);
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dcs_control.cpp473 pConnection->UpdateCallNumber(pendingPhoneNumber_); in ReportUpdateInfo()
H A Dims_control.cpp459 pConnection->UpdateCallNumber(pendingPhoneNumber_); in ReportUpdateInfo()