Searched defs:appEventPack (Results 1 – 5 of 5) sorted by relevance
| /base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
| D | hiappevent_c.cpp | 33 void AddArrayParam(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const T* arr, int… in AddArrayParam() 41 void AddBoolParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamVa… in AddBoolParamValue() 46 void AddBoolArrayParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const Pa… in AddBoolArrayParamValue() 51 void AddInt8ParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamVa… in AddInt8ParamValue() 56 void AddInt8ArrayParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const Pa… in AddInt8ArrayParamValue() 61 void AddInt16ParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamV… in AddInt16ParamValue() 66 void AddInt16ArrayParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const P… in AddInt16ArrayParamValue() 71 void AddInt32ParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamV… in AddInt32ParamValue() 76 void AddInt32ArrayParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const P… in AddInt32ArrayParamValue() 81 void AddInt64ParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamV… in AddInt64ParamValue() [all …]
|
| D | hiappevent_write.cpp | 68 void TraceAppEventPack(const std::shared_ptr<AppEventPack>& appEventPack) in TraceAppEventPack() 81 void WriteEvent(const std::shared_ptr<AppEventPack>& appEventPack) in WriteEvent()
|
| D | hiappevent_verify.cpp | 198 int VerifyAppEvent(std::shared_ptr<AppEventPack>& appEventPack) in VerifyAppEvent()
|
| /base/hiviewdfx/hiappevent/frameworks/js/napi/include/ |
| D | napi_hiappevent_write.h | 30 std::shared_ptr<AppEventPack> appEventPack; member
|
| /base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
| D | napi_hiappevent_js_v9.cpp | 40 auto appEventPack = builder.BuildV9(env, params, paramNum); in Write() local
|