Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/
Dhisysevent_c_wrapper.h90 HiSysEventRecordC GetHiSysEventRecordByIndexWrapper(const HiSysEventRecordC records[], unsigned int…
/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
Dhisysevent_c_wrapper_test.cpp182 HiSysEventRecordC recordRet = GetHiSysEventRecordByIndexWrapper(records, RECORDS_CNT, 0);
185 recordRet = GetHiSysEventRecordByIndexWrapper(records, RECORDS_CNT, RECORDS_CNT);
/base/hiviewdfx/hisysevent/interfaces/rust/src/
Dsys_event_manager.rs318 unsafe { GetHiSysEventRecordByIndexWrapper(records, size, i as c_uint) }; in on_query_callback()
588 fn GetHiSysEventRecordByIndexWrapper( in GetHiSysEventRecordByIndexWrapper() function
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
Dhisysevent_c_wrapper.cpp126 HiSysEventRecordC GetHiSysEventRecordByIndexWrapper(const HiSysEventRecordC records[], unsigned int… in GetHiSysEventRecordByIndexWrapper() function