Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.cpp654 uint32_t entryType = static_cast<uint32_t>(entry.type); in SetConflictNotifier() local
656 if (entryType & type) { in SetConflictNotifier()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp956 uint32_t entryType = static_cast<uint32_t>(entry.type); in SetConflictNotifier() local
958 if ((entryType & type) != 0) { in SetConflictNotifier()