Home
last modified time | relevance | path

Searched refs:InitRecord (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_record_convertor.h28 static void InitRecord(HiSysEventRecordC& record);
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_query_callback_c.cpp48 HiSysEventRecordConvertor::InitRecord(records[i]); in OnQuery()
H A Dhisysevent_record_convertor.cpp64 void HiSysEventRecordConvertor::InitRecord(HiSysEventRecordC& record) in InitRecord() function in OHOS::HiviewDFX::HiSysEventRecordConvertor
H A Dlibhisyseventmanager.map23 "OHOS::HiviewDFX::HiSysEventRecordConvertor::InitRecord(HiSysEventRecord&)";
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
H A Dhisysevent_rust_querier.cpp58 HiSysEventRecordConvertor::InitRecord(records[i]); in OnQuery()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H A Dperf_monitor.h104 …void InitRecord(const std::string& sId, PerfActionType aType, PerfSourceType sType, const std::str…
H A Dperf_monitor.cpp176 void SceneRecord::InitRecord(const std::string& sId, PerfActionType aType, PerfSourceType sType, co… in InitRecord() function in OHOS::Ace::SceneRecord
300 record->InitRecord(sceneId, type, mSourceType, note, inputTime); in Start()