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

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

Completed in 219 milliseconds