Searched defs:TestEntryData (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/identity/aidl/vts/ |
D | Util.h | 58 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() function 66 TestEntryData(string nameSpace, string name, const vector<uint8_t>& value, in TestEntryData() argument 71 TestEntryData(string nameSpace, string name, bool value, vector<int32_t> profileIds) in TestEntryData() argument 75 TestEntryData(string nameSpace, string name, int64_t value, vector<int32_t> profileIds) in TestEntryData() argument 84 string nameSpace; 85 string name; 109 bool addEntry(sp<IWritableIdentityCredential>& writableCredential, const TestEntryData& entry, argument
|
D | Util.cpp | 139 int dataChunkSize, map<const TestEntryData*, vector<vector<uint8_t>>>& encryptedBlobs, in addEntry()
|