Lines Matching refs:conf
270 for (auto& conf : config) {
271 WLOGI("[WmConfig] %{public}s", conf.first.c_str());
273 if (conf.second.property_) {
274 propMap = *conf.second.property_;
289 switch (conf.second.type_) {
291 for (auto& num : *conf.second.intsValue_) {
296 if (conf.second.mapValue_) {
297 DumpConfig(*conf.second.mapValue_);
301 TLOGI(WmsLogTag::DEFAULT, "[WmConfig] %{public}s", conf.second.stringValue_.c_str());
304 TLOGI(WmsLogTag::DEFAULT, "[WmConfig] %{public}u", conf.second.boolValue_);
307 for (auto& num : *conf.second.floatsValue_) {