Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h306 LruMap<std::string, std::string> remoteDeviceSchema_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp952 return remoteDeviceSchema_.Put(deviceId, remoteSchema); in SaveRemoteDeviceSchema()
962 int errCode = remoteDeviceSchema_.Get(deviceId, remoteSchema); in GetRemoteDeviceSchema()
974 errCode = remoteDeviceSchema_.Put(deviceId, remoteSchema); in GetRemoteDeviceSchema()