Searched refs:ProfileAdaptorStub (Results 1 – 3 of 3) sorted by relevance
29 class ProfileAdaptorStub : public AdaptorStub, public ProfileAdaptorInterface {31 explicit ProfileAdaptorStub(const std::string& id);41 DISALLOW_COPY_AND_ASSIGN(ProfileAdaptorStub);
21 ProfileAdaptorStub::ProfileAdaptorStub(const std::string& id) in ProfileAdaptorStub() function in shill::ProfileAdaptorStub
114 return new ProfileAdaptorStub(to_string(next_unique_binder_adaptor_id_++)); in CreateProfileAdaptor()