Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/utils/src/
H A Dnumber_identity_data_base_helper.cpp36 NumberIdentityDataBaseHelper::NumberIdentityDataBaseHelper() {} in NumberIdentityDataBaseHelper() function in OHOS::Telephony::NumberIdentityDataBaseHelper
38 NumberIdentityDataBaseHelper::~NumberIdentityDataBaseHelper() {} in ~NumberIdentityDataBaseHelper()
40 std::shared_ptr<DataShare::DataShareHelper> NumberIdentityDataBaseHelper::CreateDataShareHelper(std… in CreateDataShareHelper()
55 bool NumberIdentityDataBaseHelper::Query(std::string &numberLocation, DataShare::DataSharePredicate… in Query()
91 bool NumberIdentityDataBaseHelper::QueryYellowPageAndMark(NumberMarkInfo &numberMarkInfo, in QueryYellowPageAndMark()
125 bool NumberIdentityDataBaseHelper::SetMarkInfoValues(std::shared_ptr<DataShare::DataShareResultSet>… in SetMarkInfoValues()
H A Dcall_number_utils.cpp282 std::shared_ptr<NumberIdentityDataBaseHelper> callDataPtr = in QueryNumberLocationInfo()
283 DelayedSingleton<NumberIdentityDataBaseHelper>::GetInstance(); in QueryNumberLocationInfo()
368 std::shared_ptr<NumberIdentityDataBaseHelper> callDataPtr = in QueryYellowPageAndMarkInfo()
369 DelayedSingleton<NumberIdentityDataBaseHelper>::GetInstance(); in QueryYellowPageAndMarkInfo()
/ohos5.0/base/telephony/call_manager/utils/include/
H A Dnumber_identity_data_base_helper.h32 class NumberIdentityDataBaseHelper {
33 DECLARE_DELAYED_SINGLETON(NumberIdentityDataBaseHelper)
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch1_test.cpp458 std::shared_ptr<NumberIdentityDataBaseHelper> callDataPtr =
459 DelayedSingleton<NumberIdentityDataBaseHelper>::GetInstance();