Home
last modified time | relevance | path

Searched refs:PushFront (Results 1 - 24 of 24) sorted by relevance

/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H A Dability_list.cpp47 abilityList_.PushFront(abilityRecord); in Add()
123 result.PushFront(record->token); in GetAbilityList()
216 reservedRecordList.PushFront(topRecord); in PopAllAbility()
225 reservedRecordList.PushFront(record); in PopAllAbility()
229 reservedRecordList.PushFront(record); in PopAllAbility()
241 abilityList_.PushFront(record); in PopAllAbility()
/foundation/arkui/ace_engine/test/unittest/core/common/asset/
H A Dasset_test.cpp213 * @tc.desc: Test PushFront/PushBack
221 assetManager->PushFront(nullptr); in HWTEST_F()
226 assetManager->PushFront(assetProvider); in HWTEST_F()
233 assetManager->PushFront(assetProvider); in HWTEST_F()
251 assetManager->PushFront(assetProvider); in HWTEST_F()
H A Dmock_asset.h48 MOCK_METHOD(void, PushFront, (RefPtr<AssetProvider> provider), (override));
/foundation/graphic/graphic_utils_lite/test/
H A Dlist_unit_test.cpp113 * @tc.desc: Verify PushFront function, equal.
124 list_->PushFront(FIRST_VALUE); in HWTEST_F()
126 list_->PushFront(SECOND_VALUE); in HWTEST_F()
/foundation/resourceschedule/ffrt/src/util/
H A DIntrusiveList.h69 void PushFront(T& node) noexcept
167 void PushFront(T& node) noexcept
H A Dlinked_list.h219 void PushFront(LinkedList& node) noexcept
224 void PushFront(LinkedList* node) noexcept
/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dasset_manager.h63 virtual void PushFront(RefPtr<AssetProvider> provider) = 0;
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dasset_manager_impl.h54 void PushFront(RefPtr<AssetProvider> provider) override;
H A Dasset_manager_impl.cpp32 void AssetManagerImpl::PushFront(RefPtr<AssetProvider> provider) in PushFront() function in OHOS::Ace::AssetManagerImpl
/foundation/arkui/ace_engine/test/unittest/core/common/rosen/
H A Dmock_rosen.h47 MOCK_METHOD(void, PushFront, (RefPtr<AssetProvider> provider), (override));
/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_thread_safe_queue.h54 void PushFront(std::unique_ptr<T> pt) in PushFront() function in OHOS::Storage::DistributedFile::DfsuThreadSafeQueue
H A Ddfsu_actor.h82 pendingCmds_.PushFront(std::move(cmd)); in Retry()
/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp204 sizeList_.PushFront(inputSpan); in SetFontSize()
263 fontIdList_.PushFront(inputSpan); in SetFontId()
321 heightList_.PushFront(inputSpan); in SetFontHeight()
390 backgroundColorList_.PushFront(inputSpan); in SetBackgroundColor()
453 foregroundColorList_.PushFront(inputSpan); in SetForegroundColor()
515 lineBackgroundColorList_.PushFront(inputSpan); in SetLineBackgroundColor()
/foundation/arkui/ace_engine/frameworks/core/common/rosen/
H A Drosen_asset_manager.h65 void PushFront(RefPtr<AssetProvider> provider) override
/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H A Dutils_list.h58 void PushFront(T value) in PushFront() function in OHOS::List
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_map.cpp71 bundleInfos_->PushFront(bundleInfo); in Add()
106 bundleInfos_->PushFront(bundleInfo); in Update()
H A Dbundle_util.cpp236 list->PushFront(Utils::Strdup(filePath)); in GetFileFolderSize()
863 list->PushFront(Utils::Strdup(path)); in RemoveDir()
978 list->PushFront(Utils::Strdup(filePath)); in CheckDirIsEmpty()
H A Dgt_bundle_manager_service.cpp855 bundleResList_->PushFront(const_cast<BundleRes *>(bundleRes)); in AddBundleResList()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dlist.h144 void PushFront(T data) in PushFront() function in OHOS::List
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_list.h482 void PushFront(UIView* view);
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_list.cpp452 PushFront(newView); in MoveChildStepVertical()
490 PushFront(newView); in MoveChildStepHorizontal()
581 void UIList::PushFront(UIView* view) in PushFront() function in OHOS::UIList
H A Droot_view.cpp254 renderedRects.PushFront(rect); in AddRenderedRects()
/foundation/arkui/ui_lite/test/autotest/src/
H A Dui_auto_test.cpp63 UITestGroup::GetTestCase().PushFront(node->data_); in EnterSubMenu()
/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp343 winList_.PushFront(window); in CreateWindow()

Completed in 20 milliseconds