Home
last modified time | relevance | path

Searched refs:result_type (Results 1 – 5 of 5) sorted by relevance

/system/core/toolbox/
Dgetprop.cpp38 void PrintAllProperties(ResultType result_type) { in PrintAllProperties() argument
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() argument
74 switch (result_type) { in PrintProperty()
94 auto result_type = ResultType::Value; in getprop_main() local
119 if (result_type != ResultType::Value) { in getprop_main()
123 result_type = ResultType::Type; in getprop_main()
126 if (result_type != ResultType::Value) { in getprop_main()
130 result_type = ResultType::Context; in getprop_main()
[all …]
/system/iorap/src/inode2filename/
Dinode.h55 using result_type = size_t;
56 result_type operator()(argument_type const& s) const noexcept {
59 result_type const h1 = std::hash<size_t>{}(s.inode);
/system/bt/service/common/bluetooth/
Dscan_settings.cc28 ResultType result_type, in ScanSettings() argument
34 result_type_(result_type), in ScanSettings()
Dscan_settings.h117 ResultType result_type, base::TimeDelta report_delay_ms,
130 ResultType result_type() const { return result_type_; } in result_type() function
/system/chre/apps/wifi_offload/test/include/
Drandom_generator.h55 std::random_device::result_type initial_seed_;