Home
last modified time | relevance | path

Searched defs:result_type (Results 1 – 3 of 3) sorted by relevance

/system/core/toolbox/
Dgetprop.cpp38 void PrintAllProperties(ResultType result_type) { in PrintAllProperties()
73 void PrintProperty(const char* name, const char* default_value, ResultType result_type) { in PrintProperty()
94 auto result_type = ResultType::Value; in getprop_main() local
/system/bt/service/common/bluetooth/
Dscan_settings.cc28 ResultType result_type, in ScanSettings()
Dscan_settings.h130 ResultType result_type() const { return result_type_; } in result_type() function