Home
last modified time | relevance | path

Searched refs:ResultType (Results 1 – 2 of 2) sorted by relevance

/system/core/toolbox/
Dgetprop.cpp32 enum class ResultType { enum
38 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 …]
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/
Dble_filter.proto102 enum ResultType { enum
116 optional ResultType result_type = 9;