Home
last modified time | relevance | path

Searched defs:TestEntryData (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/identity/aidl/vts/
DUtil.h58 struct TestEntryData { struct
59 TestEntryData(string nameSpace, string name, vector<int32_t> profileIds) in TestEntryData() argument
62 TestEntryData(string nameSpace, string name, const string& value, vector<int32_t> profileIds) in TestEntryData() argument
66 TestEntryData(string nameSpace, string name, const vector<uint8_t>& value, in TestEntryData() function
71 TestEntryData(string nameSpace, string name, bool value, vector<int32_t> profileIds) in TestEntryData() function
75 TestEntryData(string nameSpace, string name, int64_t value, vector<int32_t> profileIds) in TestEntryData() function
84 string nameSpace;
85 string name;
109 bool addEntry(sp<IWritableIdentityCredential>& writableCredential, const TestEntryData& entry, argument
DUtil.cpp139 int dataChunkSize, map<const TestEntryData*, vector<vector<uint8_t>>>& encryptedBlobs, in addEntry()