Searched refs:WriteApiEndEventAsync (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/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_… in AddWatcher() 335 …AppEventStat::WriteApiEndEventAsync("addWatcher", beginTime, AppEventStat::SUCCESS, NapiError::ERR… in AddWatcher() 342 …AppEventStat::WriteApiEndEventAsync("removeWatcher", beginTime, AppEventStat::FAILED, NapiError::E… in RemoveWatcher() 348 … AppEventStat::WriteApiEndEventAsync("removeWatcher", beginTime, AppEventStat::FAILED, errCode); in RemoveWatcher() 352 …AppEventStat::WriteApiEndEventAsync("removeWatcher", beginTime, AppEventStat::SUCCESS, NapiError::… in RemoveWatcher()
|
H A D | napi_hiappevent_js_v9.cpp | 183 …AppEventStat::WriteApiEndEventAsync("clearData", beginTime, AppEventStat::SUCCESS, NapiError::ERR_… in ClearData() 192 …AppEventStat::WriteApiEndEventAsync("addWatcher", beginTime, AppEventStat::FAILED, NapiError::ERR_… in AddWatcher() 204 …AppEventStat::WriteApiEndEventAsync("removeWatcher", beginTime, AppEventStat::FAILED, NapiError::E… in RemoveWatcher()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/include/ |
H A D | app_event_stat.h | 26 void WriteApiEndEventAsync(const std::string& apiName, uint64_t beginTime, int result, int errCode);
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/ |
H A D | app_event_stat.cpp | 39 void WriteApiEndEventAsync(const std::string& apiName, uint64_t beginTime, int result, int errCode) in WriteApiEndEventAsync() function
|