Searched refs:CheckLimitWritingEvent (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/ |
H A D | write_controller.h | 46 …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 D | hisysevent.h | 246 …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 D | write_controller.cpp | 137 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 D | libhisysevent.map | 38 …"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 D | napi_hisysevent_adapter.cpp | 135 uint64_t timeStamp = WriteController::CheckLimitWritingEvent(param, eventInfo.domain.c_str(), in CheckThenWriteSysEvent()
|