Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_changed_data_impl.h26 …explicit RelationalStoreChangedDataImpl(const std::string &changedDevice) : changedDevice_(changed… in RelationalStoreChangedDataImpl()
39 mutable std::string changedDevice_; variable
H A Drelational_store_changed_data_impl.cpp24 return changedDevice_; in GetDataChangeDevice()