Home
last modified time | relevance | path

Searched refs:missedCallNotification_ (Results 1 - 4 of 4) sorted by relevance

/base/telephony/call_manager/services/call/call_state_observer/include/
H A Dcall_records_handler.h46 std::shared_ptr<MissedCallNotification> missedCallNotification_; member in OHOS::Telephony::CallRecordsHandler
/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dcall_records_handler.cpp117 missedCallNotification_ = std::make_shared<MissedCallNotification>(); in QueryAndNotifyUnReadMissedCall()
118 if (missedCallNotification_ == nullptr) { in QueryAndNotifyUnReadMissedCall()
119 TELEPHONY_LOGE("missedCallNotification_ is null!"); in QueryAndNotifyUnReadMissedCall()
134 int32_t result = missedCallNotification_->NotifyUnReadMissedCall(phoneNumAndUnreadCountMap); in QueryAndNotifyUnReadMissedCall()
/base/telephony/call_manager/services/call/src/
H A Dcall_control_manager.cpp57 missedCallNotification_(nullptr), callSettingManagerPtr_(nullptr) in CallControlManager()
100 missedCallNotification_ = std::make_shared<MissedCallNotification>(); in Init()
101 if (missedCallNotification_ == nullptr) { in Init()
102 TELEPHONY_LOGE("missedCallNotification_ is null"); in Init()
1375 callStateListenerPtr_->AddOneObserver(missedCallNotification_); in CallStateObserve()
1391 if (missedCallNotification_ == nullptr) { in AddCallLogAndNotification()
1395 missedCallNotification_->PublishMissedCallEvent(callObjectPtr); in AddCallLogAndNotification()
1396 missedCallNotification_->PublishMissedCallNotification(callObjectPtr); in AddCallLogAndNotification()
1409 if (missedCallNotification_ == nullptr) { in AddBlockLogAndNotification()
1413 missedCallNotification_ in AddBlockLogAndNotification()
[all...]
/base/telephony/call_manager/services/call/include/
H A Dcall_control_manager.h157 std::shared_ptr<MissedCallNotification> missedCallNotification_; member in OHOS::Telephony::CallControlManager

Completed in 5 milliseconds