Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_watch.cpp296 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 Dnapi_hiappevent_js_v9.cpp183 …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 Dapp_event_stat.h26 void WriteApiEndEventAsync(const std::string& apiName, uint64_t beginTime, int result, int errCode);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dapp_event_stat.cpp39 void WriteApiEndEventAsync(const std::string& apiName, uint64_t beginTime, int result, int errCode) in WriteApiEndEventAsync() function