Home
last modified time | relevance | path

Searched defs:appEventPack_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_hiappevent_builder.h57 std::shared_ptr<AppEventPack> appEventPack_; variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp135 void AddParams2EventPack(const CArrParameters& params, std::shared_ptr<AppEventPack> appEventPack_) in AddParams2EventPack()
197 auto appEventPack_ = std::make_shared<AppEventPack>(info.domain, info.name, info.event); in FfiOHOSHiAppEventWrite() local