Home
last modified time | relevance | path

Searched refs:FormatPhoneNumberToE164 (Results 1 - 25 of 31) sorted by relevance

12

/base/telephony/call_manager/test/fuzztest/formatphonenumbertoe164_fuzzer/
H A Dformatphonenumbertoe164_fuzzer.cpp26 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 Dtelephony_call_impl.h27 static char* FormatPhoneNumberToE164(char *cPhoneNumber, char *cCountryCode, int32_t *errCode);
H A Dtelephony_call_ffi.cpp31 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() function in OHOS::Telephony::TelephonyCallImpl
/base/telephony/call_manager/utils/include/
H A Dcall_number_utils.h33 int32_t FormatPhoneNumberToE164(
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager3_gtest.cpp171 * @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 Dcall_manager_connect.cpp392 int32_t CallManagerConnect::FormatPhoneNumberToE164( in FormatPhoneNumberToE164() function in OHOS::Telephony::CallManagerConnect
396 return callManagerServicePtr_->FormatPhoneNumberToE164(number, countryCode, formatNumber); in FormatPhoneNumberToE164()
H A Dcall_manager4_gtest.cpp933 /******************************* 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 Dcall_manager_client.h341 int32_t FormatPhoneNumberToE164(
/base/telephony/call_manager/frameworks/native/src/
H A Dcall_manager_client.cpp441 int32_t CallManagerClient::FormatPhoneNumberToE164( in FormatPhoneNumberToE164() function in OHOS::Telephony::CallManagerClient
445 return g_callManagerProxy->FormatPhoneNumberToE164(number, countryCode, formatNumber); in FormatPhoneNumberToE164()
H A Dcall_manager_proxy.cpp947 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 Dcall_manager_service_proxy.h453 * FormatPhoneNumberToE164
461 int32_t FormatPhoneNumberToE164(
H A Di_call_manager_service.h79 virtual int32_t FormatPhoneNumberToE164(
H A Dcall_manager_proxy.h87 int32_t FormatPhoneNumberToE164(
/base/telephony/call_manager/services/call/include/
H A Dcall_control_manager.h112 int32_t FormatPhoneNumberToE164(
/base/telephony/call_manager/services/call_manager_service/include/
H A Dcall_manager_service.h468 * FormatPhoneNumberToE164
476 int32_t FormatPhoneNumberToE164(
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch1_test.cpp428 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 Dzero_branch7_test.cpp288 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 Dcall_manager_connect.h479 int32_t FormatPhoneNumberToE164(
/base/telephony/call_manager/utils/src/
H A Dcall_number_utils.cpp64 int32_t CallNumberUtils::FormatPhoneNumberToE164( in FormatPhoneNumberToE164() function in OHOS::Telephony::CallNumberUtils
/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dcall_records_manager.cpp205 (void)DelayedSingleton<CallNumberUtils>::GetInstance()->FormatPhoneNumberToE164( in CopyFormatNumberToE164ToRecord()
/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp1028 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 Dui_client_test.cpp733 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 Dnapi_call_manager.h111 static napi_value FormatPhoneNumberToE164(napi_env env, napi_callback_info info);
/base/telephony/call_manager/services/call/src/
H A Dcall_control_manager.cpp1197 int32_t CallControlManager::FormatPhoneNumberToE164( in FormatPhoneNumberToE164() function in OHOS::Telephony::CallControlManager
1201 int32_t ret = DelayedSingleton<CallNumberUtils>::GetInstance()->FormatPhoneNumberToE164( in FormatPhoneNumberToE164()

Completed in 26 milliseconds

12