Lines Matching refs:domain
45 // Battery manager reserved domain id range
64 // The end of labels, max to the domain id range length 32
99 #define BATTERY_HILOGF(domain, ...) \
100 ((void)HILOG_IMPL(LOG_CORE, LOG_FATAL, BATTERY_LABEL[domain].domainId, BATTERY_LABEL[domain].tag, ##__VA_ARGS__))
101 #define BATTERY_HILOGE(domain, ...) \
102 ((void)HILOG_IMPL(LOG_CORE, LOG_ERROR, BATTERY_LABEL[domain].domainId, BATTERY_LABEL[domain].tag, ##__VA_ARGS__))
103 #define BATTERY_HILOGW(domain, ...) \
104 ((void)HILOG_IMPL(LOG_CORE, LOG_WARN, BATTERY_LABEL[domain].domainId, BATTERY_LABEL[domain].tag, ##__VA_ARGS__))
105 #define BATTERY_HILOGI(domain, ...) \
106 ((void)HILOG_IMPL(LOG_CORE, LOG_INFO, BATTERY_LABEL[domain].domainId, BATTERY_LABEL[domain].tag, ##__VA_ARGS__))
107 #define BATTERY_HILOGD(domain, ...) \
108 ((void)HILOG_IMPL(LOG_CORE, LOG_DEBUG, BATTERY_LABEL[domain].domainId, BATTERY_LABEL[domain].tag, ##__VA_ARGS__))