Home
last modified time | relevance | path

Searched refs:GetInt32ArrayValue (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dstandard_codec_buffer_operator.cpp172 byteBufferWriter_.WriteData(data.GetInt32ArrayValue()); in WriteData()
H A Dcodec_data.h174 const std::vector<int32_t>& GetInt32ArrayValue() const in GetInt32ArrayValue() function
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h473 bool GetInt32ArrayValue(AttributeKey key, std::vector<int32_t> &value) const;
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp69 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::Impl
1302 bool Attributes::GetInt32ArrayValue(AttributeKey key, std::vector<int32_t> &value) const in GetInt32ArrayValue() function in OHOS::UserIam::UserAuth::Attributes
1307 return impl_->GetInt32ArrayValue(key, value); in GetInt32ArrayValue()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_service.cpp236 bool getAuthTypesRet = request->GetInt32ArrayValue(Attributes::ATTR_AUTH_TYPES, authTypes); in ProcQueryExecutorInfoRequest()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp423 …EXPECT_EQ(setAttrs.GetInt32ArrayValue(Attributes::ATTR_EXECUTOR_REGISTER_INFO_LIST, array2), true);