Home
last modified time | relevance | path

Searched refs:GetLogLevel (Results 1 - 25 of 27) sorted by relevance

12

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_log.h43 NSTACKX_EXPORT uint32_t GetLogLevel(void);
69 NSTACKX_LOG_COMMON(moduleName, NSTACKX_LOG_LEVEL_FATAL, GetLogLevel(), format, ##__VA_ARGS__)
71 NSTACKX_LOG_COMMON(moduleName, NSTACKX_LOG_LEVEL_ERROR, GetLogLevel(), format, ##__VA_ARGS__)
73 NSTACKX_LOG_COMMON(moduleName, NSTACKX_LOG_LEVEL_WARNING, GetLogLevel(), format, ##__VA_ARGS__)
75 NSTACKX_LOG_COMMON(moduleName, NSTACKX_LOG_LEVEL_INFO, GetLogLevel(), format, ##__VA_ARGS__)
77 NSTACKX_LOG_COMMON(moduleName, NSTACKX_LOG_LEVEL_DEBUG, GetLogLevel(), format, ##__VA_ARGS__)
/foundation/bundlemanager/bundle_framework/common/test/unittest/common_appexecfwk_log_test/
H A Dappexecfwk_log_test.cpp53 EXPECT_EQ(AppLogLevel::DEBUG, AppLogWrapper::GetLogLevel()); in HWTEST_F()
55 EXPECT_EQ(AppLogLevel::INFO, AppLogWrapper::GetLogLevel()); in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/common/
H A Dcgroup_sched_log.cpp24 const LogLevel &curLevel = CgroupSchedLog::GetLogLevel(); in JudgeLevel()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/process_group/src/
H A Dprocess_group_log.cpp26 const LogLevel &curLevel = ProcessGroupLog::GetLogLevel(); in JudgeLevel()
/foundation/bundlemanager/bundle_framework/common/log/src/
H A Dapp_log_wrapper.cpp26 return (AppLogWrapper::GetLogLevel() <= level); in JudgeLevel()
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_appinfo.h44 const std::string& GetLogLevel() const;
H A Dmanifest_appinfo.cpp82 const std::string& ManifestAppInfo::GetLogLevel() const in GetLogLevel() function in OHOS::Ace::Framework::ManifestAppInfo
/foundation/resourceschedule/device_usage_statistics/utils/src/
H A Dbundle_active_log.cpp23 const BundleActiveLogLevel &currLevel = BundleActiveLog::GetLogLevel(); in JudgeValidLevel()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/process_group/include/
H A Dprocess_group_log.h55 static const LogLevel &GetLogLevel() in GetLogLevel() function in OHOS::ResourceSchedule::CgroupSetting::ProcessGroupLog
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/common/include/
H A Dcgroup_sched_log.h55 static const LogLevel &GetLogLevel() in GetLogLevel() function in OHOS::ResourceSchedule::CgroupSchedLog
/foundation/communication/netmanager_ext/utils/log/src/
H A Dnetmgr_ext_log_wrapper.cpp25 const NetMgrExtLogLevel &curLevel = NetMgrExtLogWrapper::GetLogLevel(); in JudgeLevel()
/foundation/communication/netmanager_base/utils/log/src/
H A Dnet_mgr_log_wrapper.cpp25 const NetMgrLogLevel &curLevel = NetMgrLogWrapper::GetLogLevel(); in JudgeLevel()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_log.c37 uint32_t GetLogLevel(void) in GetLogLevel() function
/foundation/resourceschedule/device_usage_statistics/utils/include/
H A Dbundle_active_log.h44 static const BundleActiveLogLevel &GetLogLevel() in GetLogLevel() function in OHOS::DeviceUsageStats::BundleActiveLog
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
H A Dnet_mgr_log_wrapper_test.cpp47 auto level = NetMgrLogWrapper::GetLogLevel(); in HWTEST_F()
/foundation/communication/netmanager_ext/utils/log/include/
H A Dnetmgr_ext_log_wrapper.h42 static const NetMgrExtLogLevel &GetLogLevel() in GetLogLevel() function in OHOS::NetManagerStandard::NetMgrExtLogWrapper
/foundation/communication/netmanager_base/utils/log/include/
H A Dnet_mgr_log_wrapper.h42 static const NetMgrLogLevel &GetLogLevel() in GetLogLevel() function in OHOS::NetManagerStandard::NetMgrLogWrapper
/foundation/bundlemanager/bundle_framework/common/log/include/
H A Dapp_log_wrapper.h45 static const AppLogLevel &GetLogLevel() in GetLogLevel() function in OHOS::AppExecFwk::AppLogWrapper
/foundation/graphic/graphic_3d/lume/LumeEngine/src/log/
H A Dlogger.h58 LogLevel GetLogLevel() const override;
H A Dlogger.cpp206 ILogger::LogLevel Logger::GetLogLevel() const in GetLogLevel() function in Logger
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/
H A Dintf_logger.h117 virtual LogLevel GetLogLevel() const = 0;
/foundation/arkui/ace_engine/frameworks/base/log/
H A Dlog_wrapper.h243 static LogLevel GetLogLevel() in GetLogLevel() function in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h68 virtual int GetLogLevel() = 0;
94 int GetLogLevel() override
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp242 int ConsoleLogOhos::GetLogLevel() in GetLogLevel() function in OHOS::Ace::ConsoleLogOhos
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h95 int GetLogLevel() override;

Completed in 27 milliseconds

12