Home
last modified time | relevance | path

Searched refs:GetUint32Value (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Djson_helper.cpp62 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 Djson_helper.h29 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 Dcapability.cpp186 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 Dsoft_bus_message.cpp133 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 Dsequence_runner.cpp67 priority = NapiHelper::GetUint32Value(env, args[1]); in SeqRunnerConstructor()
81 priority = NapiHelper::GetUint32Value(env, args[0]); in SeqRunnerConstructor()
H A Dtaskpool.cpp238 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 Dremote_msg_util.cpp116 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 Dcollect_command.cpp47 …bool getCollectorTokenIdRet = attributes_->GetUint32Value(Attributes::ATTR_COLLECTOR_TOKEN_ID, col… in SendRequest()
H A Didentify_command.cpp45 bool getTokenIdRet = attributes_->GetUint32Value(Attributes::ATTR_ACCESS_TOKEN_ID, tokenId); in SendRequest()
H A Dcustom_command.cpp52 …bool getAuthPropertyModeRet = attributes_->GetUint32Value(Attributes::ATTR_PROPERTY_MODE, commandI… in SendRequest()
H A Denroll_command.cpp49 bool getTokenIdRet = attributes_->GetUint32Value(Attributes::ATTR_ACCESS_TOKEN_ID, tokenId); in SendRequest()
H A Dauth_command.cpp50 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 Dattributes_test.cpp92 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 Duser_auth_instance_v10.cpp199 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 Dcommon.h75 … 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 Dauth_command_unit_test.cpp77 … 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 Didentify_command_unit_test.cpp77 … 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 Denroll_command_unit_test.cpp77 … 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 Duser_auth_napi_helper.h43 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 Dnapi_helper.h64 static uint32_t GetUint32Value(napi_env env, napi_value value);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp124 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 Dattributes.h401 bool GetUint32Value(AttributeKey key, uint32_t &value) const;
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp59 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 Dasync_lock_manager.cpp447 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 Dstandby_napi_module.cpp184 if (Common::GetUint32Value(env, argv[0], params.allowType) == nullptr) { in ParseGetAllowListParameters()

12