Home
last modified time | relevance | path

Searched refs:PrivacyLevel (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/dumpsys/internal/
Dfilter_internal.h32 enum PrivacyLevel { enum
75 const char* PrivacyLevelName(PrivacyLevel privacy_level);
85 PrivacyLevel FindFieldPrivacyLevel(const reflection::Field& field);
95 PrivacyLevel GetPrivacyLevelAttribute(const std::string& name);
118 bool FilterTypeBool(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy…
119 bool FilterTypeFloat(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privac…
120 bool FilterTypeInteger(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel priv…
121 bool FilterTypeLong(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy…
122 bool FilterTypeString(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel priva…
123 bool FilterTypeStruct(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel priva…
Dfilter_internal_test.cc134 …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 …]
Dfilter_internal.cc58 const char* internal::PrivacyLevelName(PrivacyLevel privacy_level) { in PrivacyLevelName()
74 internal::PrivacyLevel internal::GetPrivacyLevelAttribute(const std::string& string) { in GetPrivacyLevelAttribute()
87 internal::PrivacyLevel internal::FindFieldPrivacyLevel(const reflection::Field& field) { in FindFieldPrivacyLevel()
88 PrivacyLevel privacy_level = kDefaultPrivacyLevel; in FindFieldPrivacyLevel()
111 …erTypeBool(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeBool()
133 const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeInteger()
173 …rTypeFloat(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeFloat()
210 …erTypeLong(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeLong()
236 …TypeString(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeString()
280 …TypeStruct(const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeStruct()
/packages/modules/AdServices/adservices/libraries/cobalt/proto/
Dreport_definition.proto412 enum PrivacyLevel { enum
428 PrivacyLevel privacy_level = 20;