Searched refs:SetInt32ArrayValue (Results 1 – 4 of 4) sorted by relevance
356 bool SetInt32ArrayValue(AttributeKey key, const std::vector<int32_t> &value);
55 bool SetInt32ArrayValue(AttributeKey key, const std::vector<int32_t> &value);362 bool Attributes::Impl::SetInt32ArrayValue(AttributeKey key, const std::vector<int32_t> &value) in SetInt32ArrayValue() function in OHOS::UserIam::UserAuth::Attributes::Impl1118 bool Attributes::SetInt32ArrayValue(AttributeKey key, const std::vector<int32_t> &value) in SetInt32ArrayValue() function in OHOS::UserIam::UserAuth::Attributes1123 return impl_->SetInt32ArrayValue(key, value); in SetInt32ArrayValue()
209 bool setAuthTypesRet = request->SetInt32ArrayValue(Attributes::ATTR_AUTH_TYPES, authTypes); in SendQueryExecutorInfoMsg()
421 …EXPECT_EQ(setAttrs.SetInt32ArrayValue(Attributes::ATTR_EXECUTOR_REGISTER_INFO_LIST, array1), true);