Home
last modified time | relevance | path

Searched defs:entryB (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/databaseutils/test/
H A Dacl_test.cpp194 AclXattrEntry entryB(ACL_TAG::USER, UID, Acl::R_RIGHT | Acl::W_RIGHT); variable
214 AclXattrEntry entryB(ACL_TAG::GROUP, UID, Acl::R_RIGHT | Acl::W_RIGHT); variable
/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_query.cpp29 bool CompareSeqFuncLess(const Entry& entryA, const Entry& entryB) in CompareSeqFuncLess()
34 bool CompareSeqFuncGreater(const Entry& entryA, const Entry& entryB) in CompareSeqFuncGreater()
39 bool CompareTimestampFuncLess(const Entry& entryA, const Entry& entryB) in CompareTimestampFuncLess()
44 bool CompareTimestampFuncGreater(const Entry& entryA, const Entry& entryB) in CompareTimestampFuncGreater()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_register_syncdb_test.cpp1764 static void CheckObserverCallback(const Entry &entryB) in CheckObserverCallback()
1830 Entry entryB = GetEntry("key_B", "value_B"); variable
1861 Entry entryB = GetEntry("key_B", "value_B"); variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Ddistributed_kv_data_manager_test.cpp44 static Entry entryB; member in OHOS::Test::DistributedKvDataManagerTest
91 Entry DistributedKvDataManagerTest::entryB; member in OHOS::Test::DistributedKvDataManagerTest
/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_store_utility_test.cpp75 bool CompareSeqFuncGreater(const Entry& entryA, const Entry& entryB) in CompareSeqFuncGreater()