Home
last modified time | relevance | path

Searched refs:repeatedIntValue (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/stats/
DStatsAidl.cpp153 case VendorAtomValue::repeatedIntValue: { in reportVendorAtom()
154 const std::optional<std::vector<int>>& repeatedIntValue = in reportVendorAtom() local
155 atomValue.get<VendorAtomValue::repeatedIntValue>(); in reportVendorAtom()
156 if (!repeatedIntValue) { in reportVendorAtom()
160 AStatsEvent_writeInt32Array(event, repeatedIntValue->data(), in reportVendorAtom()
161 repeatedIntValue->size()); in reportVendorAtom()
/frameworks/hardware/interfaces/stats/aidl/test_client/
DAidlStatsClient.cpp57 tmp.set<VendorAtomValue::repeatedIntValue>(emptyRepeatedIntValue); in buildVendorAtom()
59 std::vector<int> repeatedIntValue = {3, 1, 2}; in buildVendorAtom() local
60 tmp.set<VendorAtomValue::repeatedIntValue>(repeatedIntValue); in buildVendorAtom()
/frameworks/hardware/interfaces/stats/aidl/vts/functional/
DVtsHalStatsTargetTest.cpp62 tmp.set<VendorAtomValue::repeatedIntValue>(emptyRepeatedIntValue); in TEST_P()
64 std::vector<int> repeatedIntValue = {3, 1, 2}; in TEST_P() local
65 tmp.set<VendorAtomValue::repeatedIntValue>(repeatedIntValue); in TEST_P()
/frameworks/hardware/interfaces/stats/aidl/android/frameworks/stats/
DVendorAtomValue.aidl28 @nullable int[] repeatedIntValue;
/frameworks/hardware/interfaces/stats/aidl/aidl_api/android.frameworks.stats/current/android/frameworks/stats/
DVendorAtomValue.aidl42 @nullable int[] repeatedIntValue;
/frameworks/hardware/interfaces/stats/aidl/aidl_api/android.frameworks.stats/2/android/frameworks/stats/
DVendorAtomValue.aidl42 @nullable int[] repeatedIntValue;
/frameworks/hardware/interfaces/stats/aidl/vts/java/apps/vtsistatsapp/src/
DVtsVendorAtomJavaTest.java130 atom.values[5] = VendorAtomValue.repeatedIntValue(new int[] {11, 12, 13}); in testReportVendorAtomRepeated()
/frameworks/proto_logging/stats/stats_log_api_gen/
Dtest_api_gen_vendor.cpp175 EXPECT_EQ(atom.values[7].get<VendorAtomValue::repeatedIntValue>(), repeatedInt); in TEST()
184 EXPECT_EQ(atom.values[10].get<VendorAtomValue::repeatedIntValue>(), repeatedEnum); in TEST()