Home
last modified time | relevance | path

Searched refs:ProfileAdaptorStub (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dprofile_adaptor_stub.h29 class ProfileAdaptorStub : public AdaptorStub, public ProfileAdaptorInterface {
31 explicit ProfileAdaptorStub(const std::string& id);
41 DISALLOW_COPY_AND_ASSIGN(ProfileAdaptorStub);
Dprofile_adaptor_stub.cc21 ProfileAdaptorStub::ProfileAdaptorStub(const std::string& id) in ProfileAdaptorStub() function in shill::ProfileAdaptorStub
/system/connectivity/shill/binder/
Dbinder_control.cc114 return new ProfileAdaptorStub(to_string(next_unique_binder_adaptor_id_++)); in CreateProfileAdaptor()