/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
H A D | nstackx_log.h | 43 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 D | appexecfwk_log_test.cpp | 53 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 D | cgroup_sched_log.cpp | 24 const LogLevel &curLevel = CgroupSchedLog::GetLogLevel(); in JudgeLevel()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/process_group/src/ |
H A D | process_group_log.cpp | 26 const LogLevel &curLevel = ProcessGroupLog::GetLogLevel(); in JudgeLevel()
|
/foundation/bundlemanager/bundle_framework/common/log/src/ |
H A D | app_log_wrapper.cpp | 26 return (AppLogWrapper::GetLogLevel() <= level); in JudgeLevel()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
H A D | manifest_appinfo.h | 44 const std::string& GetLogLevel() const;
|
H A D | manifest_appinfo.cpp | 82 const std::string& ManifestAppInfo::GetLogLevel() const in GetLogLevel() function in OHOS::Ace::Framework::ManifestAppInfo
|
/foundation/resourceschedule/device_usage_statistics/utils/src/ |
H A D | bundle_active_log.cpp | 23 const BundleActiveLogLevel &currLevel = BundleActiveLog::GetLogLevel(); in JudgeValidLevel()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/process_group/include/ |
H A D | process_group_log.h | 55 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 D | cgroup_sched_log.h | 55 static const LogLevel &GetLogLevel() in GetLogLevel() function in OHOS::ResourceSchedule::CgroupSchedLog
|
/foundation/communication/netmanager_ext/utils/log/src/ |
H A D | netmgr_ext_log_wrapper.cpp | 25 const NetMgrExtLogLevel &curLevel = NetMgrExtLogWrapper::GetLogLevel(); in JudgeLevel()
|
/foundation/communication/netmanager_base/utils/log/src/ |
H A D | net_mgr_log_wrapper.cpp | 25 const NetMgrLogLevel &curLevel = NetMgrLogWrapper::GetLogLevel(); in JudgeLevel()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
H A D | nstackx_log.c | 37 uint32_t GetLogLevel(void) in GetLogLevel() function
|
/foundation/resourceschedule/device_usage_statistics/utils/include/ |
H A D | bundle_active_log.h | 44 static const BundleActiveLogLevel &GetLogLevel() in GetLogLevel() function in OHOS::DeviceUsageStats::BundleActiveLog
|
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/ |
H A D | net_mgr_log_wrapper_test.cpp | 47 auto level = NetMgrLogWrapper::GetLogLevel(); in HWTEST_F()
|
/foundation/communication/netmanager_ext/utils/log/include/ |
H A D | netmgr_ext_log_wrapper.h | 42 static const NetMgrExtLogLevel &GetLogLevel() in GetLogLevel() function in OHOS::NetManagerStandard::NetMgrExtLogWrapper
|
/foundation/communication/netmanager_base/utils/log/include/ |
H A D | net_mgr_log_wrapper.h | 42 static const NetMgrLogLevel &GetLogLevel() in GetLogLevel() function in OHOS::NetManagerStandard::NetMgrLogWrapper
|
/foundation/bundlemanager/bundle_framework/common/log/include/ |
H A D | app_log_wrapper.h | 45 static const AppLogLevel &GetLogLevel() in GetLogLevel() function in OHOS::AppExecFwk::AppLogWrapper
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/log/ |
H A D | logger.h | 58 LogLevel GetLogLevel() const override;
|
H A D | logger.cpp | 206 ILogger::LogLevel Logger::GetLogLevel() const in GetLogLevel() function in Logger
|
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ |
H A D | intf_logger.h | 117 virtual LogLevel GetLogLevel() const = 0;
|
/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | log_wrapper.h | 243 static LogLevel GetLogLevel() in GetLogLevel() function in OHOS::Ace::final
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_event.h | 68 virtual int GetLogLevel() = 0; 94 int GetLogLevel() override
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | mock_web_delegate.cpp | 242 int ConsoleLogOhos::GetLogLevel() in GetLogLevel() function in OHOS::Ace::ConsoleLogOhos
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 95 int GetLogLevel() override;
|