Home
last modified time | relevance | path

Searched refs:cPhoneNumber (Results 1 - 4 of 4) sorted by relevance

/base/telephony/call_manager/frameworks/cj/src/
H A Dtelephony_call_impl.h27 static char* FormatPhoneNumberToE164(char *cPhoneNumber, char *cCountryCode, int32_t *errCode);
35 static char* FormatPhoneNumber(char *cPhoneNumber, char *cCountryCode, int32_t *errCode);
41 static bool IsEmergencyPhoneNumber(char *cPhoneNumber, int32_t slotId, int32_t* errCode);
H A Dtelephony_call_impl.cpp100 char* TelephonyCallImpl::FormatPhoneNumberToE164(char *cPhoneNumber, char *cCountryCode, int32_t *errCode) in FormatPhoneNumberToE164() argument
104 std::string tmpPhoneNumber = cPhoneNumber; in FormatPhoneNumberToE164()
133 bool TelephonyCallImpl::IsEmergencyPhoneNumber(char *cPhoneNumber, int32_t slotId, int32_t* errCode) in IsEmergencyPhoneNumber() argument
139 std::string temPhoneNumber = cPhoneNumber; in IsEmergencyPhoneNumber()
181 char* TelephonyCallImpl::FormatPhoneNumber(char *cPhoneNumber, char *cCountryCode, int32_t *errCode) in FormatPhoneNumber() argument
184 std::string tmpPhoneNumber = cPhoneNumber; in FormatPhoneNumber()
H A Dtelephony_call_ffi.cpp29 char* FfiOHOSTelephonyCallFormatPhoneNumberToE164(char *cPhoneNumber, char *cCountryCode, int32_t *errCode) in FfiOHOSTelephonyCallFormatPhoneNumberToE164() argument
31 return TelephonyCallImpl::FormatPhoneNumberToE164(cPhoneNumber, cCountryCode, errCode); in FfiOHOSTelephonyCallFormatPhoneNumberToE164()
H A Dtelephony_call_ffi.h28 FFI_EXPORT char* FfiOHOSTelephonyCallFormatPhoneNumberToE164(char *cPhoneNumber, char *cCountryCode,

Completed in 1 milliseconds