Home
last modified time | relevance | path

Searched refs:GetUint16Value (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dimpl_class.cpp66 uint32_t result = JsonHelper::GetUint16Value(classInfo, "priority", priority_); in Register()
262 if (JsonHelper::GetUint16Value(serviceInfo, "interfaceID", interfaceID) != SUCCESS) { in AnalysisServices()
285 uint32_t result = JsonHelper::GetUint16Value(serviceInfo, "serviceType", serviceType); in AnalysisServices()
305 uint32_t result = JsonHelper::GetUint16Value(classInfo, "maxInstance", maxInstance_); in AnalysisMaxInstance()
H A Djson_helper.h31 …static uint32_t GetUint16Value(const nlohmann::json &jsonObject, const std::string &key, uint16_t …
H A Djson_helper.cpp97 uint32_t JsonHelper::GetUint16Value(const json &jsonObject, const string &key, uint16_t &value) in GetUint16Value() function in OHOS::MultimediaPlugin::JsonHelper
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp154 EXPECT_TRUE(attrs.GetUint16Value(Attributes::ATTR_RESULT_CODE, value1));
155 EXPECT_TRUE(attrs.GetUint16Value(Attributes::ATTR_SIGNATURE, value2));
311 EXPECT_FALSE(attrs.GetUint16Value(Attributes::ATTR_TEMPLATE_ID_LIST, value));
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h410 bool GetUint16Value(AttributeKey key, uint16_t &value) const;
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Duser_auth_callback_v10.cpp197 …if (!extraInfo.GetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, resultHolder->enrolledState.crede… in OnResult()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp60 bool GetUint16Value(AttributeKey key, uint16_t &value) const;
474 bool Attributes::Impl::GetUint16Value(AttributeKey key, uint16_t &value) const in GetUint16Value() function in OHOS::UserIam::UserAuth::Attributes::Impl
1230 bool Attributes::GetUint16Value(AttributeKey key, uint16_t &value) const in GetUint16Value() function in OHOS::UserIam::UserAuth::Attributes
1235 return impl_->GetUint16Value(key, value); in GetUint16Value()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_context.cpp261 … finalResult.GetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, authResultInfo_.credentialCount); in AuthResult()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugins_manager_src_framework_test.cpp530 uint32_t ret = JsonHelper::GetUint16Value(jsonObject, key, value);