Home
last modified time | relevance | path

Searched refs:group_name (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/
Djson_store.cc401 const string& group_name = it.key(); in Open() local
404 LOG(ERROR) << "Group |" << group_name << "| is not a dictionary."; in Open()
411 LOG(ERROR) << "Failed to convert group |" << group_name in Open()
416 group_name_to_settings_[group_name] = *group_settings_as_variants; in Open()
430 const auto& group_name = group_name_and_settings.first; in Flush() local
437 LOG(FATAL) << "Failed to convert group |" << group_name << "|."; in Flush()
440 groups->SetWithoutPathExpansion(group_name, std::move(group_settings)); in Flush()
490 const auto& group_name = group_name_and_settings.first; in GetGroupsWithKey() local
493 matching_groups.insert(group_name); in GetGroupsWithKey()
504 const auto& group_name = group_name_and_settings.first; in GetGroupsWithProperties() local
[all …]
Dfake_store.cc96 const auto& group_name = group_name_and_settings.first; in GetGroupsWithKey() local
99 matching_groups.insert(group_name); in GetGroupsWithKey()
110 const auto& group_name = group_name_and_settings.first; in GetGroupsWithProperties() local
113 matching_groups.insert(group_name); in GetGroupsWithProperties()
DNETLINK_MESSAGES.txt246 string group_name; // CTRL_ATTR_MCAST_GRP_NAME;
261 string group_name;
263 &group_name)) {
275 SLOG(WiFi, 3) << " Adding group '" << group_name << "' = " << group_id;
276 message_types_[family_name].groups[group_name] = group_id;
/system/connectivity/shill/net/
Dnetlink_manager.cc242 string group_name; in OnNewFamilyMessage() local
245 &group_name)) { in OnNewFamilyMessage()
254 VLOG(3) << " Adding group '" << group_name << "' = " << group_id; in OnNewFamilyMessage()
255 message_types_[family_name].groups[group_name] = group_id; in OnNewFamilyMessage()
642 const string& group_name) { in SubscribeToEvents() argument
648 if (!ContainsKey(message_types_[family_id].groups, group_name)) { in SubscribeToEvents()
649 LOG(ERROR) << "Group '" << group_name << "' doesn't exist in family '" in SubscribeToEvents()
654 uint32_t group_id = message_types_[family_id].groups[group_name]; in SubscribeToEvents()
/system/connectivity/shill/wifi/
Dwifi_service_unittest.cc361 void AddGroup(string group_name) { in AddGroup() argument
362 groups_.insert(group_name); in AddGroup()