Searched defs:TestEntryData (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/identity/aidl/vts/ |
D | VtsIdentityTestUtils.h | 57 struct TestEntryData { struct 58 TestEntryData(string nameSpace, string name, vector<int32_t> profileIds) in TestEntryData() argument 61 TestEntryData(string nameSpace, string name, const string& value, vector<int32_t> profileIds) in TestEntryData() function 65 TestEntryData(string nameSpace, string name, const vector<uint8_t>& value, in TestEntryData() function 70 TestEntryData(string nameSpace, string name, bool value, vector<int32_t> profileIds) in TestEntryData() function 74 TestEntryData(string nameSpace, string name, int64_t value, vector<int32_t> profileIds) in TestEntryData() argument 83 string nameSpace; 84 string name; 108 bool addEntry(sp<IWritableIdentityCredential>& writableCredential, const TestEntryData& entry, argument
|
D | VtsIdentityTestUtils.cpp | 131 int dataChunkSize, map<const TestEntryData*, vector<vector<uint8_t>>>& encryptedBlobs, in addEntry()
|