Home
last modified time | relevance | path

Searched refs:v2 (Results 1 – 25 of 239) sorted by relevance

12345678910

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dhap_verify_v2_test.cpp73 HapVerifyV2 v2; variable
90 HapVerifyV2 v2; variable
92 ASSERT_FALSE(v2.GenerateAppId(provisionInfo));
106 HapVerifyV2 v2; variable
122 HapVerifyV2 v2; variable
139 HapVerifyV2 v2; variable
156 HapVerifyV2 v2; variable
173 HapVerifyV2 v2; variable
190 HapVerifyV2 v2; variable
236 HapVerifyV2 v2; variable
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dvector.h68 return Vec2(x + v2.x, y + v2.y); in BASE_BEGIN_NAMESPACE()
87 return Vec2(x - v2.x, y - v2.y); in BASE_BEGIN_NAMESPACE()
100 return Vec2(x * v2.x, y * v2.y); in BASE_BEGIN_NAMESPACE()
894 return Vec3(x + v2.x, y + v2.y, z + v2.z); in BASE_BEGIN_NAMESPACE()
914 return Vec3(x - v2.x, y - v2.y, z - v2.z); in BASE_BEGIN_NAMESPACE()
928 return Vec3(x * v2.x, y * v2.y, z * v2.z); in BASE_BEGIN_NAMESPACE()
942 return Vec3(x / v2.x, y / v2.y, z / v2.z); in BASE_BEGIN_NAMESPACE()
1018 return Vec4(x + v2.x, y + v2.y, z + v2.z, w + v2.w); in BASE_BEGIN_NAMESPACE()
1039 return Vec4(x - v2.x, y - v2.y, z - v2.z, w - v2.w); in BASE_BEGIN_NAMESPACE()
1054 return Vec4(x * v2.x, y * v2.y, z * v2.z, w * v2.w); in BASE_BEGIN_NAMESPACE()
[all …]
H A Dvector_util.h42 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()
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()
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/drivers/peripheral/codec/hal/
H A DBUILD.gn26 "../hal/v2.0/hdi_impl/include",
46 "v2.0/hdi_impl/src/codec_dyna_buffer.cpp",
48 "v2.0/hdi_impl/src/codec_omx_core.cpp",
50 "v2.0/hdi_impl/src/component_mgr.cpp",
51 "v2.0/hdi_impl/src/component_node.cpp",
52 "v2.0/hdi_impl/src/icodec_buffer.cpp",
88 "../hal/v2.0/hdi_impl/include",
108 "v2.0/hdi_impl/src/codec_omx_core.cpp",
110 "v2.0/hdi_impl/src/component_mgr.cpp",
111 "v2.0/hdi_impl/src/component_node.cpp",
[all …]
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_cdma_sms_test.cpp243 uint16_t v2 = 0; variable
418 uint16_t v2 = 0; variable
421 v2++;
754 TransportAddr v2; variable
991 SmsTeleSvcMsgId v2; variable
1117 SmsTimeAbs v2; variable
1219 SmsReplyOption v2; variable
1321 SmsTeleSvcAddr v2; variable
1419 SmsEnhancedVmn v2; variable
1487 SmsStatusCode v2; variable
[all …]
/ohos5.0/base/security/device_auth/test/
H A DBUILD.gn58 "fuzztest/session_manager/session/v2/auth_sub_session/authsubsession_fuzzer:fuzztest",
59 …"fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/authcodeimport_fuzzer:f…
60 …"fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/pubkeyexchange_fuzzer:f…
61 …"fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/savetrustedinfo_fuzzer:…
62 "fuzztest/session_manager/session/v2/expand_sub_session/expandsubsession_fuzzer:fuzztest",
71 …"unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session:auth_sub_se…
72 …"unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/protocol_li…
73 …"unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/protocol_li…
74 …"unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/protocol_li…
75 …"unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session:expand_su…
[all …]
/ohos5.0/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_sub_parameter.cpp184 uint8_t v2 = 0; in Decode() local
328 uint8_t v2 = 0; in Decode() local
874 uint8_t v2 = 0; in DecodeType1Data() local
898 uint8_t v2 = 0; in DecodeType2Data() local
929 uint8_t v2 = 0; in DecodeAbsTime() local
1307 uint8_t v2 = 0; in DecodeHeader() local
1331 uint8_t v2 = 0; in DecodeVoiceMail() local
1369 uint8_t v2 = 0; in DecodeAccessNumber() local
1375 vmn_.anNumberType = v2; in DecodeAccessNumber()
1483 uint8_t v2 = 0; in Decode() local
[all …]
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dcompatible_check.cpp179 bool FFCapabilityCheck(const Plugin::FixedCapability<T>& v1, const Plugin::FixedCapability<T>& v2, in FFCapabilityCheck() argument
182 if (cmpFunc(v1, v2) == 0) { in FFCapabilityCheck()
190 …ol FICapabilityCheck(const Plugin::FixedCapability<T>& v1, const Plugin::IntervalCapability<T>& v2, in FICapabilityCheck() argument
193 T max = Max(v2.first, v2.second, cmpFunc); in FICapabilityCheck()
194 T min = Min(v2.first, v2.second, cmpFunc); in FICapabilityCheck()
203 …ol FDCapabilityCheck(const Plugin::FixedCapability<T>& v1, const Plugin::DiscreteCapability<T>& v2, in FDCapabilityCheck() argument
206 …if (std::any_of(v2.begin(), v2.end(), [&v1, &cmpFunc](const T& tmp){return cmpFunc(tmp, v1) == 0;}… in FDCapabilityCheck()
219 T max2 = Max(v2.first, v2.second, cmpFunc); in IICapabilityCheck()
220 T min2 = Min(v2.first, v2.second, cmpFunc); in IICapabilityCheck()
239 for (const auto& oneValue : v2) { in IDCapabilityCheck()
[all …]
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/
H A Dpolicy_serializer_test.cpp125 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));
318 { "k2", "v2" },
362 { "k2", "v2" },
369 { "k2", "v2" },
392 { "k2", "v2" },
457 value["k2"] = "v2";
/ohos5.0/base/tee/tee_client/
H A Dtee_client.gni2 # Licensed under the Mulan PSL v2.
3 # You can use this software according to the terms and conditions of the Mulan PSL v2.
4 # You may obtain a copy of Mulan PSL v2 at:
9 # See the Mulan PSL v2 for more details.
H A DLICENSE57 [Software Name] is licensed under Mulan PSL v2.
58 You can use this software according to the terms and conditions of the Mulan PSL v2.
59 You may obtain a copy of Mulan PSL v2 at:
62 See the Mulan PSL v2 for more details.
67 Mulan Permissive Software License��Version 2 (Mulan PSL v2)
110 How to Apply the Mulan Permissive Software License��Version 2 (Mulan PSL v2) to Your Software
112 …To apply the Mulan PSL v2 to your work, for easy identification by recipients, you are suggested t…
122 [Software Name] is licensed under Mulan PSL v2.
123 You can use this software according to the terms and conditions of the Mulan PSL v2.
124 You may obtain a copy of Mulan PSL v2 at:
[all …]
/ohos5.0/docs/zh-cn/release-notes/
H A DOpenHarmony-v2.2-beta2.md1 # OpenHarmony v2.2 Beta2
41 repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-v2.2-Beta2 --no-repo-v…
51 repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-v2.2-Beta2 --no-re…
62 …rmonyos/os/2.2-Beta2/code-v2.2-beta2_20210730.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/h…
68 …https://gitee.com/openharmony/docs/blob/master/zh-cn/release-notes/OpenHarmony-v2.2-beta2.md) | - |
107 [JS API 差异报告](api-diff/v2.2-beta2/js-apidiff-v2.2-beta2.md)
109 [Native API 差异报告](api-diff/v2.2-beta2/native-apidiff-v2.2-beta2.md)
/ohos5.0/base/tee/tee_client/services/cadaemon/build/standard/sa_profile/
H A DBUILD.gn2 # Licensed under the Mulan PSL v2.
3 # You can use this software according to the terms and conditions of the Mulan PSL v2.
4 # You may obtain a copy of Mulan PSL v2 at:
9 # See the Mulan PSL v2 for more details.
/ohos5.0/base/tee/tee_client/services/cadaemon/build/standard/init/
H A DBUILD.gn2 # Licensed under the Mulan PSL v2.
3 # You can use this software according to the terms and conditions of the Mulan PSL v2.
4 # You may obtain a copy of Mulan PSL v2 at:
9 # See the Mulan PSL v2 for more details.
/ohos5.0/base/tee/tee_client/services/teecd/build/standard/init/
H A DBUILD.gn2 # Licensed under the Mulan PSL v2.
3 # You can use this software according to the terms and conditions of the Mulan PSL v2.
4 # You may obtain a copy of Mulan PSL v2 at:
9 # See the Mulan PSL v2 for more details.
/ohos5.0/base/tee/tee_client/services/tlogcat/build/standard/init/
H A DBUILD.gn2 # Licensed under the Mulan PSL v2.
3 # You can use this software according to the terms and conditions of the Mulan PSL v2.
4 # You may obtain a copy of Mulan PSL v2 at:
9 # See the Mulan PSL v2 for more details.
/ohos5.0/base/tee/tee_client/services/tlogcat/build/standard/
H A DBUILD.gn2 # Licensed under the Mulan PSL v2.
3 # You can use this software according to the terms and conditions of the Mulan PSL v2.
4 # You may obtain a copy of Mulan PSL v2 at:
9 # See the Mulan PSL v2 for more details.
/ohos5.0/base/security/device_auth/services/
H A Ddeviceauth.gni73 "${session_manager_path}/inc/session/v2",
74 "${session_manager_path}/inc/session/v2/auth_sub_session",
75 "${session_manager_path}/inc/session/v2/auth_sub_session/protocol_lib",
76 "${session_manager_path}/inc/session/v2/expand_sub_session",
77 "${session_manager_path}/inc/session/v2/expand_sub_session/expand_process_lib",
153 "${session_manager_path}/src/session/v2/expand_sub_session/expand_process_lib/mk_agree.c",
184 "${session_manager_path}/src/session/v2/dev_session_v2.c",
185 "${session_manager_path}/src/session/v2/dev_session_util.c",
186 "${session_manager_path}/src/session/v2/auth_sub_session/auth_sub_session.c",
187 "${session_manager_path}/src/session/v2/expand_sub_session/expand_sub_session.c",
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H A Dcomposetitlebar.js894 setInitiallyProvidedValue(v2) { argument
895 if (v2.item !== undefined) {
896 this.item = v2.item;
898 if (v2.index !== undefined) {
899 this.index = v2.index;
916 if (v2.isPopup !== undefined) {
917 this.isPopup = v2.isPopup;
920 this.isOnFocus = v2.isOnFocus;
923 this.isOnHover = v2.isOnHover;
926 this.isOnClick = v2.isOnClick;
[all …]
/ohos5.0/base/tee/tee_client/interfaces/kits/c/
H A DBUILD.gn2 # Licensed under the Mulan PSL v2.
3 # You can use this software according to the terms and conditions of the Mulan PSL v2.
4 # You may obtain a copy of Mulan PSL v2 at:
9 # See the Mulan PSL v2 for more details.
/ohos5.0/base/tee/tee_client/frameworks/build/lite/
H A DBUILD.gn2 # Licensed under the Mulan PSL v2.
3 # You can use this software according to the terms and conditions of the Mulan PSL v2.
4 # You may obtain a copy of Mulan PSL v2 at:
9 # See the Mulan PSL v2 for more details.
/ohos5.0/base/tee/tee_client/services/teecd/build/lite/
H A DBUILD.gn2 # Licensed under the Mulan PSL v2.
3 # You can use this software according to the terms and conditions of the Mulan PSL v2.
4 # You may obtain a copy of Mulan PSL v2 at:
9 # See the Mulan PSL v2 for more details.
/ohos5.0/base/tee/tee_client/services/teecd/build/standard/
H A DBUILD.gn2 # Licensed under the Mulan PSL v2.
3 # You can use this software according to the terms and conditions of the Mulan PSL v2.
4 # You may obtain a copy of Mulan PSL v2 at:
9 # See the Mulan PSL v2 for more details.
/ohos5.0/base/tee/tee_client/services/tlogcat/build/lite/
H A DBUILD.gn2 # Licensed under the Mulan PSL v2.
3 # You can use this software according to the terms and conditions of the Mulan PSL v2.
4 # You may obtain a copy of Mulan PSL v2 at:
9 # See the Mulan PSL v2 for more details.
/ohos5.0/base/tee/tee_client/frameworks/build/standard/
H A DBUILD.gn2 # Licensed under the Mulan PSL v2.
3 # You can use this software according to the terms and conditions of the Mulan PSL v2.
4 # You may obtain a copy of Mulan PSL v2 at:
9 # See the Mulan PSL v2 for more details.

12345678910