Home
last modified time | relevance | path

Searched defs:Consumer (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/communication/broadcast/
H A Dbroadcast_interface.h86 typedef struct Consumer Consumer; typedef
92 struct Consumer { struct
109 void (*Notify)(Consumer *consumer, const Topic *topic, const Request *origin); argument
122 BOOL (*Equal)(const Consumer *current, const Consumer *other); argument
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
H A Dmod.rs123 pub trait Consumer<P: ParallelIterator> { trait
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js9622 const Consumer = (aliasName) => { constant