Home
last modified time | relevance | path

Searched refs:CALL_IS_READ (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.cpp110 bucket.Put(CALL_IS_READ, 0); in MakeCallLogInsertBucket()
154 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.h39 constexpr const char *CALL_IS_READ = "is_read"; variable
71 CALL_IS_READ, enumerator