/system/connectivity/shill/ethernet/ |
H A D | ethernet_temporary_service.cc | 46 std::string EthernetTemporaryService::GetDeviceRpcId(Error* /*error*/) const { function in class:shill::EthernetTemporaryService
|
H A D | ethernet_eap_service.h | 40 std::string GetDeviceRpcId(Error* error) const override;
|
H A D | ethernet_temporary_service.h | 43 std::string GetDeviceRpcId(Error* error) const override;
|
H A D | ethernet_eap_service.cc | 49 string EthernetEapService::GetDeviceRpcId(Error* /*error*/) const { function in class:shill::EthernetEapService
|
H A D | ethernet_service.h | 85 std::string GetDeviceRpcId(Error* error) const override;
|
H A D | mock_ethernet_service.h | 41 MOCK_CONST_METHOD1(GetDeviceRpcId, std::string(Error* error));
|
H A D | ethernet_eap_service_unittest.cc | 65 EXPECT_EQ("/", service_->GetDeviceRpcId(nullptr));
|
H A D | ethernet_service.cc | 96 std::string EthernetService::GetDeviceRpcId(Error* /*error*/) const { function in class:shill::EthernetService
|
/system/connectivity/shill/ |
H A D | service_under_test.cc | 55 string ServiceUnderTest::GetDeviceRpcId(Error* /*error*/) const { function in class:shill::ServiceUnderTest
|
H A D | service_under_test.h | 49 std::string GetDeviceRpcId(Error* error) const override;
|
H A D | mock_service.h | 61 MOCK_CONST_METHOD1(GetDeviceRpcId, std::string(Error* error));
|
H A D | service.h | 771 virtual std::string GetDeviceRpcId(Error* error) const = 0;
|
H A D | service.cc | 220 &Service::GetDeviceRpcId);
|
/system/connectivity/shill/vpn/ |
H A D | vpn_service.h | 68 FRIEND_TEST(VPNServiceTest, GetDeviceRpcId); 77 std::string GetDeviceRpcId(Error* error) const override;
|
H A D | vpn_service.cc | 122 string VPNService::GetDeviceRpcId(Error* error) const { function in class:shill::VPNService
|
H A D | vpn_service_unittest.cc | 190 TEST_F(VPNServiceTest, GetDeviceRpcId) { 192 EXPECT_EQ("/", service_->GetDeviceRpcId(&error));
|
/system/connectivity/shill/wimax/ |
H A D | wimax_service.h | 99 FRIEND_TEST(WiMaxServiceTest, GetDeviceRpcId); 106 std::string GetDeviceRpcId(Error* error) const override;
|
H A D | wimax_service_unittest.cc | 120 TEST_F(WiMaxServiceTest, GetDeviceRpcId) { 122 EXPECT_EQ(control_.NullRPCIdentifier(), service_->GetDeviceRpcId(&error)); 126 EXPECT_EQ(DeviceMockAdaptor::kRpcId, service_->GetDeviceRpcId(&error));
|
H A D | wimax_service.cc | 199 string WiMaxService::GetDeviceRpcId(Error* error) const { function in class:shill::WiMaxService
|
/system/connectivity/shill/cellular/ |
H A D | cellular_service.h | 182 std::string GetDeviceRpcId(Error* error) const override;
|
H A D | cellular_service.cc | 384 string CellularService::GetDeviceRpcId(Error* /*error*/) const { function in class:shill::CellularService
|
/system/connectivity/shill/wifi/ |
H A D | wifi_service.h | 259 std::string GetDeviceRpcId(Error* error) const override;
|
H A D | wifi_service.cc | 724 string WiFiService::GetDeviceRpcId(Error* error) const { function in class:shill::WiFiService
|