Home
last modified time | relevance | path

Searched defs:isDebug (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_meter.cpp173 void StartTraceDebug(bool isDebug, uint64_t label, const string& value, float limit UNUSED_PARAM) in StartTraceDebug()
196 void StartTraceArgsDebug(bool isDebug, uint64_t label, const char *fmt, ...) in StartTraceArgsDebug()
219 void FinishTraceDebug(bool isDebug, uint64_t label) in FinishTraceDebug()
233 void StartAsyncTraceDebug(bool isDebug, uint64_t label, const string& value, int32_t taskId, float … in StartAsyncTraceDebug()
257 void StartAsyncTraceArgsDebug(bool isDebug, uint64_t label, int32_t taskId, const char *fmt, ...) in StartAsyncTraceArgsDebug()
281 void FinishAsyncTraceDebug(bool isDebug, uint64_t label, const string& value, int32_t taskId) in FinishAsyncTraceDebug()
305 void FinishAsyncTraceArgsDebug(bool isDebug, uint64_t label, int32_t taskId, const char *fmt, ...) in FinishAsyncTraceArgsDebug()
330 void MiddleTraceDebug(bool isDebug, uint64_t label, const string& beforeValue UNUSED_PARAM, in MiddleTraceDebug()
347 void CountTraceDebug(bool isDebug, uint64_t label, const string& name, int64_t count) in CountTraceDebug()
/base/security/appverify/interfaces/innerkits/appverify/include/init/
Dtrusted_root_ca.h57 bool isDebug; variable
Dtrusted_source_manager.h94 bool isDebug; variable
/base/hiviewdfx/hisysevent/frameworks/native/include/
Dhisysevent_tool.h36 bool isDebug; member
/base/hiviewdfx/hilog/test/moduletest/common/
Dhilog_base_ndk_test.cpp124 … void HiLogWriteTest(LogMethodFunc loggingMethod, uint32_t logCount, uint32_t logLen, bool isDebug) in HiLogWriteTest()
/base/startup/init/services/init/
Dinit_service_manager.c925 int isDebug = StringToInt(value, 0); in ProcessConsoleEvent() local