Searched refs:CountTraceWrapper (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/hiviewdfx/hitrace/interfaces/rust/innerkits/hitrace_meter/src/ |
H A D | lib.rs | 59 CountTraceWrapper(label, name_raw_ptr.as_ptr() as *const c_char, count); in count_trace() 77 pub(crate) fn CountTraceWrapper(label: c_ulonglong, name: *const c_char, count: c_longlong); in CountTraceWrapper() function
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/ |
H A D | hitrace.map | 28 CountTraceWrapper;
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace_meter/ |
H A D | hitrace_meter.h | 166 void CountTraceWrapper(uint64_t label, const char *name, int64_t count);
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
H A D | hitrace_meter.cpp | 989 void CountTraceWrapper(uint64_t label, const char *name, int64_t count) in CountTraceWrapper() function
|
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/ |
H A D | hitrace_ndk_test.cpp | 1146 CountTraceWrapper(TAG, traceName.c_str(), count);
|