Home
last modified time | relevance | path

Searched refs:segment (Results 1 – 25 of 207) sorted by relevance

123456789

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dstaggered_animation_state.cpp97 children_.push_back(std::move(segment)); in ChildAdded()
115 auto& segment = *item; in RemoveChild() local
116 segment.durationChanged_.Unsubscribe(); in RemoveChild()
117 segment.validChanged_.Unsubscribe(); in RemoveChild()
186 …params.step.progress = MapTo01Range(parentProgress, segment.startProgress_, segment.endProgress_, … in TransformChild()
234 for (auto&& segment : GetChildren()) { in ChildrenChanged()
235 segment.startProgress_ = 0; in ChildrenChanged()
236 segment.endProgress_ = 1.f; in ChildrenChanged()
239 segment.endProgress_ = in ChildrenChanged()
291 segment.endProgress_ = 1.f; in ChildrenChanged()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Ddata_panel_model_impl.cpp43 Segment segment; in Create() local
44 segment.SetValue(value); in Create()
45 segment.SetColorType(SegmentStyleType::NONE); in Create()
46 component->AppendSegment(segment); in Create()
49 Segment segment; in Create() local
50 segment.SetValue(value); in Create()
51 segment.SetColorType(SegmentStyleType::NONE); in Create()
52 component->AppendSegment(segment); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_info.cpp303 for (auto& crossItems : items_[segment]) { in ClearCacheAfterIndex()
313 for (size_t i = segment + 1; i < items_.size(); ++i) { in ClearCacheAfterIndex()
327 if (segment + 1 < segmentStartPos_.size()) { in ClearCacheAfterIndex()
328 segmentStartPos_.resize(segment + 1); in ClearCacheAfterIndex()
329 if (currentIndex == segmentTails_[segment]) { in ClearCacheAfterIndex()
404 if (segmentStartPos_.size() > segment + 1) { in SetNextSegmentStartPos()
407 if (segmentStartPos_.size() <= segment || margins_.size() <= segment + 1) { in SetNextSegmentStartPos()
412 while (segment < segmentTails_.size() - 1 && itemIdx == segmentTails_[segment]) { in SetNextSegmentStartPos()
415 …nextStartPos += margins_[segment].bottom.value_or(0.0f) + margins_[segment + 1].top.value_or(0.0f); in SetNextSegmentStartPos()
417 …nextStartPos += margins_[segment].right.value_or(0.0f) + margins_[segment + 1].left.value_or(0.0f); in SetNextSegmentStartPos()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp260 auto segment = point.GetSegmentInfo(); in SetChart() local
261 if (!segment.GetColorString().empty()) { in SetChart()
262 segment.SetSegmentColor(ParseColor(segment.GetColorString())); in SetChart()
269 point.SetSegmentInfo(segment); in SetChart()
283 auto segment = pointInfo->GetSegmentInfo(); in SetChart() local
286 pointInfo->SetSegmentInfo(segment); in SetChart()
386 for (const auto& segment : segments_) { in PrepareSpecializedComponent() local
510 SegmentInfo segment; in UpdateChartData() local
513 line.SetSegmentInfo(segment); in UpdateChartData()
520 SegmentInfo segment; in UpdateChartData() local
[all …]
/ohos5.0/docs/zh-cn/device-dev/hpm-part/
H A Dhpm-part-reference.md28 | code-segment | 以代码片段形式分发,无法独立编译,安装后还原到指定目录,在目标工程参与其他代码编译。 |
93 "publishAs": "code-segment",
94 "segment":{
133 - publishAs:定义Part的发布类型(source:源码,binary:二进制,distribution:发行版,code-segment:代码片段)。
135 - segment: 仅针对code-segment类型的Part,定义Part的目标路径(即安装后,Part包中包含的文件复制到的目标路径)
169 … 搜索Bundle,--json,可以以json格式输出&nbsp;-type&nbsp;可以设置搜索Bundle的类型,包括part、distribution、code-segment三种。 |
184 | 代码段还原或清理 | hpm&nbsp;code&nbsp;clean\|restore | 针对依赖的代码段(code-segment)Part,执行清理或还原操作(即根据segment.de…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Ddata_panel_component.cpp71 for (auto& segment : segments_) { in InitalStyle() local
72 if (segment.GetColorType() == SegmentStyleType::NONE && index < colors.size()) { in InitalStyle()
73 segment.SetStartColor(colors[index].first); in InitalStyle()
74 segment.SetEndColor(colors[index].second); in InitalStyle()
H A Drosen_render_data_panel.cpp581 for (const auto& segment : segments) { in PaintRainbowFilterMask() local
660 for (const auto& segment : segments) {
967 auto segment = GetSegments(); in PaintLinearProgress() local
970 for (uint32_t i = 0; i < segment.size(); i++) { in PaintLinearProgress()
971 segmentWidthSum += segment[i].GetValue(); in PaintLinearProgress()
979 for (uint32_t i = 0; i < segment.size(); i++) { in PaintLinearProgress()
980 if (NearEqual(segment[i].GetValue(), 0.0)) { in PaintLinearProgress()
991 for (uint32_t i = 0; i < segment.size(); i++) { in PaintLinearProgress()
992 auto segmentWidth = segment[i].GetValue(); in PaintLinearProgress()
1046 const auto& segment = segments[i]; in Paint() local
[all …]
H A Ddata_panel_component.h312 void AppendSegment(const Segment& segment) in AppendSegment() argument
314 segments_.push_back(segment); in AppendSegment()
315 totalValue_ += segment.GetValue(); in AppendSegment()
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-encrypt-decrypt-by-segment.md3 …er than 2 MB, you are advised to pass in and encrypt/decrypt the data by segment to improve proces…
7 …cryptoFramework.md#update-1) to pass in and encrypt/decrypt the data of a symmetric key by segment.
15 … by Segment with an AES Symmetric Key (GCM Mode)](crypto-aes-sym-encrypt-decrypt-gcm-by-segment.md)
17 … by Segment with an SM4 Symmetric Key (GCM Mode)](crypto-sm4-sym-encrypt-decrypt-gcm-by-segment.md)
21 …amework.md#dofinal-1) to pass in and encrypt/decrypt the data of an asymmetric key pair by segment.
23 …rypted into data segments of an appropriate length and encrypt each data segment. Specifically, cr…
32 …cryption by Segment with an RSA Asymmetric Key Pair](crypto-rsa-asym-encrypt-decrypt-by-segment.md)
36 … the amount of the data to be passed in by each **update** in encryption and decryption by segment?
H A Dcrypto-rsa-sign-sig-verify-pkcs1-by-segment.md51 // Call update() multiple times to pass in data by segment.
54 // Pass in null here because all the plaintext has been passed in by segment.
66 // Call update() multiple times to pass in data by segment.
69 …in null in the first parameter of verify() because all the plaintext has been passed in by segment.
111 // Call update() multiple times to pass in data by segment.
114 // Pass in null here because all the plaintext has been passed in by segment.
126 // Call update() multiple times to pass in data by segment.
129 …in null in the first parameter of verify() because all the plaintext has been passed in by segment.
H A DReadme-EN.md29 - [Encryption and Decryption by Segment](crypto-encrypt-decrypt-by-segment.md)
39 …ent with an AES Symmetric Key (GCM Mode) (ArkTS)](crypto-aes-sym-encrypt-decrypt-gcm-by-segment.md)
40 …with an AES Symmetric Key (GCM Mode) (C/C++)](crypto-aes-sym-encrypt-decrypt-gcm-by-segment-ndk.md)
49 …ent with an SM4 Symmetric Key (GCM Mode) (ArkTS)](crypto-sm4-sym-encrypt-decrypt-gcm-by-segment.md)
50 …with an SM4 Symmetric Key (GCM Mode) (C/C++)](crypto-sm4-sym-encrypt-decrypt-gcm-by-segment-ndk.md)
52 …cryption by Segment with an RSA Asymmetric Key Pair](crypto-rsa-asym-encrypt-decrypt-by-segment.md)
63 … Segment with an RSA Key Pair (PKCS1 Mode) (ArkTS)](crypto-rsa-sign-sig-verify-pkcs1-by-segment.md)
64 …ment with an RSA Key Pair (PKCS1 Mode) (C/C++)](crypto-rsa-sign-sig-verify-pkcs1-by-segment-ndk.md)
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-build-component.md12 "publishAs": "code-segment", # HPM包的发布方式,当前默认都为code-segment
13 "segment": {
15 … # 发布类型为code-segment时为必填项,定义发布类型code-segment的代码还原路…
H A Dsubsys-build-module.md399 "publishAs": "code-segment", # HPM包的发布方式,当前默认都为code-segment
400 "segment": {
402 … # 发布类型为code-segment时为必填项,定义发布类型code-segment的代码还原路…
/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/
H A DReadme-CN.md29 - [分段加解密说明](crypto-encrypt-decrypt-by-segment.md)
39 - [使用AES对称密钥(GCM模式)分段加解密(ArkTS)](crypto-aes-sym-encrypt-decrypt-gcm-by-segment.md)
40 - [使用AES对称密钥(GCM模式)分段加解密(C/C++)](crypto-aes-sym-encrypt-decrypt-gcm-by-segment-ndk.md)
49 - [使用SM4对称密钥(GCM模式)分段加解密(ArkTS)](crypto-sm4-sym-encrypt-decrypt-gcm-by-segment.md)
50 - [使用SM4对称密钥(GCM模式)分段加解密(C/C++)](crypto-sm4-sym-encrypt-decrypt-gcm-by-segment-ndk.md)
52 - [使用RSA非对称密钥分段加解密](crypto-rsa-asym-encrypt-decrypt-by-segment.md)
63 - [使用RSA密钥对分段签名验签(PKCS1模式)(ArkTS)](crypto-rsa-sign-sig-verify-pkcs1-by-segment.md)
64 - [使用RSA密钥对分段验签(PKCS1模式)(C/C++)](crypto-rsa-sign-sig-verify-pkcs1-by-segment-ndk.md)
H A Dcrypto-encrypt-decrypt-by-segment.md15 **开发示例:** [使用AES对称密钥(GCM模式)分段加解密](crypto-aes-sym-encrypt-decrypt-gcm-by-segment.md)
17 **开发示例:** [使用SM4对称密钥(GCM模式)分段加解密](crypto-sm4-sym-encrypt-decrypt-gcm-by-segment.md)
32 **开发示例:** [使用RSA非对称密钥分段加解密](crypto-rsa-asym-encrypt-decrypt-by-segment.md)
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_chart_bridge.cpp458 segment.SetValue(StringToDouble(valStr)); in ParseAttrSegment()
460 segment.SetStartColor(Color::FromString(valStr)); in ParseAttrSegment()
461 segment.SetColorType(SegmentStyleType::USE_COLOR); in ParseAttrSegment()
463 segment.SetEndColor(Color::FromString(valStr)); in ParseAttrSegment()
466 segment.SetSegmentName(valStr); in ParseAttrSegment()
542 Segment segment; in ParseAttrSegmentArray() local
543 ParseAttrSegment(runtime, itemVal, segment); in ParseAttrSegmentArray()
544 segments_.emplace_back(std::move(segment)); in ParseAttrSegmentArray()
556 Segment segment; in ParseAttrSingleSegment() local
557 ParseAttrSegment(runtime, valObject, segment); in ParseAttrSingleSegment()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_utils.cpp53 int32_t segment = info->GetSegment(index); in GetItemPosition() local
54 auto itemIndex = info->GetCrossIndexForNextItem(segment); in GetItemPosition()
55 if (static_cast<int32_t>(info->segmentStartPos_.size()) <= segment) { in GetItemPosition()
57 info->segmentStartPos_.size(), segment); in GetItemPosition()
61 return { itemIndex.crossIndex, info->segmentStartPos_[segment] }; in GetItemPosition()
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/
H A Dhuks-key-use-overview.md26 2. (Optional) Process data by segment using [huks.updateSession()](../../reference/apis-universal-k…
27 …Process data by segment as required by the cryptographic algorithm in use or if the data to be pro…
30 …If the data is processes by segment, [huks.finishSession()] processes the last data segment and fi…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/
H A Dsem_ver.cpp55 std::string segment; in SemVer() local
57 while (std::getline(issBase, segment, DOT)) { in SemVer()
58 segments.push_back(segment); in SemVer()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-bootstrap.md3segment. During system startup, the **OHOS\_SystemInit** API is called to traverse the code segm…
5 For details about how to include the **zInit** code segment, see the Hi3861 linker script in **v…
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
H A Ddomain_chain_rule.cpp73 std::string segment; in DomainToFormatData() local
75 while (std::getline(iss, segment, DOMAIN_DELIM)) { in DomainToFormatData()
76 segmentArray.emplace_back(segment); in DomainToFormatData()
/ohos5.0/build/tools/component_tools/static_check/
H A Dreadme.md110 "publishAs": "code-segment",
111 "segment": {
149 "publishAs": "code-segment",
150 "segment": {
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.cpp495 std::shared_ptr<DashSegment> segment = nullptr; in GetSegmentToDownload() local
496 DashMpdGetRet ret = mpdDownloader_->GetNextSegmentByStreamId(downloadStreamId, segment); in GetSegmentToDownload()
523 if (segment != nullptr) { in GetSegmentToDownload()
524 segmentDownloader->Open(segment); in GetSegmentToDownload()
746 std::shared_ptr<DashSegment> segment; in SeekInternal() local
748 mpdDownloader_->SeekToTs(segmentDownloader->GetStreamId(), seekTimeMs, segment); in SeekInternal()
749 if (segment == nullptr) { in SeekInternal()
760 PUBLIC_LOG_U32, segment->numberSeq_, segment->duration_); in SeekInternal()
763 if (!isSwitching && segmentDownloader->SeekToTime(segment, streamId)) { in SeekInternal()
770 …mpdDownloader_->SetCurrentNumberSeqByStreamId(segmentDownloader->GetStreamId(), segment->numberSeq… in SeekInternal()
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-search.md58 …lick the translate button in the menu displayed after they select a text segment. The selected tex…
59 …rs click the share button in the menu displayed after they select a text segment. The selected tex…
60 …s click the search button in the menu displayed after they select a text segment. The selected tex…
61 …users click a menu option in the menu displayed after they select a text segment. This event is va…
/ohos5.0/docs/en/device-dev/hpm-part/
H A Dhpm-part-reference.md28 | code-segment | Distributed in the form of code snippets and cannot be compiled independently. Aft…
93 "publishAs": "code-segment",
94 "segment":{
133 …M Part publishing type, which can be **source**, **binary**, **distribution**, or **code-segment**.
135 - **segment**: destination path of the code-segment HPM Part, that is, the destination path of the …
169 …e** is used to set the target type, which can be **part**, **distribution**, or **code-segment**.|
184segment restoration or cleanup| hpm&nbsp;code&nbsp;clean\|restore | Clears or restores the depende…

123456789