Home
last modified time | relevance | path

Searched refs:callDataPtr (Results 1 - 7 of 7) sorted by relevance

/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
H A Dcall_manager_gtest.h87 std::shared_ptr<CallDataBaseHelper> callDataPtr = DelayedSingleton<CallDataBaseHelper>::GetInstance(); in IsAirplaneModeOn() local
88 if (callDataPtr == nullptr) { in IsAirplaneModeOn()
91 int32_t ret = callDataPtr->GetAirplaneMode(isAirplaneModeOn); in IsAirplaneModeOn()
/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dcall_records_handler.cpp37 TELEPHONY_LOGE("callDataPtr is nullptr!"); in AddCallLogInfo()
114 TELEPHONY_LOGE("callDataPtr is nullptr!"); in QueryAndNotifyUnReadMissedCall()
164 std::shared_ptr<CallDataBaseHelper> callDataPtr = DelayedSingleton<CallDataBaseHelper>::GetInstance(); in RemoveMissedIncomingCallNotification() local
165 if (callDataPtr == nullptr) { in RemoveMissedIncomingCallNotification()
166 TELEPHONY_LOGE("callDataPtr is nullptr!"); in RemoveMissedIncomingCallNotification()
177 bool ret = callDataPtr->Update(predicates, bucket); in RemoveMissedIncomingCallNotification()
H A Dcall_data_base_helper.cpp56 std::shared_ptr<CallDataBaseHelper> callDataPtr = DelayedSingleton<CallDataBaseHelper>::GetInstance(); in OnChange() local
57 if (callDataPtr == nullptr) { in OnChange()
58 TELEPHONY_LOGE("callDataPtr is nullptr!"); in OnChange()
65 callDataPtr->Query(this->phones, predicates); in OnChange()
/base/telephony/call_manager/utils/src/
H A Dcall_number_utils.cpp297 std::shared_ptr<NumberIdentityDataBaseHelper> callDataPtr = in QueryNumberLocationInfo() local
299 if (callDataPtr == nullptr) { in QueryNumberLocationInfo()
300 TELEPHONY_LOGE("callDataPtr is nullptr!"); in QueryNumberLocationInfo()
308 bool ret = callDataPtr->Query(numberLocation, predicates); in QueryNumberLocationInfo()
382 std::shared_ptr<NumberIdentityDataBaseHelper> callDataPtr = in QueryYellowPageAndMarkInfo() local
384 if (callDataPtr == nullptr) { in QueryYellowPageAndMarkInfo()
385 TELEPHONY_LOGE("callDataPtr is nullptr!"); in QueryYellowPageAndMarkInfo()
393 bool ret = callDataPtr->QueryYellowPageAndMark(numberMarkInfo, predicates); in QueryYellowPageAndMarkInfo()
/base/telephony/call_manager/services/call/src/
H A Dcall_policy.cpp154 std::shared_ptr<CallDataBaseHelper> callDataPtr = DelayedSingleton<CallDataBaseHelper>::GetInstance(); in GetAirplaneMode() local
155 if (callDataPtr == nullptr) { in GetAirplaneMode()
156 TELEPHONY_LOGE("callDataPtr is nullptr"); in GetAirplaneMode()
159 return callDataPtr->GetAirplaneMode(isAirplaneModeOn); in GetAirplaneMode()
H A Dcall_status_manager.cpp557 std::shared_ptr<CallDataBaseHelper> callDataPtr = DelayedSingleton<CallDataBaseHelper>::GetInstance(); in QueryCallerInfo() local
558 if (callDataPtr == nullptr) { in QueryCallerInfo()
559 TELEPHONY_LOGE("callDataPtr is nullptr!"); in QueryCallerInfo()
571 if (!callDataPtr->QueryContactInfoEnhanced(contactInfo, predicates)) { in QueryCallerInfo()
578 if (!callDataPtr->Query(contactInfo, predicates)) { in QueryCallerInfo()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch1_test.cpp457 std::shared_ptr<NumberIdentityDataBaseHelper> callDataPtr = in HWTEST_F() local
459 printf("NUMBER_IDENTITY_URI: %s\n", callDataPtr->NUMBER_IDENTITY_URI); in HWTEST_F()
460 auto helper = CreateDataShareHelper(callDataPtr->NUMBER_IDENTITY_URI); in HWTEST_F()

Completed in 8 milliseconds