Home | History | Annotate | Download | only in wifi

Lines Matching defs:kGroupId

391     const string kGroupId =
394 GetString(kGroupId, _, _)).WillRepeatedly(Return(true));
396 groups.insert(kGroupId);
1571 const string kGroupId =
1574 GetString(kGroupId, _, _)).WillRepeatedly(Return(false));
1576 SetString(kGroupId, _, _)).WillRepeatedly(Return(true));
1578 groups.insert(kGroupId);
1602 const string kGroupId =
1605 GetString(kGroupId, _, _)).WillRepeatedly(Return(false));
1607 SetString(kGroupId, _, _)).WillRepeatedly(Return(true));
1609 groups.insert(kGroupId);
1619 const string kGroupId =
1622 GetString(kGroupId, _, _)).WillRepeatedly(Return(true));
1624 groups.insert(kGroupId);
1783 const string kGroupId =
1786 GetString(kGroupId, _, _)).WillRepeatedly(Return(true));
1788 groups.insert(kGroupId);