Home
last modified time | relevance | path

Searched defs:phoneNum (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/connection/src/
H A Dcellular_call_connection_ims.cpp62 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()
H A Dbase_connection.cpp106 void BaseConnection::UpdateCallNumber(std::string phoneNum) in UpdateCallNumber()
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Demergency_utils_test.cpp50 std::string phoneNum; variable
H A Dims_connection_test.cpp51 std::string phoneNum; variable
66 std::string phoneNum; variable
82 std::string phoneNum; variable
H A Dzero_branch1_test.cpp566 std::string phoneNum = "000"; variable
1013 std::string phoneNum = "1234567"; variable
H A Dzero_branch_test.cpp735 std::string phoneNum = "00000000"; variable
/ohos5.0/base/telephony/cellular_call/test/fuzztest/setorupdatecallreportinfo_fuzzer/
H A Dsetorupdatecallreportinfo_fuzzer.cpp43 std::string phoneNum = "000000000"; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Demergency_utils.cpp26 int32_t EmergencyUtils::IsEmergencyCall(int32_t slotId, const std::string &phoneNum, bool &enabled) in IsEmergencyCall()
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.cpp202 std::string phoneNum; in IsEmergencyPhoneNumber() local
240 std::string phoneNum; in InviteToConference() local
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcellular_call_connection.cpp284 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()
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dims_control.cpp63 int32_t IMSControl::DialJudgment(int32_t slotId, const std::string &phoneNum, CLIRMode &clirMode, i… in DialJudgment()
92 int32_t slotId, const std::string &phoneNum, CLIRMode &clirMode, int32_t videoState) const in EncapsulateDial() argument
H A Dsatellite_control.cpp62 int32_t SatelliteControl::EncapsulateDialCommon(int32_t slotId, const std::string &phoneNum, CLIRMo… in EncapsulateDialCommon()
H A Dcs_control.cpp128 int32_t CSControl::EncapsulateDialCommon(int32_t slotId, const std::string &phoneNum, CLIRMode &cli… in EncapsulateDialCommon()
/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dcall_data_base_helper.cpp331 int32_t CallDataBaseHelper::QueryIsBlockPhoneNumber(const std::string &phoneNum, bool &result) in QueryIsBlockPhoneNumber()
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp416 void CallStatusManager::SetContactInfo(sptr<CallBase> &call, std::string phoneNum) in SetContactInfo()
543 void CallStatusManager::QueryCallerInfo(ContactInfo &contactInfo, std::string phoneNum) in QueryCallerInfo()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_persist_helper.cpp218 bool SmsPersistHelper::QueryBlockPhoneNumber(const std::string &phoneNum) in QueryBlockPhoneNumber()
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_control_manager.cpp849 bool AudioControlManager::IsNumberAllowed(const std::string &phoneNum) in IsNumberAllowed()
/ohos5.0/base/telephony/cellular_call/services/common/include/
H A Dcellular_call_data_struct.h37 std::string phoneNum = ""; member
/ohos5.0/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp772 std::string phoneNum; in OnRequestCallDialTest() local
1771 std::string phoneNum; in OnRequestSetCallForwardTest() local
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp1127 int32_t CellularCallService::IsEmergencyPhoneNumber(int32_t slotId, const std::string &phoneNum, bo… in IsEmergencyPhoneNumber()
H A Dcellular_call_stub.cpp304 std::string phoneNum = data.ReadString(); in OnIsEmergencyPhoneNumberInner() local
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp1649 std::string phoneNum = ""; variable
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcellular_call_proxy.cpp265 int32_t CellularCallProxy::IsEmergencyPhoneNumber(int32_t slotId, const std::string &phoneNum, bool… in IsEmergencyPhoneNumber()
/ohos5.0/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp829 std::string phoneNum = GetRandPhoneNum(PHONE_NUM_LEN); in CallDialTest() local