Home
last modified time | relevance | path

Searched refs:OnQueryWrapperCb (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/
H A Dhisysevent_c_wrapper.h53 typedef void (*OnQueryWrapperCb)(OnRustCb, HiSysEventRecordC[], unsigned int); typedef
67 OnQueryWrapperCb onQueryWrapperCb;
101 HiSysEventRustQuerierC* CreateRustEventQuerier(OnRustCb onQueryRustCb, OnQueryWrapperCb onQueryWrap…
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
H A Dhisysevent_c_wrapper.cpp159 OnQueryWrapperCb onQueryWrapperCb, OnRustCb onCompleteRustCb, in CreateRustEventQuerier()