Home
last modified time | relevance | path

Searched refs:appEventInfo (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_watcher.cpp81 auto& appEventInfo = eventMap[event->GetName()].emplace_back(); in OnEvents() local
83 appEventInfo.domain = strings[strIndex++].c_str(); in OnEvents()
85 appEventInfo.name = strings[strIndex++].c_str(); in OnEvents()
87 appEventInfo.params = strings[strIndex++].c_str(); in OnEvents()
88 appEventInfo.type = EventType(event->GetType()); in OnEvents()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_processor_proxy.cpp37 AppEventInfo appEventInfo = { in CreateAppEventInfo() local
44 return appEventInfo; in CreateAppEventInfo()

Completed in 1 milliseconds