Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_c.h178 int HiAppEventInnerWrite(const char* domain, const char* name, enum EventType type, const ParamList…
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_c.cpp190 int HiAppEventInnerWrite(const char* domain, const char* name, EventType type, const ParamList list) in HiAppEventInnerWrite() function
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/
H A Dhiappevent_ndk.c346 return HiAppEventInnerWrite(domain, name, type, list); in OH_HiAppEvent_Write()