Home
last modified time | relevance | path

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

/ohos5.0/base/request/request/services/include/
H A Druncount_observer.h25 using RegCallBack = std::function<void(int32_t uid, int32_t state, int32_t pid)>; variable
H A Dapplication_state_observer.h31 using RegCallBack = std::function<void(int32_t uid, int32_t state, int32_t pid)>; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_type_define.h34 int RegCallBack(const T &newCallback, T &oldCallback, const Finalizer &newFinalizer, Finalizer &old… in RegCallBack() function