Searched refs:PrivacyLevel (Results 1 – 4 of 4) sorted by relevance
/system/bt/gd/dumpsys/internal/ |
D | filter_internal.h | 29 enum PrivacyLevel { enum 72 const char* PrivacyLevelName(PrivacyLevel privacy_level); 82 PrivacyLevel FindFieldPrivacyLevel(const reflection::Field& field); 92 PrivacyLevel GetPrivacyLevelAttribute(const std::string& name); 115 bool FilterTypeBool(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy… 116 bool FilterTypeInteger(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel priv… 117 bool FilterTypeFloat(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privac… 118 bool FilterTypeString(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel priva… 119 bool FilterTypeStruct(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel priva…
|
D | filter_internal_test.cc | 134 …umpsys::internal::FilterTypeInteger(**it, table, bluetooth::dumpsys::internal::PrivacyLevel::kAny); in TEST_F() 150 **it, table, bluetooth::dumpsys::internal::PrivacyLevel::kAnonymized); in TEST_F() 165 …sys::internal::FilterTypeInteger(**it, table, bluetooth::dumpsys::internal::PrivacyLevel::kOpaque); in TEST_F() 180 …ys::internal::FilterTypeInteger(**it, table, bluetooth::dumpsys::internal::PrivacyLevel::kPrivate); in TEST_F() 195 …:dumpsys::internal::FilterTypeFloat(**it, table, bluetooth::dumpsys::internal::PrivacyLevel::kAny); in TEST_F() 210 …s::internal::FilterTypeFloat(**it, table, bluetooth::dumpsys::internal::PrivacyLevel::kAnonymized); in TEST_F() 225 …mpsys::internal::FilterTypeFloat(**it, table, bluetooth::dumpsys::internal::PrivacyLevel::kOpaque); in TEST_F() 240 …psys::internal::FilterTypeFloat(**it, table, bluetooth::dumpsys::internal::PrivacyLevel::kPrivate); in TEST_F() 255 …dumpsys::internal::FilterTypeString(**it, table, bluetooth::dumpsys::internal::PrivacyLevel::kAny); in TEST_F() 271 **it, table, bluetooth::dumpsys::internal::PrivacyLevel::kAnonymized); in TEST_F() [all …]
|
D | filter_internal.cc | 55 const char* internal::PrivacyLevelName(PrivacyLevel privacy_level) { in PrivacyLevelName() 71 internal::PrivacyLevel internal::GetPrivacyLevelAttribute(const std::string& string) { in GetPrivacyLevelAttribute() 84 internal::PrivacyLevel internal::FindFieldPrivacyLevel(const reflection::Field& field) { in FindFieldPrivacyLevel() 85 PrivacyLevel privacy_level = kDefaultPrivacyLevel; in FindFieldPrivacyLevel() 108 …erTypeBool(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeBool() 116 const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeInteger() 154 …rTypeFloat(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeFloat() 189 …TypeString(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeString() 232 …TypeStruct(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeStruct()
|
/system/bt/gd/dumpsys/ |
D | filter.cc | 98 internal::PrivacyLevel privacy_level = internal::FindFieldPrivacyLevel(*field); in FilterField()
|