Home
last modified time | relevance | path

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

/system/connectivity/shill/wimax/
Dmock_wimax_service.h34 MOCK_CONST_METHOD0(GetNetworkObjectPath, RpcIdentifier());
Dwimax_service.h52 virtual RpcIdentifier GetNetworkObjectPath() const;
Dwimax_provider_unittest.cc317 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()
Dwimax_service.cc87 RpcIdentifier WiMaxService::GetNetworkObjectPath() const { in GetNetworkObjectPath() function in shill::WiMaxService
Dwimax.cc172 service->GetNetworkObjectPath(), parameters, in ConnectTo()
Dwimax_unittest.cc297 EXPECT_CALL(*service, GetNetworkObjectPath()).WillOnce(Return(kPath)); in TEST_F()
Dwimax_provider.cc486 !ContainsKey(networks_, service->GetNetworkObjectPath())) { in StopDeadServices()