Home
last modified time | relevance | path

Searched refs:Field (Results 1 – 14 of 14) sorted by relevance

/system/bt/gd/dumpsys/internal/
Dfilter_internal.h82 PrivacyLevel FindFieldPrivacyLevel(const reflection::Field& field);
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…
Dfilter_internal.cc84 internal::PrivacyLevel internal::FindFieldPrivacyLevel(const reflection::Field& field) { in FindFieldPrivacyLevel()
108 bool internal::FilterTypeBool(const reflection::Field& field, flatbuffers::Table* table, PrivacyLev… in FilterTypeBool()
116 const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeInteger()
154 bool internal::FilterTypeFloat(const reflection::Field& field, flatbuffers::Table* table, PrivacyLe… in FilterTypeFloat()
189 bool internal::FilterTypeString(const reflection::Field& field, flatbuffers::Table* table, PrivacyL… in FilterTypeString()
232 bool internal::FilterTypeStruct(const reflection::Field& field, flatbuffers::Table* table, PrivacyL… in FilterTypeStruct()
/system/apex/apexd/
Dapexd_test_utils.h54 using ::testing::Field;
78 Field("sessionId", &ApexSessionInfo::sessionId, Eq(other.sessionId)),
79 Field("isUnknown", &ApexSessionInfo::isUnknown, Eq(other.isUnknown)),
80 Field("isVerified", &ApexSessionInfo::isVerified,
82 Field("isStaged", &ApexSessionInfo::isStaged, Eq(other.isStaged)),
83 Field("isActivated", &ApexSessionInfo::isActivated,
85 Field("isRevertInProgress", &ApexSessionInfo::isRevertInProgress,
87 Field("isActivationFailed", &ApexSessionInfo::isActivationFailed,
89 Field("isSuccess", &ApexSessionInfo::isSuccess, Eq(other.isSuccess)),
90 Field("isReverted", &ApexSessionInfo::isReverted,
[all …]
/system/bt/stack/test/
Dble_advertiser_test.cc32 using ::testing::Field;
264 AllOf(SizeIs(1), Contains(Field(&SetEnableData::handle, in TEST_F()
282 AllOf(SizeIs(1), Contains(Field(&SetEnableData::handle, in TEST_F()
403 AllOf(SizeIs(1), Contains(Field(&SetEnableData::handle, in TEST_F()
415 AllOf(SizeIs(1), Contains(Field(&SetEnableData::handle, in TEST_F()
492 AllOf(SizeIs(1), Contains(Field(&SetEnableData::handle, in TEST_F()
712 Contains(Field(&SetEnableData::max_extended_advertising_events, in TEST_F()
757 Contains(Field(&SetEnableData::max_extended_advertising_events, in TEST_F()
774 AllOf(SizeIs(1), Contains(Field(&SetEnableData::handle, in TEST_F()
862 AllOf(SizeIs(1), Contains(Field(&SetEnableData::handle, in TEST_F()
[all …]
/system/bt/gd/dumpsys/
Dfilter.cc51 virtual bool FilterField(const reflection::Field* field, flatbuffers::Table* table) { in FilterField()
90 bool FilterField(const reflection::Field* field, flatbuffers::Table* table) override;
95 bool UserPrivacyFilter::FilterField(const reflection::Field* field, flatbuffers::Table* table) { in FilterField()
/system/tools/aidl/
Dast_java.h112 struct Field : public ClassElement { struct
119 Field() = default; argument
120 Field(int modifiers, std::shared_ptr<Variable> variable);
121 virtual ~Field() = default;
Dast_java.cpp83 Field::Field(int m, std::shared_ptr<Variable> v) : ClassElement(), modifiers(m), variable(v) {} in Field() function in android::aidl::java::Field
85 void Field::Write(CodeWriter* to) const { in Write()
Dgenerate_java_binder.cpp323 this->elements.push_back(std::make_shared<Field>(PRIVATE, mRemote)); in ProxyClass()
784 std::make_shared<Field>(STATIC | FINAL, std::make_shared<Variable>("int", transactCodeName)); in generate_methods()
952 auto descriptor = std::make_shared<Field>( in generate_interface_descriptors()
/system/tools/aidl/tests/java/src/android/aidl/tests/
DJavaOnlyImmutableAnnotationTests.java29 import java.lang.reflect.Field;
75 for (Field f : Foo.class.getDeclaredFields()) { in testEveryFieldIsFinal()
/system/bt/gd/packet/parser/
Dlanguage_y.yy417 DEBUG() << "Empty Field definition\n";
422 DEBUG() << "Field definition\n";
439 DEBUG() << "Field definition with list\n";
458 DEBUG() << "Group Field";
463 DEBUG() << "Field with a pre-defined type\n";
/system/update_engine/cros/
Dupdate_attempter_unittest.cc77 using testing::Field;
537 Field(&UpdateEngineStatus::progress, progress_1), in TEST_F()
538 Field(&UpdateEngineStatus::status, UpdateStatus::DOWNLOADING), in TEST_F()
539 Field(&UpdateEngineStatus::new_size_bytes, bytes_total)))); in TEST_F()
542 Field(&UpdateEngineStatus::progress, progress_2), in TEST_F()
543 Field(&UpdateEngineStatus::status, UpdateStatus::DOWNLOADING), in TEST_F()
544 Field(&UpdateEngineStatus::new_size_bytes, bytes_total)))); in TEST_F()
569 Field(&UpdateEngineStatus::status, UpdateStatus::DOWNLOADING), in TEST_F()
570 Field(&UpdateEngineStatus::new_size_bytes, bytes_total)))); in TEST_F()
588 Field(&UpdateEngineStatus::progress, 1.0), in TEST_F()
[all …]
/system/netd/tests/benchmarks/
DREADME.md42 <td>Field that the benchmark can fill with an arbitrary string.
/system/bt/gd/security/
Dpairing_handler_le_unittest.cc30 using ::testing::Field;
/system/update_engine/
DREADME.md275 |Field|Size (bytes)|Type|Description|