Home
last modified time | relevance | path

Searched refs:tempKeys (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_auth_stub_test.cpp160 std::vector<uint32_t> tempKeys; variable
162 tempKeys.push_back(static_cast<uint32_t>(attrKey));
192 EXPECT_TRUE(data.WriteUInt32Vector(tempKeys));
595 std::vector<uint32_t> tempKeys; variable
597 tempKeys.push_back(static_cast<uint32_t>(attrKey));
624 EXPECT_TRUE(data.WriteUInt32Vector(tempKeys));
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_mgr_stub.cpp633 std::vector<uint32_t> tempKeys; in ProcGetPropertyById() local
634 if (!data.ReadUInt32Vector(&tempKeys)) { in ProcGetPropertyById()
644 for (auto &key : tempKeys) { in ProcGetPropertyById()
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_user_auth.cpp213 std::vector<uint32_t> tempKeys; in ParseContextForGetPropertyById() local
214 if (ParseUInt32Array(env, argv[1], tempKeys) != napi_ok) { in ParseContextForGetPropertyById()
221 for (const auto &item : tempKeys) { in ParseContextForGetPropertyById()
H A Dnapi_account_iam_common.cpp307 std::vector<uint32_t> tempKeys; in ParseGetPropKeys() local
308 if (ParseUInt32Array(env, napiKeys, tempKeys) != napi_ok) { in ParseGetPropKeys()
312 for (const auto &item : tempKeys) { in ParseGetPropKeys()