Searched defs:appEventPack (Results 1 – 8 of 8) sorted by relevance
| /base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
| D | hiappevent_c.cpp | 42 void AddArrayParam(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const T* arr, int… in AddArrayParam() 50 void AddBoolParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamVa… in AddBoolParamValue() 55 void AddBoolArrayParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const Pa… in AddBoolArrayParamValue() 60 void AddInt8ParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamVa… in AddInt8ParamValue() 65 void AddInt8ArrayParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const Pa… in AddInt8ArrayParamValue() 70 void AddInt16ParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamV… in AddInt16ParamValue() 75 void AddInt16ArrayParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const P… in AddInt16ArrayParamValue() 80 void AddInt32ParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamV… in AddInt32ParamValue() 85 void AddInt32ArrayParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const P… in AddInt32ArrayParamValue() 90 void AddInt64ParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamV… in AddInt64ParamValue() [all …]
|
| D | hiappevent_write.cpp | 62 void WriteEvent(std::shared_ptr<AppEventPack> appEventPack) in WriteEvent() 98 int SetEventParam(std::shared_ptr<AppEventPack> appEventPack) in SetEventParam()
|
| /base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/ |
| D | app_event_stat.cpp | 41 auto appEventPack = std::make_shared<AppEventPack>("api_diagnostic", "api_exec_end", BEHAVIOR); in WriteApiEndEventAsync() local
|
| /base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
| D | hiappevent_impl.cpp | 88 void HiWriteEvent(std::shared_ptr<AppEventPack> appEventPack) in HiWriteEvent() 122 int HiAppEventImpl::Write(std::shared_ptr<HiviewDFX::AppEventPack> appEventPack) in Write()
|
| /base/hiviewdfx/hiappevent/frameworks/js/napi/include/ |
| D | napi_hiappevent_write.h | 32 std::shared_ptr<AppEventPack> appEventPack; member
|
| /base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
| D | napi_hiappevent_js_v9.cpp | 101 auto appEventPack = builder.BuildV9(env, params, paramNum); in Write() local 241 auto appEventPack = builder.BuildEventParam(env, params, paramNum); in SetEventParam() local
|
| /base/hiviewdfx/hiappevent/interfaces/native/inner_api/src/ |
| D | app_event.cpp | 87 auto appEventPack = event.eventPack_; in Write() local
|
| /base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
| D | os_event_listener.cpp | 251 auto appEventPack = std::make_shared<AppEventPack>(); in GetAppEventPackFromJson() local
|