Home
last modified time | relevance | path

Searched refs:GetIntValueByKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_record.h70 int GetIntValueByKey(const std::string key) const;
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record.cpp76 return HiSysEvent::EventType(GetIntValueByKey("type_")); in GetEventType()
149 int HiSysEventRecord::GetIntValueByKey(const std::string key) const in GetIntValueByKey() function in OHOS::HiviewDFX::HiSysEventRecord