Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_verify.h24 int VerifyAppEvent(std::shared_ptr<AppEventPack>& appEventPack);
Dhiappevent_base.h187 friend int VerifyAppEvent(std::shared_ptr<AppEventPack>& appEventPack);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp174 int VerifyAppEvent(std::shared_ptr<AppEventPack>& appEventPack) in VerifyAppEvent() function
Dhiappevent_c.cpp190 int res = VerifyAppEvent(appEventPack); in HiAppEventInnerWrite()
/base/hiviewdfx/hiappevent/interfaces/js/innerkits/napi/src/
Dnapi_hiappevent_build.cpp401 int verifyResult = VerifyAppEvent(appEventPack); in BuildAppEventPackFromNapi()