Home
last modified time | relevance | path

Searched defs:DBInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dextension_util.h37 using DBInfo = DistributedData::CloudInfo::AppInfo; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dstore_types.h204 struct DBInfo { struct
205 std::string userId;
206 std::string appId;
207 std::string storeId;
208 bool syncDualTupleMode = false;
209 bool isNeedSync = false;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_mock_sync_module_test.cpp1139 EXPECT_CALL(*syncDBInterface, GetDBInfo(_)).WillRepeatedly([&dbInfoCount](DBInfo &) { in __anon34a84a721102() argument
2082 EXPECT_CALL(*syncDBInterface, GetDBInfo(_)).WillRepeatedly([](DBInfo &) { in __anon34a84a722602() argument