Lines Matching full: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, ...) \ argument
100 …((void)HILOG_IMPL(LOG_CORE, LOG_FATAL, BATTERY_LABEL[domain].domainId, BATTERY_LABEL[domain].tag, …
101 #define BATTERY_HILOGE(domain, ...) \ argument
102 …((void)HILOG_IMPL(LOG_CORE, LOG_ERROR, BATTERY_LABEL[domain].domainId, BATTERY_LABEL[domain].tag, …
103 #define BATTERY_HILOGW(domain, ...) \ argument
104 …((void)HILOG_IMPL(LOG_CORE, LOG_WARN, BATTERY_LABEL[domain].domainId, BATTERY_LABEL[domain].tag, #…
105 #define BATTERY_HILOGI(domain, ...) \ argument
106 …((void)HILOG_IMPL(LOG_CORE, LOG_INFO, BATTERY_LABEL[domain].domainId, BATTERY_LABEL[domain].tag, #…
107 #define BATTERY_HILOGD(domain, ...) \ argument
108 …((void)HILOG_IMPL(LOG_CORE, LOG_DEBUG, BATTERY_LABEL[domain].domainId, BATTERY_LABEL[domain].tag, …