Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dconnection.h36 using Notifier = std::function<void(const std::set<std::string> &tables)>; variable
/ohos5.0/base/request/request/services/src/manage/
H A Dnotifier.rs18 pub(crate) struct Notifier; struct
20 impl Notifier { impl