/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/ |
H A D | unwind_remote_benchmark.cpp | 38 bool isCache = false; member 129 unwindData.isCache = dataPtr->isCache; in Run() 141 if (unwindData.isCache) { in Run() 171 data.isCache = false; in BenchmarkUnwindStackRemote() 184 data.isCache = true; in BenchmarkUnwindStackRemoteCache() 197 data.isCache = false; in BenchmarkUnwindStackRemoteFrames() 211 data.isCache = true; in BenchmarkUnwindStackRemoteFramesCache()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | unwind_remote_benchmark.cpp | 38 bool isCache = false; member 115 unwinder->EnableUnwindCache(dataPtr->isCache); in GetUnwinder() 174 data.isCache = false; in BenchmarkUnwinderRemoteFull() 189 data.isCache = false; in BenchmarkUnwinderRemoteQut() 204 data.isCache = true; in BenchmarkUnwinderRemoteQutCache() 219 data.isCache = false; in BenchmarkUnwinderRemoteQutFrames() 234 data.isCache = true; in BenchmarkUnwinderRemoteQutFramesCache() 250 data.isCache = false; in BenchmarkUnwinderRemoteQutMiniDebugInfos() 268 data.isCache = false; in BenchmarkUnwinderRemoteQutMiniDebugInfosLazily()
|
H A D | unwind_local_benchmark.cpp | 40 bool isCache = false; member 76 unwinder->EnableUnwindCache(dataPtr->isCache); in GetUnwinder() 216 data.isCache = false; in BenchmarkUnwinderLocalFull() 232 data.isCache = false; in BenchmarkUnwinderLocalQut() 248 data.isCache = true; in BenchmarkUnwinderLocalQutCache() 264 data.isCache = false; in BenchmarkUnwinderLocalQutFrames() 280 data.isCache = true; in BenchmarkUnwinderLocalQutFramesCache() 297 data.isCache = true; in BenchmarkUnwinderLocalQutMiniDebugInfos() 316 data.isCache = true; in BenchmarkUnwinderLocalQutMiniDebugInfosLazily() 335 data.isCache = true; in BenchmarkUnwinderLocalByFp()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/ |
H A D | custom_node.cpp | 175 RefPtr<UINode> CustomNode::GetFrameChildByIndex(uint32_t index, bool needBuild, bool isCache, bool … in GetFrameChildByIndex() argument 177 if (!isCache) { in GetFrameChildByIndex() 181 return UINode::GetFrameChildByIndex(index, needBuild, isCache, addToRenderTree); in GetFrameChildByIndex()
|
H A D | custom_node.h | 92 RefPtr<UINode> GetFrameChildByIndex(uint32_t index, bool needBuild, bool isCache = false,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_virtual_scroll_node.cpp | 287 uint32_t index, bool needBuild, bool isCache, bool addToRenderTree) in GetFrameChildByIndex() argument 293 …index, static_cast<int32_t>(needBuild), static_cast<int32_t>(isCache), static_cast<int32_t>(addToR… in GetFrameChildByIndex() 309 static_cast<int32_t>(isCache), static_cast<int32_t>(addToRenderTree)); in GetFrameChildByIndex() 351 if (addToRenderTree && !isCache) { in GetFrameChildByIndex() 364 return GetFrameChildByIndex(index, needBuild, isCache, addToRenderTree); in GetFrameChildByIndex()
|
H A D | lazy_for_each_node.cpp | 325 RefPtr<UINode> LazyForEachNode::GetFrameChildByIndex(uint32_t index, bool needBuild, bool isCache, … in GetFrameChildByIndex() argument 330 auto child = builder_->GetChildByIndex(index, needBuild, isCache); in GetFrameChildByIndex() 334 if (isCache) { in GetFrameChildByIndex()
|
H A D | repeat_virtual_scroll_node.h | 128 … uint32_t index, bool needBuild, bool isCache = false, bool addToRenderTree = false) override;
|
H A D | lazy_for_each_builder.cpp | 21 int32_t index, bool needBuild, bool isCache) in GetChildByIndex() argument 30 if (!isCache) { in GetChildByIndex() 49 if (isCache) { in GetChildByIndex()
|
H A D | lazy_for_each_node.h | 112 RefPtr<UINode> GetFrameChildByIndex(uint32_t index, bool needBuild, bool isCache = false,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper_node.h | 104 uint32_t index, bool addToRenderTree = true, bool isCache = false) override; 106 RefPtr<LayoutWrapper> GetChildByIndex(uint32_t index, bool isCache = false) override
|
H A D | layout_wrapper.h | 147 uint32_t index, bool addToRenderTree = true, bool isCache = false) = 0; 148 virtual RefPtr<LayoutWrapper> GetChildByIndex(uint32_t index, bool isCache = false) = 0;
|
H A D | layout_wrapper_node.cpp | 60 …per> LayoutWrapperNode::GetOrCreateChildByIndex(uint32_t index, bool addToRenderTree, bool isCache) in GetOrCreateChildByIndex() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
H A D | grid_irregular_filler.cpp | 202 const FillParameters& params, int32_t itemIdx, int32_t col, int32_t row, bool isCache) in MeasureItem() argument 206 auto child = wrapper_->GetOrCreateChildByIndex(itemIdx, !isCache, isCache); in MeasureItem()
|
H A D | grid_irregular_filler.h | 137 const FillParameters& params, int32_t itemIdx, int32_t col, int32_t row, bool isCache);
|
H A D | grid_irregular_layout_algorithm.cpp | 425 … const bool isCache = it->first < info.startMainLineIndex_ || it->first > info.endMainLineIndex_; in LayoutChildren() local 432 auto child = wrapper_->GetChildByIndex(itemIdx, isCache); in LayoutChildren()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
H A D | water_flow_segmented_layout.cpp | 476 int32_t crossIdx, float userDefMainSize, bool isCache) const in MeasureItem() 478 auto item = wrapper_->GetOrCreateChildByIndex(idx, !isCache, isCache); in MeasureItem() 487 if (isCache) { in MeasureItem()
|
H A D | water_flow_segmented_layout.h | 135 float userDefMainSize, bool isCache) const;
|
H A D | water_flow_layout_algorithm.cpp | 253 const bool isCache = !showCache && inCacheRange; in Layout() local 254 … auto wrapper = layoutWrapper->GetChildByIndex(GetChildIndexWithFooter(item.first), isCache); in Layout() 260 if (isCache) { in Layout()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync/include/media_cloud_asset_download/ |
H A D | cloud_media_asset_download_operation.h | 115 EXPORT int32_t SubmitBatchDownload(DownloadFileData &data, const bool &isCache);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.h | 763 uint32_t index, bool addToRenderTree = true, bool isCache = false) override; 764 RefPtr<LayoutWrapper> GetChildByIndex(uint32_t index, bool isCache = false) override; 766 FrameNode* GetFrameNodeChildByIndex(uint32_t index, bool isCache = false, bool isExpand = true); 828 … uint32_t index, bool needBuild, bool isCache = false, bool addToRenderTree = false) override;
|
H A D | frame_node.cpp | 231 …RefPtr<LayoutWrapper> FindFrameNodeByIndex(uint32_t index, bool needBuild, bool isCache, bool addT… in FindFrameNodeByIndex() argument 241 index - cursor_->startIndex, needBuild, isCache, addToRenderTree)); in FindFrameNodeByIndex() 253 …RefPtr<LayoutWrapper> GetFrameNodeByIndex(uint32_t index, bool needBuild, bool isCache, bool addTo… in GetFrameNodeByIndex() argument 258 auto child = FindFrameNodeByIndex(index, needBuild, isCache, addToRenderTree); in GetFrameNodeByIndex() 259 if (child && !isCache) { in GetFrameNodeByIndex() 4440 …youtWrapper> FrameNode::GetOrCreateChildByIndex(uint32_t index, bool addToRenderTree, bool isCache) in GetOrCreateChildByIndex() argument 4442 auto child = frameProxy_->GetFrameNodeByIndex(index, true, isCache, addToRenderTree); in GetOrCreateChildByIndex() 4452 RefPtr<LayoutWrapper> FrameNode::GetChildByIndex(uint32_t index, bool isCache) in GetChildByIndex() argument 4454 return frameProxy_->GetFrameNodeByIndex(index, false, isCache, false); in GetChildByIndex() 4457 FrameNode* FrameNode::GetFrameNodeChildByIndex(uint32_t index, bool isCache, bool isExpand) in GetFrameNodeChildByIndex() argument [all …]
|
H A D | ui_node.cpp | 1430 RefPtr<UINode> UINode::GetFrameChildByIndex(uint32_t index, bool needBuild, bool isCache, bool addT… in GetFrameChildByIndex() argument 1435 return child->GetFrameChildByIndex(index, needBuild, isCache, addToRenderTree); in GetFrameChildByIndex()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/ |
H A D | water_flow_layout_sw.cpp | 715 const bool isCache = !props->GetShowCachedItemsValue(false) && in LayoutSection() local 717 auto child = wrapper_->GetChildByIndex(nodeIdx(item.idx), isCache); in LayoutSection() 730 if (isCache) { in LayoutSection()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync/src/media_cloud_asset_download/ |
H A D | cloud_media_asset_download_operation.cpp | 346 CloudMediaAssetDownloadOperation::DownloadFileData &data, const bool &isCache) in SubmitBatchDownload() argument 354 isCache_ = isCache; in SubmitBatchDownload()
|