Searched refs:ResultType (Results 1 – 5 of 5) sorted by relevance
32 enum class ResultType { enum38 void PrintAllProperties(ResultType result_type) { in PrintAllProperties()55 if (result_type != ResultType::Value) { in PrintAllProperties()60 if (result_type == ResultType::Context) { in PrintAllProperties()73 void PrintProperty(const char* name, const char* default_value, ResultType result_type) { in PrintProperty()75 case ResultType::Value: in PrintProperty()78 case ResultType::Context: { in PrintProperty()84 case ResultType::Type: { in PrintProperty()94 auto result_type = ResultType::Value; in getprop_main()119 if (result_type != ResultType::Value) { in getprop_main()[all …]
96 enum ResultType { enum117 ResultType result_type, base::TimeDelta report_delay_ms,130 ResultType result_type() const { return result_type_; } in result_type()131 void set_result_type(ResultType type) { result_type_ = type; } in set_result_type()155 ResultType result_type_;
28 ResultType result_type, in ScanSettings()
45 enum ResultType { enum54 static ResultType sResult;
62 result_type_ = static_cast<ScanSettings::ResultType>(value); in readFromParcel()