Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Ddb_status_adapter.h46 … bool LoadIntoCache(bool isLocal, const DeviceInfos &devInfos, const std::vector<DBInfo> &dbInfos);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Ddb_status_adapter.cpp135 bool isChange = LoadIntoCache(isLocal, devInfos, dbInfos); in NotifyDBInfos()
242 bool DBStatusAdapter::LoadIntoCache(bool isLocal, const DeviceInfos &devInfos, const std::vector<DB… in LoadIntoCache() function in DistributedDB::DBStatusAdapter