Home
last modified time | relevance | path

Searched refs:CheckLimitWritingEvent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dwrite_controller.h46 …static uint64_t CheckLimitWritingEvent(const ControlParam& param, const char* domain, const char* …
48 …static uint64_t CheckLimitWritingEvent(const ControlParam& param, const char* domain, const char* …
H A Dhisysevent.h246 …uint64_t timeStamp = WriteController::CheckLimitWritingEvent(param, domain.c_str(), eventName.c_st…
270 … uint64_t timeStamp = WriteController::CheckLimitWritingEvent(param, domain, eventName.c_str(),
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dwrite_controller.cpp137 uint64_t WriteController::CheckLimitWritingEvent(const ControlParam& param, const char* domain, con… in CheckLimitWritingEvent() function in OHOS::HiviewDFX::WriteController
166 uint64_t WriteController::CheckLimitWritingEvent(const ControlParam& param, const char* domain, in CheckLimitWritingEvent() function in OHOS::HiviewDFX::WriteController
174 return CheckLimitWritingEvent(param, domain, eventName, info); in CheckLimitWritingEvent()
H A Dlibhisysevent.map38 …"OHOS::HiviewDFX::WriteController::CheckLimitWritingEvent(OHOS::HiviewDFX::ControlParam const&, ch…
39 …"OHOS::HiviewDFX::WriteController::CheckLimitWritingEvent(OHOS::HiviewDFX::ControlParam const&, ch…
40 …"OHOS::HiviewDFX::WriteController::CheckLimitWritingEvent(OHOS::HiviewDFX::ControlParam const&, ch…
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_adapter.cpp135 uint64_t timeStamp = WriteController::CheckLimitWritingEvent(param, eventInfo.domain.c_str(), in CheckThenWriteSysEvent()