Home
last modified time | relevance | path

Searched refs:SetLogLevel (Results 1 – 18 of 18) sorted by relevance

/base/update/updater/test/unittest/log_test/
Dlog_unittest.cpp40 SetLogLevel(ERROR);
46 SetLogLevel(INFO);
51 SetLogLevel(ERROR);
/base/hiviewdfx/hilog_lite/command/
Dhilog_command.c83 bool SetLogLevel(unsigned char level) in SetLogLevel() function
135 if (SetLogLevel(level)) { in SetOutputLevel()
149 SetLogLevel(CONFIG_LOG_LEVEL_RELEASE); in ProcAutoSet()
156 SetLogLevel(CONFIG_LOG_LEVEL_DEBUG); in ProcAutoSet()
/base/update/updater/services/flashd/daemon/
Dflashd_main.cpp32 Base::SetLogLevel(LOG_LAST); // debug log print in FlashdMain()
49 Base::SetLogLevel(logLevel); in FlashdMain()
/base/notification/common_event_service/frameworks/common/test/unittest/common_event_log_test/
Devent_log_test.cpp54 EventLogWrapper::SetLogLevel(EventLogLevel::INFO);
107 EventLogWrapper::SetLogLevel(EventLogLevel::INFO);
/base/update/updater/test/unittest/flashd_test/
Dflash_host_unittest.cpp122 Base::SetLogLevel(LOG_LAST); // debug log print
132 Base::SetLogLevel(LOG_LAST); // debug log print
148 Base::SetLogLevel(LOG_LAST); // debug log print
162 Base::SetLogLevel(LOG_LAST); // debug log print
/base/account/os_account/dfx/hidumper_adapter/
Daccount_dump_helper.h41 void SetLogLevel(const std::string& levelStr, std::string& result) const;
Daccount_dump_helper.cpp190 void AccountDumpHelper::SetLogLevel(const std::string& levelStr, std::string& result) const in SetLogLevel() function in OHOS::AccountSA::AccountDumpHelper
203 AccountLogWrapper::SetLogLevel(logLevel); in SetLogLevel()
211 SetLogLevel(arg2, result); in ProcessTwoParameter()
/base/account/os_account/frameworks/common/log/include/
Daccount_log_wrapper.h31 static void SetLogLevel(const AccountLogLevel &level) in SetLogLevel() function
/base/notification/common_event_service/frameworks/common/log/include/
Devent_log_wrapper.h57 static void SetLogLevel(const EventLogLevel& level) in SetLogLevel() function
/base/account/os_account/frameworks/common/test/unittest/common_account_test/
Daccount_log_test.cpp57 AccountLogWrapper::SetLogLevel(AccountLogLevel::DEBUG);
/base/telephony/telephony_data/common/include/
Ddata_storage_log_wrapper.h37 static void SetLogLevel(const DataStorageLogLevel &level) in SetLogLevel() function
/base/update/updater/services/include/log/
Dlog.h53 void SetLogLevel(int level);
/base/update/updater/services/
Dupdater_utils.cpp159 SetLogLevel(INFO); in InitMode()
161 SetLogLevel(DEBUG); in InitMode()
/base/notification/distributed_notification_service/frameworks/core/common/include/
Dans_log_wrapper.h57 static void SetLogLevel(const AnsLogLevel &level) in SetLogLevel() function
/base/update/updateservice/services/core/ability/log/src/
Dupdate_log.cpp37 void UpdateLog::SetLogLevel(const UpdateLogLevel &level) in SetLogLevel() function in OHOS::UpdateEngine::UpdateLog
/base/update/updateservice/services/core/ability/log/include/
Dupdate_log.h61 static void SetLogLevel(const UpdateLogLevel &level);
/base/update/updater/services/log/
Dlog.cpp77 void SetLogLevel(int level) in SetLogLevel() function
/base/sensors/medical_sensor/interfaces/plugin/test/unittest/
Dmedical_js_test.cpp64 option.SetLogLevel(panda::RuntimeOption::LOG_LEVEL::ERROR); in MedicalJsTest()