Home
last modified time | relevance | path

Searched refs:callbackOnReceiveRef (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_impl.cpp217 … void (*callbackOnReceiveRef)(char*, CArrRetAppEventGroup)) in addWatcher()
223 if (callbackOnReceiveRef != (void*)-1) { in addWatcher()
224 watcherPtr->InitReceiver(callbackOnReceiveRef); in addWatcher()
H A Dhiappevent_ffi.cpp383 … watcher.callbackOnTriggerRef, watcher.callbackOnReceiveRef); in FfiOHOSHiAppEventAddWatcher()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dhiappevent_impl.h45 … void (*callbackOnReceiveRef)(char*, CArrRetAppEventGroup));
H A Dcommon.h120 void (*callbackOnReceiveRef)(char*, CArrRetAppEventGroup); member