Searched refs:GetNetworkObjectPath (Results 1 – 7 of 7) sorted by relevance
34 MOCK_CONST_METHOD0(GetNetworkObjectPath, RpcIdentifier());
52 virtual RpcIdentifier GetNetworkObjectPath() const;
317 EXPECT_CALL(*services[i], GetNetworkObjectPath()).Times(0); in TEST_F()321 EXPECT_CALL(*services[i], GetNetworkObjectPath()) in TEST_F()348 EXPECT_CALL(*service0, GetNetworkObjectPath()) in TEST_F()
87 RpcIdentifier WiMaxService::GetNetworkObjectPath() const { in GetNetworkObjectPath() function in shill::WiMaxService
172 service->GetNetworkObjectPath(), parameters, in ConnectTo()
297 EXPECT_CALL(*service, GetNetworkObjectPath()).WillOnce(Return(kPath)); in TEST_F()
486 !ContainsKey(networks_, service->GetNetworkObjectPath())) { in StopDeadServices()