Home
last modified time | relevance | path

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

/system/connectivity/shill/vpn/
Dvpn_service.h68 FRIEND_TEST(VPNServiceTest, GetDeviceRpcId);
77 std::string GetDeviceRpcId(Error* error) const override;
Dvpn_service.cc122 string VPNService::GetDeviceRpcId(Error* error) const { in GetDeviceRpcId() function in shill::VPNService
Dvpn_service_unittest.cc190 TEST_F(VPNServiceTest, GetDeviceRpcId) { in TEST_F() argument
192 EXPECT_EQ("/", service_->GetDeviceRpcId(&error)); in TEST_F()
/system/connectivity/shill/wimax/
Dwimax_service.h99 FRIEND_TEST(WiMaxServiceTest, GetDeviceRpcId);
106 std::string GetDeviceRpcId(Error* error) const override;
Dwimax_service_unittest.cc120 TEST_F(WiMaxServiceTest, GetDeviceRpcId) { in TEST_F() argument
122 EXPECT_EQ(control_.NullRPCIdentifier(), service_->GetDeviceRpcId(&error)); in TEST_F()
126 EXPECT_EQ(DeviceMockAdaptor::kRpcId, service_->GetDeviceRpcId(&error)); in TEST_F()
Dwimax_service.cc199 string WiMaxService::GetDeviceRpcId(Error* error) const { in GetDeviceRpcId() function in shill::WiMaxService
/system/connectivity/shill/ethernet/
Dethernet_eap_service.h40 std::string GetDeviceRpcId(Error* error) const override;
Dethernet_temporary_service.cc46 std::string EthernetTemporaryService::GetDeviceRpcId(Error* /*error*/) const { in GetDeviceRpcId() function in shill::EthernetTemporaryService
Dethernet_temporary_service.h43 std::string GetDeviceRpcId(Error* error) const override;
Dethernet_eap_service.cc49 string EthernetEapService::GetDeviceRpcId(Error* /*error*/) const { in GetDeviceRpcId() function in shill::EthernetEapService
Dmock_ethernet_service.h41 MOCK_CONST_METHOD1(GetDeviceRpcId, std::string(Error* error));
Dethernet_service.h85 std::string GetDeviceRpcId(Error* error) const override;
Dethernet_eap_service_unittest.cc65 EXPECT_EQ("/", service_->GetDeviceRpcId(nullptr)); in TEST_F()
Dethernet_service.cc96 std::string EthernetService::GetDeviceRpcId(Error* /*error*/) const { in GetDeviceRpcId() function in shill::EthernetService
/system/connectivity/shill/
Dservice_under_test.cc55 string ServiceUnderTest::GetDeviceRpcId(Error* /*error*/) const { in GetDeviceRpcId() function in shill::ServiceUnderTest
Dservice_under_test.h49 std::string GetDeviceRpcId(Error* error) const override;
Dmock_service.h61 MOCK_CONST_METHOD1(GetDeviceRpcId, std::string(Error* error));
Dservice.h771 virtual std::string GetDeviceRpcId(Error* error) const = 0;
Dservice.cc220 &Service::GetDeviceRpcId); in Service()
/system/connectivity/shill/cellular/
Dcellular_service.h182 std::string GetDeviceRpcId(Error* error) const override;
Dcellular_service.cc384 string CellularService::GetDeviceRpcId(Error* /*error*/) const { in GetDeviceRpcId() function in shill::CellularService
/system/connectivity/shill/wifi/
Dwifi_service.h259 std::string GetDeviceRpcId(Error* error) const override;
Dwifi_service.cc724 string WiFiService::GetDeviceRpcId(Error* error) const { in GetDeviceRpcId() function in shill::WiFiService