Home
last modified time | relevance | path

Searched refs:attrKeys (Results 1 - 4 of 4) sorted by relevance

/base/account/os_account/test/fuzztest/iamaccount_stub/getpropertystub_fuzzer/
H A Dgetpropertystub_fuzzer.cpp69 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 Duser_auth_stub.cpp156 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 Duser_auth_proxy.cpp111 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 Daccount_iam_mgr_proxy.cpp497 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