Home
last modified time | relevance | path

Searched refs:QueryNumberLocationInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/call_manager/utils/include/
H A Dcall_number_utils.h51 int32_t QueryNumberLocationInfo(std::string &numberLocation, std::string accountNumber);
/ohos5.0/base/telephony/call_manager/utils/src/
H A Dcall_number_utils.cpp275 int32_t CallNumberUtils::QueryNumberLocationInfo(std::string &numberLocation, std::string accountNu… in QueryNumberLocationInfo() function in OHOS::Telephony::CallNumberUtils
307 int32_t ret = QueryNumberLocationInfo(numberLocation, callObjectPtr->GetAccountNumber()); in NumberLocationUpdate()
/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dcall_records_handler.cpp133 …DelayedSingleton<CallNumberUtils>::GetInstance()->QueryNumberLocationInfo(str, std::string(info.ph… in CheckNumberLocationInfo()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch1_test.cpp456 …EXPECT_NE(DelayedSingleton<CallNumberUtils>::GetInstance()->QueryNumberLocationInfo(numberLocation…
465 QueryNumberLocationInfo(numberLocation, phoneNumber), TELEPHONY_ERR_SUCCESS);
469 QueryNumberLocationInfo(numberLocation, phoneNumber), TELEPHONY_ERR_SUCCESS);