Home
last modified time | relevance | path

Searched defs:RdbNotifyConfig (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h77 struct RdbNotifyConfig { struct
78 uint32_t delay_ = 0;
79 bool isFull_ = false;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp71 using RdbNotifyConfig = DistributedRdb::RdbNotifyConfig; typedef