/base/telephony/cellular_call/services/connection/src/ |
D | cellular_call_connection_ims.cpp | 62 int32_t CellularCallConnectionIMS::HangUpRequest(int32_t slotId, const std::string &phoneNum, int32… in HangUpRequest() 94 int32_t slotId, const std::string &phoneNum, int32_t videoState, int32_t index) in AnswerRequest() 125 int32_t CellularCallConnectionIMS::RejectRequest(int32_t slotId, const std::string &phoneNum, int32… in RejectRequest()
|
D | base_connection.cpp | 106 void BaseConnection::UpdateCallNumber(std::string phoneNum) in UpdateCallNumber()
|
/base/telephony/cellular_call/services/common/src/ |
D | emergency_utils.cpp | 26 int32_t EmergencyUtils::IsEmergencyCall(int32_t slotId, const std::string &phoneNum, bool &enabled) in IsEmergencyCall()
|
/base/telephony/cellular_call/test/fuzztest/setorupdatecallreportinfo_fuzzer/ |
D | setorupdatecallreportinfo_fuzzer.cpp | 43 std::string phoneNum = "000000000"; in DoSomethingInterestingWithMyAPI() local
|
/base/telephony/call_manager/services/audio/src/ |
D | audio_control_manager.cpp | 249 bool AudioControlManager::PlayRingtone(const std::string &phoneNum) in PlayRingtone() 274 bool AudioControlManager::PlayRingtone(const std::string &phoneNum, const std::string &ringtonePath) in PlayRingtone() 521 bool AudioControlManager::IsNumberAllowed(const std::string &phoneNum) in IsNumberAllowed()
|
/base/telephony/call_manager/services/call/src/ |
D | call_status_manager.cpp | 280 void CallStatusManager::QueryCallerInfo(ContactInfo &contactInfo, std::string phoneNum) in QueryCallerInfo() 345 std::string phoneNum(info.phoneNum); in UpdateDialingCallInfo() local
|
/base/telephony/call_manager/services/telephony_interaction/src/ |
D | cellular_call_connection.cpp | 284 int CellularCallConnection::IsEmergencyPhoneNumber(const std::string &phoneNum, int32_t slotId, boo… in IsEmergencyPhoneNumber() 377 int CellularCallConnection::SendDtmf(char cDTMFCode, const std::string &phoneNum) in SendDtmf() 403 …CellularCallConnection::SendDtmfString(const std::string &dtmfCodeStr, const std::string &phoneNum, in SendDtmfString()
|
/base/telephony/cellular_call/services/control/src/ |
D | ims_control.cpp | 63 int32_t IMSControl::DialJudgment(int32_t slotId, const std::string &phoneNum, CLIRMode &clirMode, i… in DialJudgment() 87 int32_t slotId, const std::string &phoneNum, CLIRMode &clirMode, int32_t videoState) const in EncapsulateDial() argument
|
D | cs_control.cpp | 125 int32_t CSControl::EncapsulateDialCommon(int32_t slotId, const std::string &phoneNum, CLIRMode &cli… in EncapsulateDialCommon()
|
/base/telephony/cellular_call/interfaces/innerkits/ims/ |
D | ims_call_types.h | 148 char phoneNum[kMaxNumberLength] = { 0 }; member
|
/base/telephony/call_manager/interfaces/innerkits/ |
D | call_manager_inner_type.h | 564 char phoneNum[kMaxNumberLen + 1] = { 0 }; member 1408 char phoneNum[kMaxNumberLen] = { 0 }; member 1706 char phoneNum[kMaxNumberLen + 1] = { 0 }; member 1720 char phoneNum[kMaxNumberLen + 1] = { 0 }; member 1848 char phoneNum[kMaxNumberLen + 1] = { 0 }; member 1866 char phoneNum[kMaxNumberLen + 1] = { 0 }; member 1927 char phoneNum[kMaxNumberLen + 1] = { 0 }; member
|
/base/telephony/sms_mms/services/sms/ |
D | sms_persist_helper.cpp | 198 bool SmsPersistHelper::QueryBlockPhoneNumber(const std::string &phoneNum) in QueryBlockPhoneNumber()
|
/base/telephony/cellular_call/services/common/include/ |
D | cellular_call_data_struct.h | 37 std::string phoneNum = ""; member
|
/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
D | ims_unit_test.cpp | 259 std::string phoneNum; in InviteToConference() local
|
/base/telephony/cellular_call/test/unittest/cstest/ |
D | cs_test.cpp | 286 std::string phoneNum; in IsEmergencyPhoneNumber() local 348 std::string phoneNum; in InviteToConference() local
|
/base/telephony/core_service/services/tel_ril/test/ |
D | tel_ril_test.cpp | 688 std::string phoneNum; in OnRequestCallDialTest() local 1650 std::string phoneNum; in OnRequestSetCallForwardTest() local
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
D | zero_branch_test.cpp | 1913 std::string phoneNum; variable
|
/base/telephony/cellular_call/services/manager/src/ |
D | cellular_call_service.cpp | 942 int32_t CellularCallService::IsEmergencyPhoneNumber(int32_t slotId, const std::string &phoneNum, bo… in IsEmergencyPhoneNumber()
|
D | cellular_call_stub.cpp | 241 std::string phoneNum = data.ReadString(); in OnIsEmergencyPhoneNumberInner() local
|
/base/telephony/call_manager/frameworks/native/src/ |
D | cellular_call_proxy.cpp | 265 int32_t CellularCallProxy::IsEmergencyPhoneNumber(int32_t slotId, const std::string &phoneNum, bool… in IsEmergencyPhoneNumber()
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
D | tel_ril_test_util.cpp | 823 std::string phoneNum = GetRandPhoneNum(PHONE_NUM_LEN); in CallDialTest() local
|