Home
last modified time | relevance | path

Searched refs:AnnotationId (Results 1 – 18 of 18) sorted by relevance

/frameworks/hardware/interfaces/stats/aidl/android/frameworks/stats/
DAnnotation.aidl18 import android.frameworks.stats.AnnotationId;
26 AnnotationId annotationId = AnnotationId.UNKNOWN;
DAnnotationId.aidl24 enum AnnotationId { enum
/frameworks/hardware/interfaces/stats/aidl/test_client/
DAidlStatsClient.cpp88 Annotation atomAnnotation{AnnotationId::TRUNCATE_TIMESTAMP, true}; in buildVendorAtomWithAnnotations()
97 valueAnnotationSet.annotations.push_back(Annotation{AnnotationId::PRIMARY_FIELD, true}); in buildVendorAtomWithAnnotations()
103 valueAnnotationSet.annotations.push_back(Annotation{AnnotationId::IS_UID, true}); in buildVendorAtomWithAnnotations()
109 valueAnnotationSet.annotations.push_back(Annotation{AnnotationId::EXCLUSIVE_STATE, true}); in buildVendorAtomWithAnnotations()
110 valueAnnotationSet.annotations.push_back(Annotation{AnnotationId::STATE_NESTED, true}); in buildVendorAtomWithAnnotations()
111 valueAnnotationSet.annotations.push_back(Annotation{AnnotationId::TRIGGER_STATE_RESET, 0}); in buildVendorAtomWithAnnotations()
/frameworks/proto_logging/stats/stats_log_api_gen/test_java/src/com/android/test/statslogapigen/
DVendorAtomCodeGenTest.java21 import android.frameworks.stats.AnnotationId;
255 assertThat(atom.atomAnnotations[0].annotationId).isEqualTo(AnnotationId.TRUNCATE_TIMESTAMP); in testCreateAtomWithTruncateTimestampApiGen()
275 .isEqualTo(AnnotationId.TRUNCATE_TIMESTAMP); in testCreateAtomWithTruncateTimestampApiGen()
291 .isEqualTo(AnnotationId.TRUNCATE_TIMESTAMP); in testCreateAtomWithTruncateTimestampApiGen()
310 .isEqualTo(AnnotationId.EXCLUSIVE_STATE); in testCreateAtomWithTruncateTimestampApiGen()
346 .isEqualTo(AnnotationId.PRIMARY_FIELD); in testCreateAtomWithStateAnnotationsApiGen()
352 .isEqualTo(AnnotationId.EXCLUSIVE_STATE); in testCreateAtomWithStateAnnotationsApiGen()
389 .isEqualTo(AnnotationId.PRIMARY_FIELD); in testCreateAtomWithMultipleStateAnnotationsApiGen()
395 .isEqualTo(AnnotationId.PRIMARY_FIELD); in testCreateAtomWithMultipleStateAnnotationsApiGen()
401 .isEqualTo(AnnotationId.EXCLUSIVE_STATE); in testCreateAtomWithMultipleStateAnnotationsApiGen()
[all …]
/frameworks/hardware/interfaces/stats/aidl/aidl_api/android.frameworks.stats/2/android/frameworks/stats/
DAnnotation.aidl37 …android.frameworks.stats.AnnotationId annotationId = android.frameworks.stats.AnnotationId.UNKNOWN;
DAnnotationId.aidl36 enum AnnotationId { enum
/frameworks/hardware/interfaces/stats/aidl/aidl_api/android.frameworks.stats/current/android/frameworks/stats/
DAnnotation.aidl37 …android.frameworks.stats.AnnotationId annotationId = android.frameworks.stats.AnnotationId.UNKNOWN;
DAnnotationId.aidl36 enum AnnotationId { enum
/frameworks/proto_logging/stats/stats_log_api_gen/
Dtest_api_gen_vendor.cpp260 EXPECT_EQ(atom1.atomAnnotations.value()[0]->annotationId, AnnotationId::TRUNCATE_TIMESTAMP); in TEST()
273 EXPECT_EQ(atom2.atomAnnotations.value()[0]->annotationId, AnnotationId::TRUNCATE_TIMESTAMP); in TEST()
284 EXPECT_EQ(atom3.atomAnnotations.value()[0]->annotationId, AnnotationId::TRUNCATE_TIMESTAMP); in TEST()
310 AnnotationId::EXCLUSIVE_STATE); in TEST()
343 AnnotationId::PRIMARY_FIELD); in TEST()
351 AnnotationId::EXCLUSIVE_STATE); in TEST()
385 AnnotationId::PRIMARY_FIELD); in TEST()
393 AnnotationId::PRIMARY_FIELD); in TEST()
401 AnnotationId::EXCLUSIVE_STATE); in TEST()
434 AnnotationId::EXCLUSIVE_STATE); in TEST()
[all …]
DCollation.h54 enum AnnotationId : uint8_t { enum
147 const AnnotationId annotationId;
152 inline Annotation(AnnotationId annotationId, int atomId, AnnotationType type, in Annotation()
Dutils.h61 const map<AnnotationId, AnnotationStruct>& get_annotation_id_constants(const string& prefix);
Djava_writer.cpp53 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_java_annotation_constants()
83 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_annotations()
Dutils.cpp63 const map<AnnotationId, AnnotationStruct>& get_annotation_id_constants(const string& prefix) { in get_annotation_id_constants()
64 static const map<AnnotationId, AnnotationStruct>* ANNOTATION_ID_CONSTANTS = in get_annotation_id_constants()
65 new map<AnnotationId, AnnotationStruct>{ in get_annotation_id_constants()
Dnative_writer.cpp30 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_native_annotation_constants()
48 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_annotations()
Drust_writer.cpp236 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_rust_annotation_constants()
248 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_annotations()
Dnative_writer_vendor.cpp81 const map<AnnotationId, AnnotationStruct>& ANNOTATION_ID_CONSTANTS = in write_native_annotations_vendor_for_field()
Djava_writer_vendor.cpp92 const map<AnnotationId, AnnotationStruct>& annotationIdConstants = in write_annotations_vendor_for_field()
DCollation.cpp152 const AnnotationId annotationId, in addAnnotationToAtomDecl()