Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_verify.h30 int VerifyAppEvent(std::shared_ptr<AppEventPack> event);
H A Dhiappevent_base.h227 friend int VerifyAppEvent(std::shared_ptr<AppEventPack> appEventPack);
/ohos5.0/base/hiviewdfx/hiappevent/interfaces/native/inner_api/src/
H A Dapp_event.cpp85 int ret = VerifyAppEvent(event.eventPack_); in Write()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_js.cpp54 if (auto ret = VerifyAppEvent(asyncContext->appEventPack); ret != 0) { in Write()
H A Dnapi_hiappevent_js_v9.cpp95 if (auto ret = VerifyAppEvent(asyncContext->appEventPack); ret != 0) { in Write()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_impl.cpp124 if (auto ret = VerifyAppEvent(appEventPack); ret != 0) { in Write()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_c.cpp203 int res = VerifyAppEvent(appEventPack); in HiAppEventInnerWrite()
H A Dhiappevent_verify.cpp393 int VerifyAppEvent(std::shared_ptr<AppEventPack> event) in VerifyAppEvent() function