/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/ |
H A D | json_helper.cpp | 62 uint32_t JsonHelper::GetUint32Value(const json &jsonNum, uint32_t &value) in GetUint32Value() function in OHOS::MultimediaPlugin::JsonHelper 85 uint32_t JsonHelper::GetUint32Value(const json &jsonObject, const string &key, uint32_t &value) in GetUint32Value() function in OHOS::MultimediaPlugin::JsonHelper 94 return GetUint32Value(jsonNum, value); in GetUint32Value()
|
H A D | json_helper.h | 29 static uint32_t GetUint32Value(const nlohmann::json &jsonNum, uint32_t &value); 30 …static uint32_t GetUint32Value(const nlohmann::json &jsonObject, const std::string &key, uint32_t …
|
H A D | capability.cpp | 186 if (JsonHelper::GetUint32Value(capInfo, "value", value) != SUCCESS) { in AnalyzeUint32() 236 if (JsonHelper::GetUint32Value(valueArray[i], value) != SUCCESS) { in AnalyzeUint32Set() 268 … if (JsonHelper::GetUint32Value(valueArray[AttrData::LOWER_BOUND_INDEX], lowerBound) != SUCCESS) { in AnalyzeUint32Range() 274 … if (JsonHelper::GetUint32Value(valueArray[AttrData::UPPER_BOUND_INDEX], upperBound) != SUCCESS) { in AnalyzeUint32Range()
|
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/ |
H A D | soft_bus_message.cpp | 133 bool ret = attributes->GetUint32Value(Attributes::ATTR_MSG_SEQ_NUM, messageSeq_); in ParseMessage() 148 ret = attributes->GetUint32Value(Attributes::ATTR_MSG_VERSION, messageVersion_); in ParseMessage()
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
H A D | sequence_runner.cpp | 67 priority = NapiHelper::GetUint32Value(env, args[1]); in SeqRunnerConstructor() 81 priority = NapiHelper::GetUint32Value(env, args[0]); in SeqRunnerConstructor()
|
H A D | taskpool.cpp | 238 priority = NapiHelper::GetUint32Value(env, args[1]); in Execute() 792 priority = NapiHelper::GetUint32Value(env, args[2]); // 2: get task priority in CheckDelayedParams() 840 priority = NapiHelper::GetUint32Value(env, args[2]); // 2 : priority in CheckPeriodicallyParams()
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | remote_msg_util.cpp | 116 Attr.GetUint32Value(Attributes::ATTR_EXECUTOR_SENSOR_HINT, executorInfo.executorSensorHint); in GetExecutorInfoFromAttributes() 119 …bool getExecutorMatcherRet = Attr.GetUint32Value(Attributes::ATTR_EXECUTOR_MATCHER, executorInfo.e… in GetExecutorInfoFromAttributes()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/ |
H A D | collect_command.cpp | 47 …bool getCollectorTokenIdRet = attributes_->GetUint32Value(Attributes::ATTR_COLLECTOR_TOKEN_ID, col… in SendRequest()
|
H A D | identify_command.cpp | 45 bool getTokenIdRet = attributes_->GetUint32Value(Attributes::ATTR_ACCESS_TOKEN_ID, tokenId); in SendRequest()
|
H A D | custom_command.cpp | 52 …bool getAuthPropertyModeRet = attributes_->GetUint32Value(Attributes::ATTR_PROPERTY_MODE, commandI… in SendRequest()
|
H A D | enroll_command.cpp | 49 bool getTokenIdRet = attributes_->GetUint32Value(Attributes::ATTR_ACCESS_TOKEN_ID, tokenId); in SendRequest()
|
H A D | auth_command.cpp | 50 bool getTokenIdRet = attributes_->GetUint32Value(Attributes::ATTR_ACCESS_TOKEN_ID, tokenId); in SendRequest()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | attributes_test.cpp | 92 EXPECT_TRUE(attrs2.GetUint32Value(Attributes::ATTR_SCHEDULE_MODE, u32Value)); 140 EXPECT_TRUE(attrs.GetUint32Value(Attributes::ATTR_RESULT_CODE, value1)); 141 EXPECT_TRUE(attrs.GetUint32Value(Attributes::ATTR_SIGNATURE, value2));
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
H A D | user_auth_instance_v10.cpp | 199 ret = UserAuthNapiHelper::GetUint32Value(env, value, authTrustLevel); in InitAuthTrustLevel() 224 napi_status ret = UserAuthNapiHelper::GetUint32Value(env, napi_reuseMode, reuseMode); in InitReuseUnlockResult() 237 ret = UserAuthNapiHelper::GetUint32Value(env, napi_reuseDuration, reuseDuration); in InitReuseUnlockResult() 366 napi_status ret = UserAuthNapiHelper::GetUint32Value(env, napi_windowModeType, windowMode); in ProcessWindowMode()
|
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/kits/napi/include/ |
H A D | common.h | 75 … static napi_value GetUint32Value(const napi_env& env, const napi_value& value, uint32_t& result);
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | auth_command_unit_test.cpp | 77 … EXPECT_EQ(finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode), true); in __anon365e08aa0102() 127 … EXPECT_EQ(finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode), true); in __anon365e08aa0302()
|
H A D | identify_command_unit_test.cpp | 77 … EXPECT_EQ(finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode), true); in __anon8aa13ab40102() 128 … EXPECT_EQ(finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode), true); in __anon8aa13ab40302()
|
H A D | enroll_command_unit_test.cpp | 77 … EXPECT_EQ(finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode), true); in __anon10925dc40102() 128 … EXPECT_EQ(finalResult.GetUint32Value(Attributes::ATTR_RESULT_CODE, attrResultCode), true); in __anon10925dc40302()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/ |
H A D | user_auth_napi_helper.h | 43 static napi_status GetUint32Value(napi_env env, napi_value value, uint32_t &out);
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/ |
H A D | napi_helper.h | 64 static uint32_t GetUint32Value(napi_env env, napi_value value);
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/ |
H A D | framework_executor_callback.cpp | 124 properties.GetUint32Value(Attributes::ATTR_PROPERTY_MODE, commandId); in OnSetPropertyInner() 179 conditions->GetUint32Value(Attributes::ATTR_PROPERTY_MODE, commandId); in OnGetPropertyInner()
|
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/ |
H A D | attributes.h | 401 bool GetUint32Value(AttributeKey key, uint32_t &value) const;
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/ |
H A D | attributes.cpp | 59 bool GetUint32Value(AttributeKey key, uint32_t &value) const; 459 bool Attributes::Impl::GetUint32Value(AttributeKey key, uint32_t &value) const in GetUint32Value() function in OHOS::UserIam::UserAuth::Attributes::Impl 1222 bool Attributes::GetUint32Value(AttributeKey key, uint32_t &value) const in GetUint32Value() function in OHOS::UserIam::UserAuth::Attributes 1227 return impl_->GetUint32Value(key, value); in GetUint32Value()
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/ |
H A D | async_lock_manager.cpp | 447 uint32_t modeNative = NapiHelper::GetUint32Value(env, val); in GetLockMode() 467 options.timeoutMillis = NapiHelper::GetUint32Value(env, timeout); in GetLockOptions()
|
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/ |
H A D | standby_napi_module.cpp | 184 if (Common::GetUint32Value(env, argv[0], params.allowType) == nullptr) { in ParseGetAllowListParameters()
|