Home
last modified time | relevance | path

Searched refs:CArrRetAppEventGroup (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dcommon.h98 struct CArrRetAppEventGroup { struct
120 void (*callbackOnReceiveRef)(char*, CArrRetAppEventGroup); argument
H A Dappevent_watcher_impl.h51 std::function<void(char*, CArrRetAppEventGroup)> onReceive = nullptr;
71 void InitReceiver(void (*callbackRef)(char*, CArrRetAppEventGroup));
H A Dhiappevent_impl.h45 … void (*callbackOnReceiveRef)(char*, CArrRetAppEventGroup));
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_watcher_impl.cpp128 void AppEventWatcherImpl::InitReceiver(void (*callbackRef)(char*, CArrRetAppEventGroup)) in InitReceiver() argument
353 CArrRetAppEventGroup getEventGroups(const std::vector<std::shared_ptr<OHOS::HiviewDFX::AppEventPack… in getEventGroups()
355 CArrRetAppEventGroup eventGroups; in getEventGroups()
393 return CArrRetAppEventGroup{0}; in getEventGroups()
411 CArrRetAppEventGroup eventGroups = getEventGroups(events); in OnEvents()
H A Dhiappevent_impl.cpp217 … void (*callbackOnReceiveRef)(char*, CArrRetAppEventGroup)) in addWatcher() argument