Searched refs:GetHiSysEventRecordByIndexWrapper (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/include/ |
H A D | hisysevent_c_wrapper.h | 90 HiSysEventRecordC GetHiSysEventRecordByIndexWrapper(const HiSysEventRecordC records[], unsigned int total,
|
/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/ |
H A D | hisysevent_c_wrapper_test.cpp | 171 * @tc.desc: Test GetHiSysEventRecordByIndexWrapper 182 HiSysEventRecordC recordRet = GetHiSysEventRecordByIndexWrapper(records, RECORDS_CNT, 0); in HWTEST_F() 185 recordRet = GetHiSysEventRecordByIndexWrapper(records, RECORDS_CNT, RECORDS_CNT); in HWTEST_F()
|
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/ |
H A D | hisysevent_c_wrapper.cpp | 126 HiSysEventRecordC GetHiSysEventRecordByIndexWrapper(const HiSysEventRecordC records[], unsigned int total, in GetHiSysEventRecordByIndexWrapper() function
|
/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/ |
H A D | sys_event_manager.rs | 315 GetHiSysEventRecordByIndexWrapper(records, size, i as c_uint) 582 fn GetHiSysEventRecordByIndexWrapper(records: *const HiSysEventRecord, total: c_uint, in GetHiSysEventRecordByIndexWrapper() functions
|
Completed in 3 milliseconds