/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_swipe_view_unit_test.cpp | 108 swipeView_->Remove(view); in HWTEST_F() 139 swipeView_->Remove(preView); in HWTEST_F() 140 swipeView_->Remove(view); in HWTEST_F() 147 * @tc.desc: Verify Remove function, equal. 163 swipeView_->Remove(view); in HWTEST_F() 212 swipeView_->Remove(view); in HWTEST_F() 213 swipeView_->Remove(view2); in HWTEST_F() 292 swipeView_->Remove(view1); in HWTEST_F() 293 swipeView_->Remove(view2); in HWTEST_F() 294 swipeView_->Remove(view in HWTEST_F() [all...] |
H A D | ui_radio_button_unit_test.cpp | 132 view->Remove(radioBtn1); in HWTEST_F() 133 view->Remove(radioBtn2); in HWTEST_F() 134 view->Remove(radioBtn3); in HWTEST_F() 135 view->Remove(radioBtn4); in HWTEST_F() 136 view->Remove(radioBtn5); in HWTEST_F()
|
/foundation/arkui/ui_lite/test/uitest/test_picker/ |
H A D | ui_test_ui_picker.cpp | 43 container_->Remove(setLoopBtn_); in TearDown() 44 container_->Remove(setLoopOffBtn_); in TearDown() 45 container_->Remove(setSelectBtn_); in TearDown() 46 container_->Remove(setLeftToRightBtn_); in TearDown() 47 container_->Remove(setRightToLeftBtn_); in TearDown() 48 container_->Remove(setMarginBtn_); in TearDown() 49 container_->Remove(selectIndex_); in TearDown() 50 container_->Remove(selectTime_); in TearDown() 51 container_->Remove(picker1_); in TearDown() 52 container_->Remove(picker2 in TearDown() [all...] |
/foundation/arkui/ui_lite/frameworks/animator/ |
H A D | animator.cpp | 24 AnimatorManager::GetInstance()->Remove(this); in ~Animator() 41 AnimatorManager::GetInstance()->Remove(this); in Stop() 47 AnimatorManager::GetInstance()->Remove(this); in Pause()
|
H A D | animator_manager.cpp | 50 void AnimatorManager::Remove(const Animator* animator) in Remove() function in OHOS::AnimatorManager 74 pos = list_.Remove(pos); in AnimatorTask()
|
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/ |
H A D | event_queue.h | 68 * Remove events if its owner is invalid. 73 * Remove events with specified requirements. 77 void Remove(const std::shared_ptr<EventHandler> &owner); 80 * Remove events with specified requirements. 83 * @param innerEventId Remove events by event id. 85 void Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId); 88 * Remove events with specified requirements. 91 * @param innerEventId Remove events by event id. 92 * @param param Remove events by value of param. 94 void Remove(cons [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/common/test/ |
H A D | executor_pool_test.cpp | 93 executorPool_->Remove(taskId); in HWTEST_F() 118 executorPool_->Remove(id); in HWTEST_F() 122 * @tc.name: Remove 128 HWTEST_F(ExecutorPoolTest, Remove, TestSize.Level0) in HWTEST_F() 138 ASSERT_TRUE(executorPool_->Remove(temp)); in HWTEST_F() 162 executorPool_->Remove(temp); in HWTEST_F() 206 executors->Remove(taskId, false); in HWTEST_F()
|
/foundation/resourceschedule/ffrt/src/queue/ |
H A D | base_queue.h | 49 virtual void Remove();
50 virtual int Remove(const char* name);
51 virtual int Remove(const QueueTask* task);
|
H A D | base_queue.cpp | 47 void BaseQueue::Remove()
in Remove() function in ffrt::BaseQueue 57 int BaseQueue::Remove(const char* name)
in Remove() function in ffrt::BaseQueue 78 int BaseQueue::Remove(const QueueTask* task)
in Remove() function in ffrt::BaseQueue
|
H A D | eventhandler_adapter_queue.h | 66 int Remove(const QueueTask* task) override
68 return BaseQueue::Remove(task);
|
/foundation/arkui/ui_lite/frameworks/core/ |
H A D | task_manager.cpp | 46 void TaskManager::Remove(Task* task) in Remove() function in OHOS::TaskManager 54 list_.Remove(pos); in Remove()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/model/ |
H A D | container_data_model.h | 45 /** See IContainer::Remove */ 46 ContainerDataModel& Remove(size_t index) in Remove() function in ContainerDataModel 48 META_API_CACHED_INTERFACE(Container)->Remove(index); in Remove()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | insight_intent_execute_param.cpp | 132 insightIntentParam.Remove(AAFwk::Want::PARAM_RESV_CALLER_TOKEN); in UpdateInsightIntentCallerInfo() 136 insightIntentParam.Remove(AAFwk::Want::PARAM_RESV_CALLER_UID); in UpdateInsightIntentCallerInfo() 140 insightIntentParam.Remove(AAFwk::Want::PARAM_RESV_CALLER_PID); in UpdateInsightIntentCallerInfo() 144 insightIntentParam.Remove(AAFwk::Want::PARAM_RESV_CALLER_BUNDLE_NAME); in UpdateInsightIntentCallerInfo()
|
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/multiThread/ |
H A D | rdb_connection_rd_test.cpp | 138 executors_->Remove(taskId1, true);
in HWTEST_F() 139 executors_->Remove(taskId2, true);
in HWTEST_F() 174 executors_->Remove(taskId1, true);
in HWTEST_F() 175 executors_->Remove(taskId2, true);
in HWTEST_F()
|
/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | spannable_string.h | 139 *tempSpan = tempList.Remove(*tempSpan)->prev_; in EqualInsert() 141 *tempSpan = tempList.Remove(*tempSpan)->prev_; in EqualInsert() 153 *tempSpan = tempList.Remove(*tempSpan)->prev_; in EqualInsert() 181 *tempSpan = tempList.Remove(*tempSpan)->prev_; in UnequalInsert() 191 *tempSpan = tempList.Remove(*tempSpan)->prev_; in UnequalInsert()
|
/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | lru_bucket.h | 73 Remove(it->second); in Get() 96 Remove(it->second); in Set() 166 Remove(it->second); in Delete() 188 Remove(node); in PopBack() 197 void Remove(Node *node) in Remove() function in OHOS::LRUBucket
|
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
H A D | lru_bucket.h | 73 Remove(it->second); in Get() 96 Remove(it->second); in Set() 166 Remove(it->second); in Delete() 188 Remove(node); in PopBack() 197 void Remove(Node *node) in Remove() function in OHOS::LRUBucket
|
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | input_device_manager.cpp | 46 void InputDeviceManager::Remove(InputDevice* device) in Remove() function in OHOS::InputDeviceManager 54 deviceList_.Remove(node); in Remove()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | task_manager.cpp | 46 bool TaskManager::Remove(const TaskId &taskId, bool wait) in Remove() function in OHOS::DistributedData::TaskManager 48 return executors_->Remove(taskId, wait); in Remove()
|
/foundation/arkui/ui_lite/test/uitest/test_view_zindex/ |
H A D | ui_test_view_zindex.cpp | 52 const char* MODIFY_REMOVE = "Remove"; 177 zIndexViewGroup->Remove(zIndexView); in ClickModifyBtn() 180 zIndexViewGroup->Remove(zIndexView); in ClickModifyBtn() 183 zIndexViewGroup->Remove(zIndexView); in ClickModifyBtn() 186 zIndexViewGroup->Remove(zIndexView); in ClickModifyBtn() 193 zIndexViewGroup->Remove(zIndexView); in ClickModifyBtn() 195 zIndexViewGroup->Remove(zIndexView); in ClickModifyBtn()
|
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | event_queue.cpp | 139 // Remove all events which lost its owner. in RemoveOrphan() 142 Remove(filter); in RemoveOrphan() 144 // Remove all listeners which lost its owner. in RemoveOrphan() 159 void EventQueue::Remove(const std::shared_ptr<EventHandler> &owner) in Remove() function in OHOS::AppExecFwk::EventQueue 162 HILOGE("Remove: Invalid owner"); in Remove() 168 Remove(filter); in Remove() 171 void EventQueue::Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId) in Remove() function in OHOS::AppExecFwk::EventQueue 174 HILOGE("Remove: Invalid owner"); in Remove() 182 Remove(filter); in Remove() 185 void EventQueue::Remove(cons function in OHOS::AppExecFwk::EventQueue 200 void EventQueue::Remove(const std::shared_ptr<EventHandler> &owner, const std::string &name) Remove() function in OHOS::AppExecFwk::EventQueue 214 void EventQueue::Remove(const RemoveFilter &filter) Remove() function in OHOS::AppExecFwk::EventQueue [all...] |
/foundation/arkui/ui_lite/frameworks/dfx/ |
H A D | event_injector.cpp | 28 inputDeviceManager->Remove(pointEventInjector_); in ~EventInjector() 33 inputDeviceManager->Remove(keyEventInjector_); in ~EventInjector() 79 InputDeviceManager::GetInstance()->Remove(pointEventInjector_); in UnregisterEventInjector() 86 InputDeviceManager::GetInstance()->Remove(keyEventInjector_); in UnregisterEventInjector()
|
/foundation/arkui/ui_lite/test/framework/src/ |
H A D | test_case_list_adapter.cpp | 56 rootView_->Remove(testCaseLabel_); 57 rootView_->Remove(&view); 61 rootView_->Remove(tempView); 103 rootView_->Remove(mainMenu_);
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | object_container.h | 80 bool Remove(IContainer::SizeType index) override 82 return container_->Remove(index); 84 bool Remove(const IObject::Ptr& child) override 86 return container_->Remove(child);
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | attachment_container.cpp | 56 bool AttachmentContainer::Remove(IContainer::SizeType index) in Remove() function in AttachmentContainer 58 return Remove(GetAt(index)); in Remove() 61 bool AttachmentContainer::Remove(const IObject::Ptr& child) in Remove() function in AttachmentContainer 144 return ObjectContainerFwd::Remove(attachment); in Detach()
|