Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_c.h176 bool HiAppEventInnerConfigure(const char* name, const char* value);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_c.cpp181 bool HiAppEventInnerConfigure(const char* name, const char* value) in HiAppEventInnerConfigure() function
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/
H A Dhiappevent_ndk.c290 return HiAppEventInnerConfigure(name, value); in OH_HiAppEvent_Configure()