Home
last modified time | relevance | path

Searched refs:JudgeLevel (Results 1 – 11 of 11) sorted by relevance

/base/notification/ans_standard/frameworks/ans/core/common/include/
Dans_log_wrapper.h43 static bool JudgeLevel(const AnsLogLevel &level);
62 if (AnsLogWrapper::JudgeLevel(AnsLogLevel::LEVEL)) \
77 if (AnsLogWrapper::JudgeLevel(AnsLogLevel::LEVEL)) \
/base/notification/ces_standard/frameworks/common/log/include/
Devent_log_wrapper.h37 static bool JudgeLevel(const EventLogLevel &level);
56 if (EventLogWrapper::JudgeLevel(EventLogLevel::LEVEL)) \
/base/account/os_account/frameworks/common/log/include/
Daccount_log_wrapper.h31 static bool JudgeLevel(const AccountLogLevel &level);
50 if (AccountLogWrapper::JudgeLevel(AccountLogLevel::LEVEL)) \
/base/notification/ces_standard/frameworks/common/log/src/
Devent_log_wrapper.cpp23 bool EventLogWrapper::JudgeLevel(const EventLogLevel &level) in JudgeLevel() function in OHOS::EventFwk::EventLogWrapper
/base/account/os_account/frameworks/common/log/src/
Daccount_log_wrapper.cpp23 bool AccountLogWrapper::JudgeLevel(const AccountLogLevel& level) in JudgeLevel() function in OHOS::AccountSA::AccountLogWrapper
/base/notification/ans_standard/frameworks/ans/core/common/src/
Dans_log_wrapper.cpp21 bool AnsLogWrapper::JudgeLevel(const AnsLogLevel &level) in JudgeLevel() function in OHOS::Notification::AnsLogWrapper
/base/telephony/data_storage/common/src/
Ddata_storage_log_wrapper.cpp23 bool DataStorageLogWrapper::JudgeLevel(const DataStorageLogLevel &level) in JudgeLevel() function in OHOS::Telephony::DataStorageLogWrapper
/base/update/updateservice/interfaces/innerkits/include/
Dupdate_helper.h181 static bool JudgeLevel(const UpdateLogLevel& level);
201 if (UpdateHelper::JudgeLevel(UpdateLogLevel::LEVEL)) \
/base/telephony/data_storage/common/include/
Ddata_storage_log_wrapper.h34 static bool JudgeLevel(const DataStorageLogLevel &level);
/base/telephony/core_service/utils/log/include/
Dtelephony_log_wrapper.h35 static bool JudgeLevel(const TelephonyLogLevel &level);
/base/update/updateservice/engine/src/
Dupdate_helper.cpp195 bool UpdateHelper::JudgeLevel(const UpdateLogLevel& level) in JudgeLevel() function in OHOS::update_engine::UpdateHelper