Searched defs:RdbNotifyConfig (Results 1 – 2 of 2) sorted by relevance
77 struct RdbNotifyConfig { struct78 uint32_t delay_ = 0;79 bool isFull_ = false;
71 using RdbNotifyConfig = DistributedRdb::RdbNotifyConfig; typedef