/ohos5.0/foundation/ability/dmsfwk_lite/source/ |
H A D | dmslite_packet.c | 48 static bool MarshallInt(uint64_t field, FieldType fieldType, uint8_t fieldSize); 213 static bool MarshallInt(uint64_t field, FieldType fieldType, uint8_t fieldSize) in MarshallInt() argument 215 if (g_counter + (TYPE_FILED_LENGTH + MAX_BYTE_NUM + fieldSize) > PACKET_DATA_SIZE) { in MarshallInt() 221 EncodeLengthOfTlv(fieldSize); in MarshallInt() 222 IntToHex(IsBigEndian() ? field : ConvertIntLittle2Big((uint8_t*)&field, fieldSize), fieldSize); in MarshallInt()
|
H A D | dmslite_tlv_common.c | 75 static uint64_t UnMarshallInt(const TlvNode *tlvHead, uint8_t nodeType, uint8_t fieldSize) in UnMarshallInt() argument 85 if (fieldSize != tlvNode->length) { in UnMarshallInt() 86 HILOGE("[Mismatched fieldSize=%hhu while nodeLength=%hu]", fieldSize, tlvNode->length); in UnMarshallInt() 89 return IsBigEndian() ? ConvertIntByDefault(tlvNode->value, fieldSize) in UnMarshallInt() 90 : ConvertIntDataBig2Little(tlvNode->value, fieldSize); in UnMarshallInt()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_particle_effector_test.cpp | 344 Vector2f fieldSize = { 200.f, 200.f }; variable 351 …fieldStrength, fieldShape, fieldSize, fieldCenter, fieldFeather, noiseScale, noiseFrequency, noise… 422 Vector2f fieldSize = { 10.f, 10.f }; variable 429 …fieldStrength, fieldShape, fieldSize, fieldCenter, fieldFeather, noiseScale, noiseFrequency, noise… 451 Vector2f fieldSize = { 10.f, 10.f }; variable 458 …fieldStrength, fieldShape, fieldSize, fieldCenter, fieldFeather, noiseScale, noiseFrequency, noise… 480 Vector2f fieldSize = { 10.f, 10.f }; variable 487 …fieldStrength, fieldShape, fieldSize, fieldCenter, fieldFeather, noiseScale, noiseFrequency, noise…
|
H A D | rs_render_particle_animation_test.cpp | 302 Vector2f fieldSize = { 200.f, 200.f }; variable 309 …fieldStrength, fieldShape, fieldSize, fieldCenter, fieldFeather, noiseScale, noiseFrequency, noise… 358 Vector2f fieldSize = { 200.f, 200.f }; variable 365 …fieldStrength, fieldShape, fieldSize, fieldCenter, fieldFeather, noiseScale, noiseFrequency, noise…
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_sql_builder.cpp | 367 const std::vector<RefValue> &args, int fieldSize, int limit) in MakeExecuteSqls() argument 369 if (fieldSize == 0) { in MakeExecuteSqls() 372 size_t rowNumbers = args.size() / static_cast<size_t>(fieldSize); in MakeExecuteSqls() 373 size_t maxRowNumbersOneTimes = static_cast<size_t>(limit / fieldSize); in MakeExecuteSqls() 379 std::string singleRowSqlArgs = "(" + SqliteSqlBuilder::GetSqlArgs(fieldSize) + ")"; in MakeExecuteSqls() 394 size_t maxVariableNumbers = maxRowNumbersOneTimes * static_cast<size_t>(fieldSize); in MakeExecuteSqls()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_particle_noise_field.h | 37 …ParticleNoiseField(const int fieldStrength, const ShapeType& fieldShape, const Vector2f& fieldSize, in ParticleNoiseField() argument 40 …: fieldStrength_(fieldStrength), fieldShape_(fieldShape), fieldSize_(fieldSize), fieldCenter_(fiel… in ParticleNoiseField()
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/ |
H A D | ecc_openssl_common.h | 34 HcfResult GetFieldSize(const EC_GROUP *group, int32_t *fieldSize);
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
H A D | ecc_openssl_common.c | 425 HcfResult GetFieldSize(const EC_GROUP *group, int32_t *fieldSize) in GetFieldSize() argument 427 *fieldSize = OpensslEcGroupGetDegree(group); in GetFieldSize() 428 if (*fieldSize == 0) { in GetFieldSize()
|
/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-generate-asym-key-pair-from-key-spec.md | 233 let fieldSize = key.getAsyKeySpec(cryptoFramework.AsyKeySpecItem.ECC_FIELD_SIZE_NUM); 234 console.warn('--- field size: ' + fieldSize); // key field size: 224 335 let fieldSize = key.getAsyKeySpec(cryptoFramework.AsyKeySpecItem.ECC_FIELD_SIZE_NUM); 336 console.warn('--- field size: ' + fieldSize); // key field size: 224
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | sqlite_sql_builder.h | 61 …chRefSqls MakeExecuteSqls(const std::string &sql, const std::vector<RefValue> &args, int fieldSize,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_marshalling_helper_test.cpp | 451 Vector2f fieldSize; variable 453 …auto val = std::make_shared<ParticleNoiseField>(1, ShapeType::RECT, fieldSize, fieldCenter, 1, 1.0… 507 Vector2f fieldSize; variable 509 …auto field = std::make_shared<ParticleNoiseField>(1, ShapeType::RECT, fieldSize, fieldCenter, 1, 1…
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-generate-asym-key-pair-from-key-spec.md | 233 let fieldSize = key.getAsyKeySpec(cryptoFramework.AsyKeySpecItem.ECC_FIELD_SIZE_NUM); 234 console.warn('--- field size: ' + fieldSize); // key field size: 224 335 let fieldSize = key.getAsyKeySpec(cryptoFramework.AsyKeySpecItem.ECC_FIELD_SIZE_NUM); 336 console.warn('--- field size: ' + fieldSize); // key field size: 224
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 921 Vector2f fieldSize(fieldSizeX, fieldSizeY); in Unmarshalling() local 929 …val = std::make_shared<ParticleNoiseField>(fieldStrength, fieldShape, fieldSize, fieldCenter, fiel… in Unmarshalling()
|