Home
last modified time | relevance | path

Searched refs:splice (Results 1 - 25 of 32) sorted by relevance

12

/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/
H A Dexpire_lru_cache.h115 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 Dclouddisk_notify_utils_mock.cpp107 cacheList_.splice(cacheList_.begin(), cacheList_, it->second); in GetCacheNode()
122 cacheList_.splice(cacheList_.begin(), cacheList_, it->second); in PutCacheNode()
H A Dmeta_file_clouddisk_mock.cpp525 cloudDiskMetaFileList_.splice(cloudDiskMetaFileList_.begin(), cloudDiskMetaFileList_, it->second); in GetCloudDiskMetaFile()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js2173 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 DjsXNode.js567 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 DarkTheme.js675 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 Dclouddisk_notify_utils.cpp126 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 Dmedialibrary_bundle_manager.cpp77 cacheList_.splice(cacheList_.begin(), cacheList_, iter->second); in GetClientBundleName()
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_bundle_manager.cpp71 cacheList_.splice(cacheList_.begin(), cacheList_, iter->second); in GetClientBundleName()
/foundation/multimedia/media_library/frameworks/utils/src/
H A Dpermission_utils.cpp92 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 Dimage_cache.cpp159 dataCacheList_.splice(dataCacheList_.begin(), dataCacheList_, iter->second); in CacheImageData()
203 dataCacheList_.splice(dataCacheList_.begin(), dataCacheList_, iter->second); in GetCacheImageData()
H A Dimage_file_cache.cpp175 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 Dmedia_cached_buffer.cpp284 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 Dbackground_task_executor.cpp175 threads_.splice(threads_.end(), newThreads); in StartNewThreads()
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/
H A Dmain.js117 runOverPIDs.splice(j, 1);
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js625 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 Dlayout_wrapper_node.cpp84 cachedList_.splice(insertIter, buildItems); in Build()
/foundation/arkui/ace_engine/test/component_test/tools/middle_ground/public/
H A Dindex.js198 checkboxLst.splice(index, 1);
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js202 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 Dgridobjectsortcomponent.js931 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 Drich_editor_layout_algorithm.cpp37 newGroup.splice(newGroup.begin(), spans, spans.begin(), std::next(it)); in RichEditorLayoutAlgorithm()
/foundation/multimedia/av_session/services/session/server/migrate/
H A Dmigrate_avsession_server.cpp295 controllers.splice(controllers.begin(), controllers, iter); in SortControllers()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp62 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 Dchipgroup.js814 this.selectedIndexes.splice(
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_algorithm.cpp89 newGroup.splice(newGroup.begin(), spans, spans.begin(), std::next(it)); in ConstructParagraphSpanGroup()

Completed in 33 milliseconds

12