Searched refs:cCountryCode (Results 1 - 4 of 4) sorted by relevance
/base/telephony/call_manager/frameworks/cj/src/ |
H A D | telephony_call_impl.h | 27 static char* FormatPhoneNumberToE164(char *cPhoneNumber, char *cCountryCode, int32_t *errCode); 35 static char* FormatPhoneNumber(char *cPhoneNumber, char *cCountryCode, int32_t *errCode);
|
H A D | telephony_call_ffi.cpp | 29 char* FfiOHOSTelephonyCallFormatPhoneNumberToE164(char *cPhoneNumber, char *cCountryCode, int32_t *errCode) in FfiOHOSTelephonyCallFormatPhoneNumberToE164() argument 31 return TelephonyCallImpl::FormatPhoneNumberToE164(cPhoneNumber, cCountryCode, errCode); in FfiOHOSTelephonyCallFormatPhoneNumberToE164()
|
H A D | telephony_call_impl.cpp | 100 char* TelephonyCallImpl::FormatPhoneNumberToE164(char *cPhoneNumber, char *cCountryCode, int32_t *errCode) in FormatPhoneNumberToE164() argument 103 std::string tmpCountryCode = cCountryCode; in FormatPhoneNumberToE164() 181 char* TelephonyCallImpl::FormatPhoneNumber(char *cPhoneNumber, char *cCountryCode, int32_t *errCode) in FormatPhoneNumber() argument 185 std::string tmpCountryCode = cCountryCode; in FormatPhoneNumber()
|
H A D | telephony_call_ffi.h | 28 FFI_EXPORT char* FfiOHOSTelephonyCallFormatPhoneNumberToE164(char *cPhoneNumber, char *cCountryCode,
|
Completed in 3 milliseconds