Lines Matching refs:GetTestPath

59 string GetTestPath(int index) {  in GetTestPath()  function
111 provider_.pending_devices_[GetTestLinkName(2)] = GetTestPath(2); in TEST_F()
125 provider_.pending_devices_[GetTestLinkName(2)] = GetTestPath(2); in TEST_F()
133 provider_.pending_devices_[GetTestLinkName(1)] = GetTestPath(1); in TEST_F()
135 live_devices.push_back(GetTestPath(2)); in TEST_F()
136 live_devices.push_back(GetTestPath(3)); in TEST_F()
141 EXPECT_EQ(GetTestPath(2), provider_.pending_devices_[GetTestLinkName(2)]); in TEST_F()
142 EXPECT_EQ(GetTestPath(3), provider_.pending_devices_[GetTestLinkName(3)]); in TEST_F()
148 provider_.pending_devices_[GetTestLinkName(1)] = GetTestPath(1); in TEST_F()
164 provider_.CreateDevice(GetTestLinkName(1), GetTestPath(1)); in TEST_F()
167 EXPECT_EQ(GetTestPath(1), provider_.pending_devices_[GetTestLinkName(1)]); in TEST_F()
172 provider_.CreateDevice(GetTestLinkName(1), GetTestPath(1)); in TEST_F()
180 provider_.CreateDevice(GetTestLinkName(1), GetTestPath(1)); in TEST_F()
188 GetTestLinkName(i), "", i, GetTestPath(i))); in TEST_F()
193 provider_.pending_devices_[GetTestLinkName(i)] = GetTestPath(i); in TEST_F()
196 live_devices.push_back(GetTestPath(0)); in TEST_F()
197 live_devices.push_back(GetTestPath(3)); in TEST_F()
198 live_devices.push_back(GetTestPath(4)); in TEST_F()
199 live_devices.push_back(GetTestPath(7)); in TEST_F()
200 live_devices.push_back(GetTestPath(123)); in TEST_F()
216 EXPECT_EQ(GetTestLinkName(1), provider_.GetLinkName(GetTestPath(1))); in TEST_F()
377 GetTestLinkName(i), "", i, GetTestPath(i))); in TEST_F()
588 GetTestLinkName(1), "", 1, GetTestPath(1))); in TEST_F()