Searched refs:CallRecordsHandlerService (Results 1 – 4 of 4) sorted by relevance
172 CallRecordsHandlerService::CallRecordsHandlerService() : handler_(nullptr) {} in CallRecordsHandlerService() function in OHOS::Telephony::CallRecordsHandlerService174 CallRecordsHandlerService::~CallRecordsHandlerService() {} in ~CallRecordsHandlerService()176 void CallRecordsHandlerService::Start() in Start()182 int32_t CallRecordsHandlerService::StoreCallRecord(const CallRecordInfo &info) in StoreCallRecord()192 int32_t CallRecordsHandlerService::RemoveMissedIncomingCallNotification() in RemoveMissedIncomingCallNotification()216 int32_t CallRecordsHandlerService::QueryUnReadMissedCallLog() in QueryUnReadMissedCallLog()
59 callRecordsHandlerServerPtr_ = DelayedSingleton<CallRecordsHandlerService>::GetInstance(); in Init()298 …int32_t ret = DelayedSingleton<CallRecordsHandlerService>::GetInstance()->QueryUnReadMissedCallLog… in QueryUnReadMissedCallLog()
50 class CallRecordsHandlerService : public std::enable_shared_from_this<CallRecordsHandlerService> {51 DECLARE_DELAYED_SINGLETON(CallRecordsHandlerService)
86 std::shared_ptr<CallRecordsHandlerService> callRecordsHandlerServerPtr_;