Searched refs:GetInt32ArrayValue (Results 1 – 6 of 6) sorted by relevance
172 byteBufferWriter_.WriteData(data.GetInt32ArrayValue()); in WriteData()
174 const std::vector<int32_t>& GetInt32ArrayValue() const in GetInt32ArrayValue() function
473 bool GetInt32ArrayValue(AttributeKey key, std::vector<int32_t> &value) const;
69 bool GetInt32ArrayValue(AttributeKey key, std::vector<int32_t> &value) const;579 bool Attributes::Impl::GetInt32ArrayValue(AttributeKey key, std::vector<int32_t> &value) const in GetInt32ArrayValue() function in OHOS::UserIam::UserAuth::Attributes::Impl1302 bool Attributes::GetInt32ArrayValue(AttributeKey key, std::vector<int32_t> &value) const in GetInt32ArrayValue() function in OHOS::UserIam::UserAuth::Attributes1307 return impl_->GetInt32ArrayValue(key, value); in GetInt32ArrayValue()
236 bool getAuthTypesRet = request->GetInt32ArrayValue(Attributes::ATTR_AUTH_TYPES, authTypes); in ProcQueryExecutorInfoRequest()
423 …EXPECT_EQ(setAttrs.GetInt32ArrayValue(Attributes::ATTR_EXECUTOR_REGISTER_INFO_LIST, array2), true);