Searched refs:GetUint16Value (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/ |
H A D | impl_class.cpp | 66 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 D | json_helper.h | 31 …static uint32_t GetUint16Value(const nlohmann::json &jsonObject, const std::string &key, uint16_t …
|
H A D | json_helper.cpp | 97 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 D | attributes_test.cpp | 154 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 D | attributes.h | 410 bool GetUint16Value(AttributeKey key, uint16_t &value) const;
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
H A D | user_auth_callback_v10.cpp | 197 …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 D | attributes.cpp | 60 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 D | widget_context.cpp | 261 … finalResult.GetUint16Value(Attributes::ATTR_CREDENTIAL_COUNT, authResultInfo_.credentialCount); in AuthResult()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
H A D | plugins_manager_src_framework_test.cpp | 530 uint32_t ret = JsonHelper::GetUint16Value(jsonObject, key, value);
|