Home
last modified time | relevance | path

Searched refs:cCountryCode (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);
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_impl.cpp100 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 Dtelephony_call_ffi.h28 FFI_EXPORT char* FfiOHOSTelephonyCallFormatPhoneNumberToE164(char *cPhoneNumber, char *cCountryCode,

Completed in 3 milliseconds