Searched refs:AppEventStat (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_hiappevent_watch.cpp | 296 AppEventStat::WriteApiEndEventAsync("addWatcher", beginTime, AppEventStat::FAILED, errCode);
in AddWatcher() 323 AppEventStat::WriteApiEndEventAsync("addWatcher", beginTime, AppEventStat::FAILED, NapiError::ERR_OK);
in AddWatcher() 335 AppEventStat::WriteApiEndEventAsync("addWatcher", beginTime, AppEventStat::SUCCESS, NapiError::ERR_OK);
in AddWatcher() 342 AppEventStat::WriteApiEndEventAsync("removeWatcher", beginTime, AppEventStat::FAILED, NapiError::ERR_PARAM);
in RemoveWatcher() 348 AppEventStat::WriteApiEndEventAsync("removeWatcher", beginTime, AppEventStat in RemoveWatcher() [all...] |
H A D | napi_hiappevent_js_v9.cpp | 183 AppEventStat::WriteApiEndEventAsync("clearData", beginTime, AppEventStat::SUCCESS, NapiError::ERR_OK);
in ClearData() 192 AppEventStat::WriteApiEndEventAsync("addWatcher", beginTime, AppEventStat::FAILED, NapiError::ERR_PARAM);
in AddWatcher() 204 AppEventStat::WriteApiEndEventAsync("removeWatcher", beginTime, AppEventStat::FAILED, NapiError::ERR_PARAM);
in RemoveWatcher()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/include/ |
H A D | app_event_stat.h | 22 namespace AppEventStat { namespace 27 } // namespace AppEventStat
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/ |
H A D | app_event_stat.cpp | 26 namespace AppEventStat { namespace 53 } // namespace AppEventStat
|
Completed in 4 milliseconds