Home
last modified time | relevance | path

Searched refs:BRIEF (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dstore_observer.h56 BRIEF = 0x02, enumerator
57 DETAILED = DEFAULT | BRIEF
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_table_without_primary_key_sync_test.cpp104 if (detailsType & static_cast<uint32_t>(CallbackDetailsType::BRIEF)) { in InitExpectChangedDataByDetailsType()
430 … TestChangedDataInTrackerTable(g_trackerSchema, static_cast<uint32_t>(CallbackDetailsType::BRIEF),
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1522 if ((type & static_cast<uint32_t>(CallbackDetailsType::BRIEF)) == 0) { in FilterChangeDataByDetailsType()