Home
last modified time | relevance | path

Searched refs:CallDataBaseHelper (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dcall_data_base_helper.cpp57 …std::shared_ptr<CallDataBaseHelper> callDataPtr = DelayedSingleton<CallDataBaseHelper>::GetInstanc… in OnChange()
69 CallDataBaseHelper::CallDataBaseHelper() {} in CallDataBaseHelper() function in OHOS::Telephony::CallDataBaseHelper
71 CallDataBaseHelper::~CallDataBaseHelper() {} in ~CallDataBaseHelper()
91 void CallDataBaseHelper::RegisterObserver(std::vector<std::string> *phones) in RegisterObserver()
108 void CallDataBaseHelper::UnRegisterObserver() in UnRegisterObserver()
124 bool CallDataBaseHelper::Insert(DataShare::DataShareValuesBucket &values) in Insert()
221 bool CallDataBaseHelper::QueryCallLog( in QueryCallLog()
264 bool CallDataBaseHelper::QueryAndDeleteLimitedIds(DataShare::DataSharePredicates &predicates) in QueryAndDeleteLimitedIds()
317 bool CallDataBaseHelper::Delete(DataShare::DataSharePredicates &predicates) in Delete()
331 int32_t CallDataBaseHelper::QueryIsBlockPhoneNumber(const std::string &phoneNum, bool &result) in QueryIsBlockPhoneNumber()
[all …]
H A Dcall_records_handler.cpp28 callDataPtr_ = DelayedSingleton<CallDataBaseHelper>::GetInstance(); in CallRecordsHandler()
36 …std::shared_ptr<CallDataBaseHelper> callDataPtr = DelayedSingleton<CallDataBaseHelper>::GetInstanc… in QueryCallerInfo()
194 …std::shared_ptr<CallDataBaseHelper> callDataPtr = DelayedSingleton<CallDataBaseHelper>::GetInstanc… in RemoveMissedIncomingCallNotification()
/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/include/
H A Dcall_data_base_helper.h84 class CallDataBaseHelper {
85 DECLARE_DELAYED_SINGLETON(CallDataBaseHelper)
H A Dcall_records_handler.h46 std::shared_ptr<CallDataBaseHelper> callDataPtr_;
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
H A Dcall_manager_gtest.h92 …std::shared_ptr<CallDataBaseHelper> callDataPtr = DelayedSingleton<CallDataBaseHelper>::GetInstanc… in IsAirplaneModeOn()
/ohos5.0/base/telephony/call_manager/test/fuzztest/callnotification_fuzzer/
H A Dcallnotification_fuzzer.cpp159 …std::shared_ptr<CallDataBaseHelper> callDataBaseHelper = DelayedSingleton<CallDataBaseHelper>::Get… in CallDataRdbObserverFunc()
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_policy.cpp152 …std::shared_ptr<CallDataBaseHelper> callDataPtr = DelayedSingleton<CallDataBaseHelper>::GetInstanc… in GetAirplaneMode()
H A Dcall_status_manager.cpp546 …std::shared_ptr<CallDataBaseHelper> callDataPtr = DelayedSingleton<CallDataBaseHelper>::GetInstanc… in QueryCallerInfo()