Home
last modified time | relevance | path

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

123

/system/connectivity/shill/
Dmock_adaptors.cc37 const string& DeviceMockAdaptor::GetRpcIdentifier() { return rpc_id_; } in GetRpcIdentifier() function in shill::DeviceMockAdaptor
46 const string& IPConfigMockAdaptor::GetRpcIdentifier() { return rpc_id_; } in GetRpcIdentifier() function in shill::IPConfigMockAdaptor
55 const string& ManagerMockAdaptor::GetRpcIdentifier() { return rpc_id_; } in GetRpcIdentifier() function in shill::ManagerMockAdaptor
64 const string& ProfileMockAdaptor::GetRpcIdentifier() { return rpc_id_; } in GetRpcIdentifier() function in shill::ProfileMockAdaptor
76 const string& RPCTaskMockAdaptor::GetRpcIdentifier() { return rpc_id_; } in GetRpcIdentifier() function in shill::RPCTaskMockAdaptor
88 const string& ServiceMockAdaptor::GetRpcIdentifier() { return rpc_id_; } in GetRpcIdentifier() function in shill::ServiceMockAdaptor
Drpc_task.cc57 env.emplace(kRPCTaskPathVariable, adaptor_->GetRpcIdentifier()); in GetEnvironment()
62 string RPCTask::GetRpcIdentifier() const { in GetRpcIdentifier() function in shill::RPCTask
63 return adaptor_->GetRpcIdentifier(); in GetRpcIdentifier()
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;
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;
Dipconfig.cc43 static string ObjectID(IPConfig* i) { return i->GetRpcIdentifier(); } in ObjectID()
115 string IPConfig::GetRpcIdentifier() { in GetRpcIdentifier() function in shill::IPConfig
116 return adaptor_->GetRpcIdentifier(); in GetRpcIdentifier()
Drpc_task_adaptor_stub.h33 const std::string& GetRpcIdentifier() override { return rpc_id(); } in GetRpcIdentifier() function
Dprofile_adaptor_stub.h33 const std::string& GetRpcIdentifier() override { return rpc_id(); } in GetRpcIdentifier() function
Dipconfig_adaptor_stub.h35 const std::string& GetRpcIdentifier() override { return rpc_id(); } in GetRpcIdentifier() function
Dephemeral_profile.cc36 static string ObjectID(EphemeralProfile* e) { return e->GetRpcIdentifier(); } in ObjectID()
Dservice_under_test.cc51 string ServiceUnderTest::GetRpcIdentifier() const { in GetRpcIdentifier() function in shill::ServiceUnderTest
Dmock_service.cc47 EXPECT_CALL(*this, GetRpcIdentifier()).WillRepeatedly(Return(id)); in MockService()
Dservice_under_test.h48 std::string GetRpcIdentifier() const override;
Dmock_profile.h44 MOCK_METHOD0(GetRpcIdentifier, std::string());
Drpc_task.h66 std::string GetRpcIdentifier() const;
Drpc_task_unittest.cc74 EXPECT_EQ(RPCTaskMockAdaptor::kRpcId, task_.GetRpcIdentifier()); in TEST_F()
/system/connectivity/shill/dbus/
Dchromeos_rpc_task_dbus_adaptor.cc35 return r->GetRpcIdentifier(); in ObjectID()
59 const string& ChromeosRPCTaskDBusAdaptor::GetRpcIdentifier() { in GetRpcIdentifier() function in shill::ChromeosRPCTaskDBusAdaptor
Dchromeos_rpc_task_dbus_adaptor.h50 const std::string& GetRpcIdentifier() override;
Dchromeos_manager_dbus_adaptor.cc43 return m->GetRpcIdentifier(); in ObjectID()
268 *service_path = dbus::ObjectPath(service->GetRpcIdentifier()); in GetService()
304 *service_path = dbus::ObjectPath(service->GetRpcIdentifier()); in ConfigureService()
323 *service_path = dbus::ObjectPath(service->GetRpcIdentifier()); in ConfigureServiceForProfile()
342 *service_path = dbus::ObjectPath(service->GetRpcIdentifier()); in FindMatchingService()
Dchromeos_profile_dbus_adaptor.h53 const std::string& GetRpcIdentifier() override { return dbus_path().value(); } in GetRpcIdentifier() function
Dchromeos_ipconfig_dbus_adaptor.h52 const std::string& GetRpcIdentifier() override { return dbus_path().value(); } in GetRpcIdentifier() function
/system/connectivity/shill/wimax/
Dwimax_service.cc46 static string ObjectID(WiMaxService* w) { return w->GetRpcIdentifier(); } in ObjectID()
204 return device_->GetRpcIdentifier(); in GetDeviceRpcId()
254 new_device->GetRpcIdentifier()); in SetDevice()
/system/connectivity/shill/cellular/
Dsubscription_state_out_of_credits_detector.cc32 static string ObjectID(CellularService* c) { return c->GetRpcIdentifier(); } in ObjectID()
Dout_of_credits_detector.cc33 static string ObjectID(CellularService* c) { return c->GetRpcIdentifier(); } in ObjectID()
/system/connectivity/shill/ethernet/
Dvirtio_ethernet.cc34 static string ObjectID(VirtioEthernet* v) { return v->GetRpcIdentifier(); } in ObjectID()
/system/connectivity/shill/binder/
Dservice_binder_adaptor.h60 const std::string& GetRpcIdentifier() override { return id(); } in GetRpcIdentifier() function

123