Searched refs:UNUSED_PARAM (Results 1 – 1 of 1) sorted by relevance
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
D | hitrace_meter.cpp | 38 #define UNUSED_PARAM __attribute__((__unused__)) macro 252 void StartTrace(uint64_t label, const string& value, float limit UNUSED_PARAM) in StartTrace() argument 257 void StartTraceDebug(bool isDebug, uint64_t label, const string& value, float limit UNUSED_PARAM) in StartTraceDebug() argument 310 void StartAsyncTrace(uint64_t label, const string& value, int32_t taskId, float limit UNUSED_PARAM) in StartAsyncTrace() argument 321 …eDebug(bool isDebug, uint64_t label, const string& value, int32_t taskId, float limit UNUSED_PARAM) in StartAsyncTraceDebug() argument 414 void MiddleTrace(uint64_t label, const string& beforeValue UNUSED_PARAM, const std::string& afterVa… in MiddleTrace() argument 420 void MiddleTraceDebug(bool isDebug, uint64_t label, const string& beforeValue UNUSED_PARAM, in MiddleTraceDebug() argument
|