Home
last modified time | relevance | path

Searched refs:CallLogReadState (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dcall_records_handler.cpp154 predicates.EqualTo(CALL_IS_READ, static_cast<int32_t>(CallLogReadState::CALL_IS_UNREAD)); in QueryAndNotifyUnReadMissedCall()
201 bucket.Put(CALL_IS_READ, static_cast<int32_t>(CallLogReadState::CALL_IS_READ)); in RemoveMissedIncomingCallNotification()
202 predicates.EqualTo(CALL_IS_READ, static_cast<int32_t>(CallLogReadState::CALL_IS_UNREAD)); in RemoveMissedIncomingCallNotification()
/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/include/
H A Dcall_data_base_helper.h69 enum class CallLogReadState { enum