Searched refs:attrKeys (Results 1 - 4 of 4) sorted by relevance
/base/account/os_account/test/fuzztest/iamaccount_stub/getpropertystub_fuzzer/ |
H A D | getpropertystub_fuzzer.cpp | 69 std::vector<uint32_t> attrKeys; in GetPropertyStubFuzzTest() local 70 std::transform(request.keys.begin(), request.keys.end(), std::back_inserter(attrKeys), in GetPropertyStubFuzzTest() 73 if (!dataTemp.WriteUInt32Vector(attrKeys)) { in GetPropertyStubFuzzTest()
|
/base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
H A D | user_auth_stub.cpp | 156 std::vector<Attributes::AttributeKey> attrKeys; in GetPropertyStub() local 165 attrKeys.resize(keys.size()); in GetPropertyStub() 166 std::transform(keys.begin(), keys.end(), attrKeys.begin(), [](uint32_t key) { in GetPropertyStub() 181 GetProperty(userId, static_cast<AuthType>(authType), attrKeys, callback); in GetPropertyStub()
|
H A D | user_auth_proxy.cpp | 111 std::vector<uint32_t> attrKeys; in GetProperty() local 120 attrKeys.resize(keys.size()); in GetProperty() 121 std::transform(keys.begin(), keys.end(), attrKeys.begin(), [](Attributes::AttributeKey key) { in GetProperty() 137 if (!data.WriteUInt32Vector(attrKeys)) { in GetProperty()
|
/base/account/os_account/frameworks/account_iam/src/ |
H A D | account_iam_mgr_proxy.cpp | 497 std::vector<uint32_t> attrKeys; in GetProperty() local 498 std::transform(request.keys.begin(), request.keys.end(), std::back_inserter(attrKeys), in GetProperty() 501 if (!data.WriteUInt32Vector(attrKeys)) { in GetProperty()
|
Completed in 4 milliseconds