/base/telephony/call_manager/test/fuzztest/formatphonenumbertoe164_fuzzer/ |
H A D | formatphonenumbertoe164_fuzzer.cpp | 26 int32_t FormatPhoneNumberToE164(const uint8_t *data, size_t size) in FormatPhoneNumberToE164() function 49 FormatPhoneNumberToE164(data, size); in DoSomethingInterestingWithMyAPI()
|
/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);
|
H A D | telephony_call_ffi.cpp | 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() function in OHOS::Telephony::TelephonyCallImpl
|
/base/telephony/call_manager/utils/include/ |
H A D | call_number_utils.h | 33 int32_t FormatPhoneNumberToE164(
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager3_gtest.cpp | 171 * @tc.name Import countryCode KR, test FormatPhoneNumberToE164(), return +81338122111 185 EXPECT_EQ(CallManagerGtest::clientPtr_->FormatPhoneNumberToE164(phonyNumber, countryCode, formatNumber), in HWTEST_F() 191 * @tc.name Import phonyNumber 13888888888, test FormatPhoneNumberToE164(), return +8613888888888 205 EXPECT_EQ(CallManagerGtest::clientPtr_->FormatPhoneNumberToE164(phonyNumber, countryCode, formatNumber), in HWTEST_F() 211 * @tc.name Import phonyNumber +81338122111, test FormatPhoneNumberToE164(), return +81338122111 225 EXPECT_EQ(CallManagerGtest::clientPtr_->FormatPhoneNumberToE164(phonyNumber, countryCode, formatNumber), in HWTEST_F() 231 * @tc.name Import phonyNumber 03-3812-2111, test FormatPhoneNumberToE164(), return +81338122111 245 EXPECT_EQ(CallManagerGtest::clientPtr_->FormatPhoneNumberToE164(phonyNumber, countryCode, formatNumber), in HWTEST_F() 251 * @tc.name Import phonyNumber 666666999999, test FormatPhoneNumberToE164(), return 83886082 265 EXPECT_EQ(CallManagerGtest::clientPtr_->FormatPhoneNumberToE164(phonyNumbe in HWTEST_F() [all...] |
H A D | call_manager_connect.cpp | 392 int32_t CallManagerConnect::FormatPhoneNumberToE164( in FormatPhoneNumberToE164() function in OHOS::Telephony::CallManagerConnect 396 return callManagerServicePtr_->FormatPhoneNumberToE164(number, countryCode, formatNumber); in FormatPhoneNumberToE164()
|
H A D | call_manager4_gtest.cpp | 933 /******************************* Test FormatPhoneNumberToE164() ***************************************/ 937 * @tc.name Import phonyNumber 01085198748, test FormatPhoneNumberToE164(), return +821085198748 951 EXPECT_EQ(CallManagerGtest::clientPtr_->FormatPhoneNumberToE164(phonyNumber, countryCode, formatNumber), in HWTEST_F()
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | call_manager_client.h | 341 int32_t FormatPhoneNumberToE164(
|
/base/telephony/call_manager/frameworks/native/src/ |
H A D | call_manager_client.cpp | 441 int32_t CallManagerClient::FormatPhoneNumberToE164( in FormatPhoneNumberToE164() function in OHOS::Telephony::CallManagerClient 445 return g_callManagerProxy->FormatPhoneNumberToE164(number, countryCode, formatNumber); in FormatPhoneNumberToE164()
|
H A D | call_manager_proxy.cpp | 947 int32_t CallManagerProxy::FormatPhoneNumberToE164( in FormatPhoneNumberToE164() function in OHOS::Telephony::CallManagerProxy 959 int32_t errCode = callManagerServicePtr_->FormatPhoneNumberToE164(number, countryCode, formatNumber); in FormatPhoneNumberToE164() 961 TELEPHONY_LOGE("FormatPhoneNumberToE164 failed, errcode:%{public}d", errCode); in FormatPhoneNumberToE164()
|
/base/telephony/call_manager/frameworks/native/include/ |
H A D | call_manager_service_proxy.h | 453 * FormatPhoneNumberToE164 461 int32_t FormatPhoneNumberToE164(
|
H A D | i_call_manager_service.h | 79 virtual int32_t FormatPhoneNumberToE164(
|
H A D | call_manager_proxy.h | 87 int32_t FormatPhoneNumberToE164(
|
/base/telephony/call_manager/services/call/include/ |
H A D | call_control_manager.h | 112 int32_t FormatPhoneNumberToE164(
|
/base/telephony/call_manager/services/call_manager_service/include/ |
H A D | call_manager_service.h | 468 * FormatPhoneNumberToE164 476 int32_t FormatPhoneNumberToE164(
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch1_test.cpp | 428 DelayedSingleton<CallNumberUtils>::GetInstance()->FormatPhoneNumberToE164(emptyStr, emptyStr, formatNumber), in HWTEST_F() 431 DelayedSingleton<CallNumberUtils>::GetInstance()->FormatPhoneNumberToE164(phoneNumber, emptyStr, formatNumber), in HWTEST_F() 433 EXPECT_EQ(DelayedSingleton<CallNumberUtils>::GetInstance()->FormatPhoneNumberToE164( in HWTEST_F()
|
H A D | zero_branch7_test.cpp | 288 EXPECT_NE(callManagerService->FormatPhoneNumberToE164(test, test, test), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/ |
H A D | call_manager_connect.h | 479 int32_t FormatPhoneNumberToE164(
|
/base/telephony/call_manager/utils/src/ |
H A D | call_number_utils.cpp | 64 int32_t CallNumberUtils::FormatPhoneNumberToE164( in FormatPhoneNumberToE164() function in OHOS::Telephony::CallNumberUtils
|
/base/telephony/call_manager/services/call/call_state_observer/src/ |
H A D | call_records_manager.cpp | 205 (void)DelayedSingleton<CallNumberUtils>::GetInstance()->FormatPhoneNumberToE164( in CopyFormatNumberToE164ToRecord()
|
/base/telephony/call_manager/services/call_manager_service/src/ |
H A D | call_manager_service.cpp | 1028 int32_t CallManagerService::FormatPhoneNumberToE164( in FormatPhoneNumberToE164() function in OHOS::Telephony::CallManagerService 1032 return callControlManagerPtr_->FormatPhoneNumberToE164(number, countryCode, formatNumber); in FormatPhoneNumberToE164()
|
/base/telephony/call_manager/test/unittest/ui_client/ |
H A D | ui_client_test.cpp | 733 void FormatPhoneNumberToE164() in FormatPhoneNumberToE164() function 739 std::cout << "------FormatPhoneNumberToE164------" << std::endl; in FormatPhoneNumberToE164() 756 int32_t ret = g_clientPtr->FormatPhoneNumberToE164(phoneNumberE164, countryCode, formatNumber); in FormatPhoneNumberToE164() 1476 &OHOS::Telephony::FormatPhoneNumberToE164; in InitCallUtils()
|
/base/telephony/call_manager/frameworks/js/napi/include/ |
H A D | napi_call_manager.h | 111 static napi_value FormatPhoneNumberToE164(napi_env env, napi_callback_info info);
|
/base/telephony/call_manager/services/call/src/ |
H A D | call_control_manager.cpp | 1197 int32_t CallControlManager::FormatPhoneNumberToE164( in FormatPhoneNumberToE164() function in OHOS::Telephony::CallControlManager 1201 int32_t ret = DelayedSingleton<CallNumberUtils>::GetInstance()->FormatPhoneNumberToE164( in FormatPhoneNumberToE164()
|