/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/ |
H A D | expire_lru_cache.h | 115 keys_.splice(keys_.begin(), keys_, keyiter); in DoAdd() 156 keys_.splice(keys_.begin(), keys_, keyiter) ; in DoGet()
|
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/ |
H A D | clouddisk_notify_utils_mock.cpp | 107 cacheList_.splice(cacheList_.begin(), cacheList_, it->second);
in GetCacheNode() 122 cacheList_.splice(cacheList_.begin(), cacheList_, it->second);
in PutCacheNode()
|
H A D | meta_file_clouddisk_mock.cpp | 525 cloudDiskMetaFileList_.splice(cloudDiskMetaFileList_.begin(), cloudDiskMetaFileList_, it->second); in GetCloudDiskMetaFile()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsEnumStyle.js | 2173 let info = this.popArray.splice(i, 1); 2337 let targetInfo = this.pathArray.splice(index, 1); 2341 this.pathArray.splice(index); 2442 this.pathArray.splice(index + 1); 2466 this.pathArray.splice(index + 1); 2489 let info = this.pathArray.splice(index, 1); 2504 let info = this.pathArray.splice(index, 1); 2518 this.pathArray.splice(0); 2557 this.pathArray.splice(index, 1); 2566 this.pathArray.splice(inde [all...] |
H A D | jsXNode.js | 567 this.nodeRefs_.splice(0, this.nodeRefs_.length); 587 this.nodeRefs_.splice(index, 1); 2083 this.childrenList.splice(0, 0, child); 2087 this.childrenList.splice(indexOfSibling + 1, 0, child); 2101 this.childrenList.splice(index, 1); 2473 this.nodeArray_.splice(index, 1);
|
H A D | arkTheme.js | 675 this.components.splice(index, 1); 786 this.localThemeScopes.splice(index, 1); 822 this.listeners.splice(index, 1);
|
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_notify_utils.cpp | 126 cacheList_.splice(cacheList_.begin(), cacheList_, it->second); in GetCacheNode() 141 cacheList_.splice(cacheList_.begin(), cacheList_, it->second); in PutCacheNode()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_bundle_manager.cpp | 77 cacheList_.splice(cacheList_.begin(), cacheList_, iter->second);
in GetClientBundleName()
|
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
H A D | ringtone_bundle_manager.cpp | 71 cacheList_.splice(cacheList_.begin(), cacheList_, iter->second); in GetClientBundleName()
|
/foundation/multimedia/media_library/frameworks/utils/src/ |
H A D | permission_utils.cpp | 92 bundleInfoList_.splice(bundleInfoList_.begin(), bundleInfoList_, iter->second); in GetBundleNameFromCache() 115 bundleInfoList_.splice(bundleInfoList_.begin(), bundleInfoList_, iter->second); in GetPackageNameFromCache() 147 bundleInfoList_.splice(bundleInfoList_.begin(), bundleInfoList_, iter->second); in GetAppIdFromCache()
|
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_cache.cpp | 159 dataCacheList_.splice(dataCacheList_.begin(), dataCacheList_, iter->second); in CacheImageData() 203 dataCacheList_.splice(dataCacheList_.begin(), dataCacheList_, iter->second); in GetCacheImageData()
|
H A D | image_file_cache.cpp | 175 cacheFileInfo_.splice(cacheFileInfo_.begin(), cacheFileInfo_, infoIter); in SaveCacheInner() 346 cacheFileInfo_.splice(cacheFileInfo_.begin(), cacheFileInfo_, infoIter); in GetCacheFilePathInner()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/ |
H A D | media_cached_buffer.cpp | 284 freeChunks_.splice(freeChunks_.end(), nextFragmentPos->chunks, nextFragmentPos->chunks.begin(), endPos); in WriteMergerPre() 310 freeChunks_.splice(freeChunks_.end(), nextFragmentPos->chunks); in WriteMergerPre() 334 writePos_->chunks.splice(writePos_->chunks.end(), nextFragmentPos->chunks); in WriteMergerPost() 595 freeChunks_.splice(freeChunks_.end(), fragmentIterator->chunks); in CheckThresholdFragmentCacheBuffer() 739 newFragmentPos->chunks.splice(newFragmentPos->chunks.end(), currFragmentIter->chunks, chunkPos, in GetFragmentIterator() 742 newFragmentPos->chunks.splice(newFragmentPos->chunks.end(), currFragmentIter->chunks, std::next(chunkPos), in GetFragmentIterator() 810 newFragmentPos->chunks.splice(newFragmentPos->chunks.end(), currFragmentIter->chunks, chunkPos, in SplitFragmentCacheBuffer() 813 newFragmentPos->chunks.splice(newFragmentPos->chunks.end(), currFragmentIter->chunks, std::next(chunkPos), in SplitFragmentCacheBuffer() 937 freeChunks_.splice(freeChunks_.end(), iter->chunks); in Clear() 997 freeChunks_.splice(freeChunks in ClearFragmentBeforeOffset() [all...] |
/foundation/arkui/ace_engine/frameworks/base/thread/ |
H A D | background_task_executor.cpp | 175 threads_.splice(threads_.end(), newThreads); in StartNewThreads()
|
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/ |
H A D | main.js | 117 runOverPIDs.splice(j, 1);
|
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 625 c18.splice(d18, 1); 1499 this.z9.splice(this.z9.indexOf(n15), 1); 1614 this.n10.splice(pos, 1); 1912 this.u10.splice(0, this.u10.length); 1993 u13.splice(0, u13.length); 1995 this.u10.splice(0, this.u10.length); 2043 this.w7.splice(0, this.w7.length); 2072 let h13 = this.w7.splice(startIndex, 1); 2117 this.w7.splice(a13 + 1, 0, z12); 2464 this.w7.splice(inde [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper_node.cpp | 84 cachedList_.splice(insertIter, buildItems); in Build()
|
/foundation/arkui/ace_engine/test/component_test/tools/middle_ground/public/ |
H A D | index.js | 198 checkboxLst.splice(index, 1);
|
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 202 splice(start, deleteCount, ...items) { 216 return super.splice(start, deleteCount, ...items); 1340 indexes.splice(g3, 1); 1568 this.selectedIndexes.splice(this.selectedIndexes.indexOf(index), 2151 this.selectedIndexes.splice(this.selectedIndexes.indexOf(this.focusIndex), 1); 2191 this.selectedIndexes.splice(selectedIndex, 1);
|
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/ |
H A D | gridobjectsortcomponent.js | 931 this.selected.splice(e13, 1); 1422 this.unSelected.splice(t7, 1); 1738 this.unSelected.splice(v4, 1); 1990 this.selected.splice(j1, 1); 1991 this.selected.splice(k1, 0, this.dragContent);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_layout_algorithm.cpp | 37 newGroup.splice(newGroup.begin(), spans, spans.begin(), std::next(it)); in RichEditorLayoutAlgorithm()
|
/foundation/multimedia/av_session/services/session/server/migrate/ |
H A D | migrate_avsession_server.cpp | 295 controllers.splice(controllers.begin(), controllers, iter);
in SortControllers()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_manager.cpp | 62 hitTestResult.splice(hitTestResult.end(), prevHitTestResult); in TouchTest() 95 hitTestResult.splice(hitTestResult.end(), prevHitTestResult); in TouchTest() 233 reHitTestResult.splice(reHitTestResult.end(), savePrevHitTestResult); in CheckRefereeStateAndReTouchTest()
|
/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/ |
H A D | chipgroup.js | 814 this.selectedIndexes.splice(
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_layout_algorithm.cpp | 89 newGroup.splice(newGroup.begin(), spans, spans.begin(), std::next(it)); in ConstructParagraphSpanGroup()
|