Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmanager_unittest.cc1864 const string kProfileName1 = "profile1"; in TEST_F() local
1869 .WillRepeatedly(Return(kProfileName1)); in TEST_F()
1968 const string kProfileName1 = "profile1"; in TEST_F() local
1973 .WillRepeatedly(Return(kProfileName1)); in TEST_F()
2043 const string kProfileName1 = "profile1"; in TEST_F() local
2049 args.SetString(kProfileProperty, kProfileName1); in TEST_F()
2241 const string kProfileName1 = "profile1"; in TEST_F() local
2243 AddNamedMockProfileToManager(manager(), kProfileName1)); in TEST_F()
2275 manager()->ConfigureServiceForProfile(kProfileName1, args, &error); in TEST_F()
2286 const string kProfileName1 = "profile1"; in TEST_F() local
[all …]