/system/connectivity/shill/ |
D | mock_adaptors.cc | 37 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
|
D | rpc_task.cc | 57 env.emplace(kRPCTaskPathVariable, adaptor_->GetRpcIdentifier()); in GetEnvironment() 62 string RPCTask::GetRpcIdentifier() const { in GetRpcIdentifier() function in shill::RPCTask 63 return adaptor_->GetRpcIdentifier(); in GetRpcIdentifier()
|
D | adaptor_interfaces.h | 38 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;
|
D | mock_adaptors.h | 38 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;
|
D | ipconfig.cc | 43 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()
|
D | rpc_task_adaptor_stub.h | 33 const std::string& GetRpcIdentifier() override { return rpc_id(); } in GetRpcIdentifier() function
|
D | profile_adaptor_stub.h | 33 const std::string& GetRpcIdentifier() override { return rpc_id(); } in GetRpcIdentifier() function
|
D | ipconfig_adaptor_stub.h | 35 const std::string& GetRpcIdentifier() override { return rpc_id(); } in GetRpcIdentifier() function
|
D | ephemeral_profile.cc | 36 static string ObjectID(EphemeralProfile* e) { return e->GetRpcIdentifier(); } in ObjectID()
|
D | service_under_test.cc | 51 string ServiceUnderTest::GetRpcIdentifier() const { in GetRpcIdentifier() function in shill::ServiceUnderTest
|
D | mock_service.cc | 47 EXPECT_CALL(*this, GetRpcIdentifier()).WillRepeatedly(Return(id)); in MockService()
|
D | service_under_test.h | 48 std::string GetRpcIdentifier() const override;
|
D | mock_profile.h | 44 MOCK_METHOD0(GetRpcIdentifier, std::string());
|
D | rpc_task.h | 66 std::string GetRpcIdentifier() const;
|
D | rpc_task_unittest.cc | 74 EXPECT_EQ(RPCTaskMockAdaptor::kRpcId, task_.GetRpcIdentifier()); in TEST_F()
|
/system/connectivity/shill/dbus/ |
D | chromeos_rpc_task_dbus_adaptor.cc | 35 return r->GetRpcIdentifier(); in ObjectID() 59 const string& ChromeosRPCTaskDBusAdaptor::GetRpcIdentifier() { in GetRpcIdentifier() function in shill::ChromeosRPCTaskDBusAdaptor
|
D | chromeos_rpc_task_dbus_adaptor.h | 50 const std::string& GetRpcIdentifier() override;
|
D | chromeos_manager_dbus_adaptor.cc | 43 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()
|
D | chromeos_profile_dbus_adaptor.h | 53 const std::string& GetRpcIdentifier() override { return dbus_path().value(); } in GetRpcIdentifier() function
|
D | chromeos_ipconfig_dbus_adaptor.h | 52 const std::string& GetRpcIdentifier() override { return dbus_path().value(); } in GetRpcIdentifier() function
|
/system/connectivity/shill/wimax/ |
D | wimax_service.cc | 46 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/ |
D | subscription_state_out_of_credits_detector.cc | 32 static string ObjectID(CellularService* c) { return c->GetRpcIdentifier(); } in ObjectID()
|
D | out_of_credits_detector.cc | 33 static string ObjectID(CellularService* c) { return c->GetRpcIdentifier(); } in ObjectID()
|
/system/connectivity/shill/ethernet/ |
D | virtio_ethernet.cc | 34 static string ObjectID(VirtioEthernet* v) { return v->GetRpcIdentifier(); } in ObjectID()
|
/system/connectivity/shill/binder/ |
D | service_binder_adaptor.h | 60 const std::string& GetRpcIdentifier() override { return id(); } in GetRpcIdentifier() function
|