/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | vector_util.h | 42 static inline constexpr Vec2 Lerp(Vec2 v1, Vec2 v2, float t) in BASE_BEGIN_NAMESPACE() 45 return Vec2(v1.x + (v2.x - v1.x) * t, v1.y + (v2.y - v1.y) * t); in BASE_BEGIN_NAMESPACE() 61 static inline float distance(const Vec2& v0, const Vec2& v1) in BASE_BEGIN_NAMESPACE() 63 return Magnitude(v1 - v0); in BASE_BEGIN_NAMESPACE() 161 static inline constexpr Vec3 Lerp(const Vec3& v1, const Vec3& v2, float t) in BASE_BEGIN_NAMESPACE() 164 return Vec3(v1.x + (v2.x - v1.x) * t, v1.y + (v2.y - v1.y) * t, v1.z + (v2.z - v1.z) * t); in BASE_BEGIN_NAMESPACE() 180 static inline float Distance2(const Vec3& v0, const Vec3& v1) in BASE_BEGIN_NAMESPACE() 182 return SqrMagnitude(v1 - v0); in BASE_BEGIN_NAMESPACE() 228 static inline constexpr Vec4 Lerp(const Vec4& v1, const Vec4& v2, float t) in BASE_BEGIN_NAMESPACE() 231 …return Vec4(v1.x + (v2.x - v1.x) * t, v1.y + (v2.y - v1.y) * t, v1.z + (v2.z - v1.z) * t, v1.w + (… in BASE_BEGIN_NAMESPACE()
|
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/ |
H A D | BUILD.gn | 31 "../../../frameworks/common/v1.0/inc", 32 "../../../frameworks/core/v1.0/spi", 33 "../../../frameworks/adapter/v1.0/inc", 55 "../../../frameworks/core/v1.0/certificate/cert_crl_common.c", 56 "../../../frameworks/core/v1.0/certificate/x509_cert_chain.c", 58 "../../../frameworks/core/v1.0/certificate/x509_crl.c", 68 "../../../frameworks/adapter/v1.0/src/x509_crl_openssl.c", 73 "../../../frameworks/common/v1.0/src/cf_blob.c", 74 "../../../frameworks/common/v1.0/src/cf_log.c", 75 "../../../frameworks/common/v1.0/src/cf_object_base.c", [all …]
|
/ohos5.0/base/telephony/sms_mms/services/sms/cdma/ |
H A D | cdma_sms_sub_parameter.cpp | 183 uint8_t v1 = 0; in Decode() local 327 uint8_t v1 = 0; in Decode() local 873 uint8_t v1 = 0; in DecodeType1Data() local 897 uint8_t v1 = 0; in DecodeType2Data() local 907 data_.id = v1; in DecodeType2Data() 928 uint8_t v1 = 0; in DecodeAbsTime() local 1306 uint8_t v1 = 0; in DecodeHeader() local 1330 uint8_t v1 = 0; in DecodeVoiceMail() local 1351 vmn_.vmLen = v1; in DecodeVoiceMail() 1368 uint8_t v1 = 0; in DecodeAccessNumber() local [all …]
|
H A D | cdma_sms_parameter_record.cpp | 250 uint8_t v1 = 0; in Decode() local 305 uint8_t v1 = 0; in DecodeAddress() local 306 if (!pdu.ReadBits(v1, BIT8)) { in DecodeAddress() 310 address_.addrLen = v1; in DecodeAddress() 317 if (!pdu.ReadBits(v1, BIT8)) { in DecodeAddress() 321 address_.szData[i] = v1; in DecodeAddress() 389 uint8_t v1 = 0; in Decode() local 396 if (v1 == NSAP) { in Decode() 398 } else if (v1 == USER) { in Decode() 410 if (!pdu.ReadBits(v1, BIT8)) { in Decode() [all …]
|
/ohos5.0/base/security/certificate_framework/frameworks/common/ |
H A D | common.gni | 18 "v1.0/inc", 22 "v1.0/src/cf_blob.c", 23 "v1.0/src/utils.c", 24 "v1.0/src/cf_log.c", 25 "v1.0/src/cf_memory.c", 26 "v1.0/src/cf_object_base.c", 27 "v1.0/src/cf_check.c",
|
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_cdma_sms_test.cpp | 751 TransportAddr v1; variable 787 TransportSubAddr v1; variable 858 v1.type = testValue; 988 SmsTeleSvcMsgId v1; variable 1114 SmsTimeAbs v1; variable 1216 SmsReplyOption v1; variable 1218 v1.dak = testValue; 1318 SmsTeleSvcAddr v1; variable 1418 SmsEnhancedVmn v1; variable 1486 SmsStatusCode v1; variable [all …]
|
/ohos5.0/docs/zh-cn/release-notes/ |
H A D | OpenHarmony-v1-1-3-LTS.md | 1 # OpenHarmony v1.1.3 LTS (停止维护) 5 更新发布LTS(long-term support)长期支持版本OpenHarmony v1.1.3 LTS,本版本在OpenHarmony v1.1.2 LTS版本的基础上新增了一些特性和修复了部… 24 repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-v1.1.3-LTS --no-repo-v… 32 repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-v1.1.3-LTS --no-re… 43 …oud.com/harmonyos/os/1.1.3/code-v1.1.3-LTS.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harm… 52 本版本完全继承了OpenHarmony v1.1.2 LTS的所有特性,并在OpenHarmony v1.1.2 LTS版本的基础上,新增了轻量设备可以在windows环境下的编译版本的特性(请参考… 63 在OpenHarmony v1.1.2 LTS版本的基础上,解决并修复的问题见下表。
|
H A D | OpenHarmony-v1-1-4-LTS.md | 5 此版本为OpenHarmony-v1.1.3-LTS分支上的维护版本,基于OpenHarmony-v1.1.3-LTS版本修复一些缺陷及安全问题,通过集成验证后发布最新且稳定的tag版本。 26 repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-v1.1.4-LTS --no-repo-v… 34 repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-v1.1.4-LTS --no-re… 46 …oud.com/harmonyos/os/1.1.4/code-v1.1.4-LTS.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harm… 54 本版本在OpenHarmony v1.1.3 LTS的基础上有如下变更。
|
H A D | OpenHarmony-v1.1.5-LTS.md | 6 此版本为OpenHarmony 1.0.1 Release分支上的维护版本,基于OpenHarmony-v1.1.4-LTS版本修复一些缺陷及安全问题,通过集成验证后发布最新且稳定的标签版本。 28 repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-v1.1.5-LTS --no-repo-v… 37 repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-v1.1.5-LTS --no-re… 49 …oud.com/harmonyos/os/1.1.5/code-v1.1.5-LTS.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harm… 57 本版本在OpenHarmony v1.1.4 LTS的基础上有如下变更。
|
H A D | OpenHarmony-v1.1.2-LTS.md | 1 # OpenHarmony v1.1.2 LTS (停止维护) 5 更新发布LTS(long-term support)长期支持版本OpenHarmony v1.1.2 LTS,本版本在v1.1.1 LTS版本的基础上新增了一些特性和修复了部分缺陷。 25 …oud.com/harmonyos/os/1.1.2/code-v1.1.2-LTS.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harm… 37 repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-v1.1.2-LTS --no-repo-v… 45 repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-v1.1.2-LTS --no-re…
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/ |
H A D | compatible_check.cpp | 179 bool FFCapabilityCheck(const Plugin::FixedCapability<T>& v1, const Plugin::FixedCapability<T>& v2, in FFCapabilityCheck() argument 182 if (cmpFunc(v1, v2) == 0) { in FFCapabilityCheck() 183 outValue = v1; in FFCapabilityCheck() 195 if (cmpFunc(v1, min) >= 0 && cmpFunc(v1, max) <= 0) { in FICapabilityCheck() 196 outValue = v1; in FICapabilityCheck() 206 …if (std::any_of(v2.begin(), v2.end(), [&v1, &cmpFunc](const T& tmp){return cmpFunc(tmp, v1) == 0;}… in FDCapabilityCheck() 207 outValue = v1; in FDCapabilityCheck() 217 T max1 = Max(v1.first, v1.second, cmpFunc); in IICapabilityCheck() 218 T min1 = Min(v1.first, v1.second, cmpFunc); in IICapabilityCheck() 240 if (cmpFunc(oneValue, v1.first) >= 0 && cmpFunc(oneValue, v1.second) <= 0) { in IDCapabilityCheck() [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/test/unittest/common/base/ |
H A D | dcamera_sink_frame_info_test.cpp | 41 "ver": "v1" 51 "ver": "v1" 61 "ver": "v1" 71 "ver": "v1" 81 "ver": "v1" 91 "ver": "v1"
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/ |
H A D | policy_serializer_test.cpp | 125 ASSERT_EQ(jsonString, R"(["v1","v2","v3","v4","v5"])"); 127 jsonString = R"(["v1","v2","v3","v4","v5","v6"])"; 130 ASSERT_FALSE(serializer->Deserialize(R"(["v1","v2","v3","v4","v5""v6"])", value)); 317 { "k1", "v1" }, 361 { "k1", "v1" }, 368 { "k1", "v1" }, 388 { "k1", "v1" }, 391 { "k1", "v1" }, 456 value["k1"] = "v1";
|
/ohos5.0/docs/zh-cn/release-notes/release-definitions/ |
H A D | mappings-between-label-and-system-versions.md | 12 | OpenHarmony-v1.1.1-LTS | NA | NA | 未定义系统版本号 | 13 | OpenHarmony-v1.1.2-LTS | NA | NA | 未定义系统版本号 | 14 | OpenHarmony-v1.1.3-LTS | NA | NA | 未定义系统版本号 | 15 | OpenHarmony-v1.1.4-LTS | NA | NA | 未定义系统版本号 | 16 | OpenHarmony-v1.1.5-LTS | NA | NA | 未定义系统版本号 |
|
/ohos5.0/base/request/request/test/unittest/js_test/requestAgentTaskTest/entry/src/main/ets/test/ |
H A D | RequestOperateTask.test.ets | 71 url: 'https://gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt', 95 url: 'https://gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt', 122 url: 'https://gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt', 146 url: 'https://gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt', 173 url: 'https://gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt', 201 url: 'https://gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt', 228 url: 'https://gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt', 292 url: 'https://gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt', 321 url: 'https://gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt', 1133 url: 'https://gitee.com/chenzhixue/downloadTest/releases/download/v1.0/test1.txt', [all …]
|
H A D | RequestDownloadFile.test.ets | 50 url: 'https://gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt', 236 url: 'https://gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt', 265 url: 'https://gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt', 293 url: 'https://gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt', 346 url: 'https://gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt', 377 url: 'https://gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt', 409 url: 'https://gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt', 439 url: 'https://gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt', 470 url: 'https://gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt', 500 url: 'https://gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt', [all …]
|
/ohos5.0/base/security/certificate_framework/ |
H A D | BUILD.gn | 39 "test/fuzztest/v1.0/x509certchain_fuzzer:fuzztest", 40 "test/fuzztest/v1.0/x509certificate_fuzzer:fuzztest", 41 "test/fuzztest/v1.0/x509crl_fuzzer:fuzztest", 42 "test/fuzztest/v1.0/x509distinguishedname_fuzzer:fuzztest",
|
/ohos5.0/base/security/certificate_framework/test/fuzztest/v1.0/x509certchain_fuzzer/ |
H A D | BUILD.gn | 28 "../../../../frameworks/common/v1.0/inc", 29 "../../../../frameworks/core/v1.0/spi", 30 "../../../../frameworks/adapter/v1.0/inc", 31 "../../../../test/unittest/v1.0/include",
|
/ohos5.0/base/security/certificate_framework/test/fuzztest/v1.0/x509crl_fuzzer/ |
H A D | BUILD.gn | 26 "../../../../frameworks/adapter/v1.0/inc", 27 "../../../../frameworks/common/v1.0/inc", 28 "../../../../frameworks/core/v1.0/spi", 30 "../../../../test/unittest/v1.0/include",
|
/ohos5.0/base/startup/init/test/unittest/syspara/ |
H A D | syspara_unittest.cpp | 319 int8_t v1 = OHOS::system::GetIntParameter(key1, 0, -127, 128); // -127, 128 range variable 320 EXPECT_EQ(v1, -TEST_VALUE); 353 std::string v1 = OHOS::system::GetParameter(key1, ""); variable 354 EXPECT_EQ(strcmp(v1.c_str(), "101"), 0); 357 v1 = OHOS::system::GetParameter(key2, "test2"); 358 EXPECT_EQ(strcmp(v1.c_str(), "test2"), 0); 360 int ret = OHOS::system::GetStringParameter(key1, v1, ""); 362 EXPECT_EQ(strcmp(v1.c_str(), "101"), 0); 363 ret = OHOS::system::GetStringParameter(key2, v1, "test2"); 365 EXPECT_EQ(strcmp(v1.c_str(), "test2"), 0);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
H A D | 3d_dm_shadowing_common.h | 105 const float v1 = (3.0 + fracT) / vw1; in CalcPcfShadow() local 114 …sum += uw0 * vw1 * GetPcfSample(shadow, baseUv, vec2(u0, v1), compareDepth, texelSize, receiverPla… in CalcPcfShadow() 115 …sum += uw1 * vw1 * GetPcfSample(shadow, baseUv, vec2(u1, v1), compareDepth, texelSize, receiverPla… in CalcPcfShadow() 116 …sum += uw2 * vw1 * GetPcfSample(shadow, baseUv, vec2(u2, v1), compareDepth, texelSize, receiverPla… in CalcPcfShadow() 174 float v1 = fracT / vw1 + 1; in CalcPcfShadowMed() local 181 …sum += uw0 * vw1 * GetPcfSample(shadow, baseUv, vec2(u0, v1), compareDepth, texelSize, receiverPla… in CalcPcfShadowMed() 182 …sum += uw1 * vw1 * GetPcfSample(shadow, baseUv, vec2(u1, v1), compareDepth, texelSize, receiverPla… in CalcPcfShadowMed()
|
/ohos5.0/docs/en/release-notes/release-definitions/ |
H A D | mappings-between-label-and-system-versions.md | 12 | OpenHarmony-v1.1.1-LTS | NA | NA | No system version is d… 13 | OpenHarmony-v1.1.2-LTS | NA | NA | No system version is d… 14 | OpenHarmony-v1.1.3-LTS | NA | NA | No system version is d… 15 | OpenHarmony-v1.1.4-LTS | NA | NA | No system version is d… 16 | OpenHarmony-v1.1.5-LTS | NA | NA | No system version is d…
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v1-1-3-LTS.md | 1 # OpenHarmony v1.1.3 LTS (EOL) 24 repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-v1.1.3-LTS --no-repo-v… 32 repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-v1.1.3-LTS --no-re… 43 …loud.com/harmonyos/os/1.1.3/code-v1.1.3-LTS.tar.gz) | [Download](https://repo.huaweicloud.com/harm… 51 This version inherits all the features of OpenHarmony v1.1.2 and adds the support for version compi…
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageheifimpl_fuzzer/src/ |
H A D | image_heif_impl_fuzzer.cpp | 54 std::vector<std::shared_ptr<HeifBox>> v1(1, nullptr); in ItemPropertyBoxTest001() local 67 heifipcobox->GetProperties(itemId, const_box_ptr, v1); in ItemPropertyBoxTest001() 182 std::vector<uint8_t> v1(1, 1); in ItemPropertyHvccBoxTest001() local 185 std::vector<std::vector<uint8_t>> v3(1, v1); in ItemPropertyHvccBoxTest001() 190 heifhvccbox->GetHeaders(&v1); in ItemPropertyHvccBoxTest001()
|
/ohos5.0/base/request/request/test/unittest/js_test/requestQueryTaskTest/entry/src/main/ets/test/ |
H A D | RequestQuery.test.ets | 142 url: 'https://gitee.com/chenzhixue/downloadTest/releases/download/v1.0/test.apk', 188 url: 'https://gitee.com/chenzhixue/downloadTest/releases/download/v1.0/test.apk', 229 url: 'https://gitee.com/chenzhixue/downloadTest/releases/download/v1.0/test.apk', 343 url: 'https://gitee.com/chenzhixue/downloadTest/releases/download/v1.0/test.apk', 465 url: 'https://gitee.com/chenzhixue/downloadTest/releases/download/v1.0/test.apk', 501 url: 'https://gitee.com/chenzhixue/downloadTest/releases/download/v1.0/test.apk', 527 url: 'https://gitee.com/chenzhixue/downloadTest/releases/download/v1.0/test.apk', 547 url: 'https://gitee.com/chenzhixue/downloadTest/releases/download/v1.0/test.apk', 612 url: 'https://gitee.com/chenzhixue/downloadTest/releases/download/v1.0/test.apk', 638 url: 'https://gitee.com/chenzhixue/downloadTest/releases/download/v1.0/test.apk', [all …]
|