Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_common.cpp380 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, context.propertyInfo.result, &napiResult)); in GeneratePropertyJs()
385 SetInt32ToJsProperty(env, context.propertyInfo.authSubType, "authSubType", dataJs); in GeneratePropertyJs()
389 SetInt32ToJsProperty(env, context.propertyInfo.remainTimes, "remainTimes", dataJs); in GeneratePropertyJs()
406 context.propertyInfo.sensorInfo.c_str(), NAPI_AUTO_LENGTH, &napiSensorInfo); in GeneratePropertyJs()
423 context.errCode = context.propertyInfo.result; in CreateExecutorProperty()
428 int32_t jsErrCode = AccountIAMConvertToJSErrCode(context.propertyInfo.result); in CreateExecutorProperty()
689 const UserIam::UserAuth::Attributes &extraInfo, ExecutorProperty &propertyInfo) in GetExecutorPropertys() argument
707 Attributes::AttributeKey::ATTR_FREEZING_TIME, propertyInfo.freezingTime)) { in GetExecutorPropertys()
727 propertyInfo.nextPhaseFreezingTime)) { in GetExecutorPropertys()
758 GetExecutorPropertys(extraInfo, context->propertyInfo); in OnResult()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp631 PropertyInfo propertyInfo = { in ParseBundleName() local
637 bool res = CommonFunc::ParsePropertyFromObject(env, args, propertyInfo, property); in ParseBundleName()
655 PropertyInfo propertyInfo = { in ParseModuleName() local
678 PropertyInfo propertyInfo = { in ParseVersionCode() local
699 PropertyInfo propertyInfo = { in ParseUserId() local
720 PropertyInfo propertyInfo = { in ParseAppIndex() local
741 PropertyInfo propertyInfo = { in ParseInstallFlag() local
771 PropertyInfo propertyInfo = { in ParseIsKeepData() local
792 PropertyInfo propertyInfo = { in ParseCrowdtestDeadline() local
836 PropertyInfo propertyInfo = { in ParseSpecifiedDistributionType() local
[all …]
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/include/
H A Dnapi_account_iam_common.h177 ExecutorProperty propertyInfo; member
265 …tExecutorPropertys(const UserIam::UserAuth::Attributes &extraInfo, ExecutorProperty &propertyInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.h69 static bool ParsePropertyFromObject(napi_env env, napi_value args, const PropertyInfo &propertyInfo,
H A Dcommon_func.cpp320 …ommonFunc::ParsePropertyFromObject(napi_env env, napi_value args, const PropertyInfo &propertyInfo, in ParsePropertyFromObject() argument
329 napi_has_named_property(env, args, propertyInfo.propertyName.c_str(), &hasKey); in ParsePropertyFromObject()
331 if (propertyInfo.isNecessary) { in ParsePropertyFromObject()
332 APP_LOGE("%{public}s is not existed", propertyInfo.propertyName.c_str()); in ParsePropertyFromObject()
338 …napi_status status = napi_get_named_property(env, args, propertyInfo.propertyName.c_str(), &proper… in ParsePropertyFromObject()
343 if (type != propertyInfo.propertyType) { in ParsePropertyFromObject()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h68 #define COPY_SPAN_STYLE_IF_PRESENT(sourceNode, targetNode, styleType, propertyInfo) \ argument
72 (targetNode)->AddPropertyInfo(propertyInfo); \