Home
last modified time | relevance | path

Searched refs:HiAppEventInnerWrite (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_c.h178 int HiAppEventInnerWrite(const char* domain, const char* name, enum EventType type, const ParamList…
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_c.cpp182 int HiAppEventInnerWrite(const char* domain, const char* name, EventType type, const ParamList list) in HiAppEventInnerWrite() function
Dlibhiappevent_base.map35 HiAppEventInnerWrite;
/base/hiviewdfx/hiappevent/frameworks/native/ndk/
Dhiappevent_ndk.c299 return HiAppEventInnerWrite(domain, name, type, list); in OH_HiAppEvent_Write()