Home | History | Annotate | Download | only in adb

Lines Matching refs:string

28 #include <string>
36 typedef std::unordered_set<std::string> FeatureSet;
41 std::string FeatureSetToString(const FeatureSet& features);
42 FeatureSet StringToFeatureSet(const std::string& features_string);
45 bool CanUseFeature(const FeatureSet& feature_set, const std::string& feature);
155 const std::string serial_name() const { return serial ? serial : "<unknown>"; }
156 const std::string connection_state_name() const;
166 bool has_feature(const std::string& feature) const;
168 // Loads the transport's feature set from the given string.
169 void SetFeatures(const std::string& features_string);
188 bool MatchesTarget(const std::string& target) const;
219 bool* is_ambiguous, std::string* error_out,
230 std::string list_transports(bool long_listing);
239 void connect_device(const std::string& address, std::string* response);