Home
last modified time | relevance | path

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

/base/security/appverify/interfaces/innerkits/appverify/include/init/
Dtrusted_root_ca.h59 bool isDebug; variable
Dtrusted_source_manager.h96 bool isDebug; variable
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_meter.cpp783 void StartTraceDebug(bool isDebug, uint64_t label, const string& value, float limit UNUSED_PARAM) in StartTraceDebug()
809 void StartTraceArgsDebug(bool isDebug, uint64_t label, const char *fmt, ...) in StartTraceArgsDebug()
833 void FinishTraceDebug(bool isDebug, uint64_t label) in FinishTraceDebug()
857 void StartAsyncTraceDebug(bool isDebug, uint64_t label, const string& value, int32_t taskId, float … in StartAsyncTraceDebug()
884 void StartAsyncTraceArgsDebug(bool isDebug, uint64_t label, int32_t taskId, const char *fmt, ...) in StartAsyncTraceArgsDebug()
914 void FinishAsyncTraceDebug(bool isDebug, uint64_t label, const string& value, int32_t taskId) in FinishAsyncTraceDebug()
941 void FinishAsyncTraceArgsDebug(bool isDebug, uint64_t label, int32_t taskId, const char *fmt, ...) in FinishAsyncTraceArgsDebug()
966 void MiddleTraceDebug(bool isDebug, uint64_t label, const string& beforeValue UNUSED_PARAM, in MiddleTraceDebug()
981 void CountTraceDebug(bool isDebug, uint64_t label, const string& name, int64_t count) in CountTraceDebug()
1113 HitracePerfScoped::HitracePerfScoped(bool isDebug, uint64_t tag, const std::string &name) : mTag_(t… in HitracePerfScoped()
/base/customization/enterprise_device_management/services/edm/src/
Dadmin.cpp25 const std::vector<std::string> &permissions, bool isDebug) in Admin()
Dadmin_policies_storage_rdb.cpp262 int isDebug = 0; in SetAdminItems() local
Denterprise_device_mgr_ability.cpp470 bool isDebug = system::GetBoolParameter(DEVELOP_MODE_STATE, false); in RemoveAllDebugAdmin() local
723 int32_t userId, bool isDebug) in VerifyEnableAdminCondition()
747 AdminType type, int32_t userId, bool isDebug) in VerifyEnableAdminConditionCheckExistAdmin()
823 bool isDebug = GetAccessTokenMgr()->IsDebug(); in EnableAdmin() local
1053 bool isDebug = GetAccessTokenMgr()->IsDebug(); in DoDisableAdmin() local
/base/customization/enterprise_device_management/test/fuzztest/enterprisedevicemgrability_fuzzer/
Denterprise_device_mgr_ability_fuzzer.cpp100 bool isDebug = CommonFuzzer::GetU32Data(data) % 2; in LLVMFuzzerTestOneInput() local
/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/customization/enterprise_device_management/test/unittest/services/edm/src/
Denterprise_device_mgr_ability_test.cpp160 bool isDebug) in EnableAdminSuc()