Searched refs:repeatedIntValue (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/stats/ |
D | StatsAidl.cpp | 153 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/ |
D | AidlStatsClient.cpp | 57 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/ |
D | VtsHalStatsTargetTest.cpp | 62 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/ |
D | VendorAtomValue.aidl | 28 @nullable int[] repeatedIntValue;
|
/frameworks/hardware/interfaces/stats/aidl/aidl_api/android.frameworks.stats/current/android/frameworks/stats/ |
D | VendorAtomValue.aidl | 42 @nullable int[] repeatedIntValue;
|
/frameworks/hardware/interfaces/stats/aidl/aidl_api/android.frameworks.stats/2/android/frameworks/stats/ |
D | VendorAtomValue.aidl | 42 @nullable int[] repeatedIntValue;
|
/frameworks/hardware/interfaces/stats/aidl/vts/java/apps/vtsistatsapp/src/ |
D | VtsVendorAtomJavaTest.java | 130 atom.values[5] = VendorAtomValue.repeatedIntValue(new int[] {11, 12, 13}); in testReportVendorAtomRepeated()
|
/frameworks/proto_logging/stats/stats_log_api_gen/ |
D | test_api_gen_vendor.cpp | 175 EXPECT_EQ(atom.values[7].get<VendorAtomValue::repeatedIntValue>(), repeatedInt); in TEST() 184 EXPECT_EQ(atom.values[10].get<VendorAtomValue::repeatedIntValue>(), repeatedEnum); in TEST()
|