Searched refs:GetRpcIdentifier (Results 1 - 25 of 70) sorted by relevance

123

/system/connectivity/shill/
H A Dmock_adaptors.cc37 const string& DeviceMockAdaptor::GetRpcIdentifier() { return rpc_id_; } function in class:shill::DeviceMockAdaptor
46 const string& IPConfigMockAdaptor::GetRpcIdentifier() { return rpc_id_; } function in class:shill::IPConfigMockAdaptor
55 const string& ManagerMockAdaptor::GetRpcIdentifier() { return rpc_id_; } function in class:shill::ManagerMockAdaptor
64 const string& ProfileMockAdaptor::GetRpcIdentifier() { return rpc_id_; } function in class:shill::ProfileMockAdaptor
76 const string& RPCTaskMockAdaptor::GetRpcIdentifier() { return rpc_id_; } function in class:shill::RPCTaskMockAdaptor
88 const string& ServiceMockAdaptor::GetRpcIdentifier() { return rpc_id_; } function in class:shill::ServiceMockAdaptor
H A Drpc_task_adaptor_stub.h33 const std::string& GetRpcIdentifier() override { return rpc_id(); }
H A Drpc_task.cc57 env.emplace(kRPCTaskPathVariable, adaptor_->GetRpcIdentifier());
62 string RPCTask::GetRpcIdentifier() const { function in class:shill::RPCTask
63 return adaptor_->GetRpcIdentifier();
H A Dprofile_adaptor_stub.h33 const std::string& GetRpcIdentifier() override { return rpc_id(); }
H A Dephemeral_profile.cc36 static string ObjectID(EphemeralProfile* e) { return e->GetRpcIdentifier(); }
H A Dipconfig_adaptor_stub.h35 const std::string& GetRpcIdentifier() override { return rpc_id(); }
H A Dservice_under_test.cc51 string ServiceUnderTest::GetRpcIdentifier() const { function in class:shill::ServiceUnderTest
H A Dadaptor_interfaces.h38 virtual const std::string& GetRpcIdentifier() = 0;
67 virtual const std::string& GetRpcIdentifier() = 0;
88 virtual const std::string& GetRpcIdentifier() = 0;
112 virtual const std::string& GetRpcIdentifier() = 0;
128 virtual const std::string& GetRpcIdentifier() = 0;
142 virtual const std::string& GetRpcIdentifier() = 0;
H A Dmock_adaptors.h38 const std::string& GetRpcIdentifier() override;
74 const std::string& GetRpcIdentifier() override;
94 const std::string& GetRpcIdentifier() override;
120 const std::string& GetRpcIdentifier() override;
141 const std::string& GetRpcIdentifier() override;
157 const std::string& GetRpcIdentifier() override;
H A Dmock_profile.h44 MOCK_METHOD0(GetRpcIdentifier, std::string());
H A Dmock_service.cc47 EXPECT_CALL(*this, GetRpcIdentifier()).WillRepeatedly(Return(id));
H A Drpc_task.h66 std::string GetRpcIdentifier() const;
H A Dservice_under_test.h48 std::string GetRpcIdentifier() const override;
H A Drpc_task_unittest.cc74 EXPECT_EQ(RPCTaskMockAdaptor::kRpcId, task_.GetRpcIdentifier());
H A Dipconfig.cc43 static string ObjectID(IPConfig* i) { return i->GetRpcIdentifier(); }
115 string IPConfig::GetRpcIdentifier() { function in class:shill::IPConfig
116 return adaptor_->GetRpcIdentifier();
/system/connectivity/shill/cellular/
H A Dsubscription_state_out_of_credits_detector.cc32 static string ObjectID(CellularService* c) { return c->GetRpcIdentifier(); }
H A Dout_of_credits_detector.cc33 static string ObjectID(CellularService* c) { return c->GetRpcIdentifier(); }
/system/connectivity/shill/ethernet/
H A Dvirtio_ethernet.cc34 static string ObjectID(VirtioEthernet* v) { return v->GetRpcIdentifier(); }
/system/connectivity/shill/dbus/
H A Dchromeos_rpc_task_dbus_adaptor.cc35 return r->GetRpcIdentifier();
59 const string& ChromeosRPCTaskDBusAdaptor::GetRpcIdentifier() { function in class:shill::ChromeosRPCTaskDBusAdaptor
H A Dchromeos_rpc_task_dbus_adaptor.h50 const std::string& GetRpcIdentifier() override;
H A Dchromeos_ipconfig_dbus_adaptor.h52 const std::string& GetRpcIdentifier() override { return dbus_path().value(); }
H A Dchromeos_profile_dbus_adaptor.h53 const std::string& GetRpcIdentifier() override { return dbus_path().value(); }
/system/connectivity/shill/binder/
H A Dservice_binder_adaptor.h60 const std::string& GetRpcIdentifier() override { return id(); }
H A Ddevice_binder_adaptor.cc38 return "Device binder adaptor (id " + d->GetRpcIdentifier() + ", " +
/system/connectivity/shill/wimax/
H A Dwimax_service.cc46 static string ObjectID(WiMaxService* w) { return w->GetRpcIdentifier(); }
204 return device_->GetRpcIdentifier();
254 new_device->GetRpcIdentifier());

Completed in 278 milliseconds

123