Home
last modified time | relevance | path

Searched defs:Remove (Results 1 – 25 of 92) sorted by relevance

1234

/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dbase_queue.cpp64 void BaseQueue::Remove() in Remove() function in ffrt::BaseQueue
70 void BaseQueue::Remove(std::multimap<uint64_t, QueueTask*>& whenMap) in Remove() function in ffrt::BaseQueue
78 int BaseQueue::Remove(const char* name) in Remove() function in ffrt::BaseQueue
84 int BaseQueue::Remove(const char* name, std::multimap<uint64_t, QueueTask*>& whenMap) in Remove() function in ffrt::BaseQueue
104 int BaseQueue::Remove(const QueueTask* task) in Remove() function in ffrt::BaseQueue
110 int BaseQueue::Remove(const QueueTask* task, std::multimap<uint64_t, QueueTask*>& whenMap) in Remove() function in ffrt::BaseQueue
H A Deventhandler_adapter_queue.h66 int Remove(const QueueTask* task) override in Remove() function
H A Deventhandler_interactive_queue.h45 int Remove(const QueueTask* task) override in Remove() function
/ohos5.0/base/time/time_service/services/timer/src/
H A Dbatch.cpp77 bool Batch::Remove(const TimerInfo &alarm) in Remove() function in OHOS::MiscServices::Batch
82 bool Batch::Remove(std::function<bool (const TimerInfo &)> predicate) in Remove() function in OHOS::MiscServices::Batch
/ohos5.0/foundation/arkui/ui_lite/frameworks/animator/
H A Danimator_manager.cpp50 void AnimatorManager::Remove(const Animator* animator) in Remove() function in OHOS::AnimatorManager
/ohos5.0/foundation/arkui/ui_lite/frameworks/core/
H A Dtask_manager.cpp46 void TaskManager::Remove(Task* task) in Remove() function in OHOS::TaskManager
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dinput_device_manager.cpp46 void InputDeviceManager::Remove(InputDevice* device) in Remove() function in OHOS::InputDeviceManager
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_slice_stack.cpp40 void AbilitySliceStack::Remove(AbilitySlice *slice) in Remove() function in OHOS::AbilitySliceStack
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/render_thread/queue/
H A Drender_fifo_queue.h82 void Remove(const std::function<bool(T &)> &checkFunc) override in Remove() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dobject_mgr.cpp94 bool FontCollectionMgr::Remove(void* key) in Remove() function in OHOS::Rosen::Drawing::FontCollectionMgr
129 bool TypefaceMgr::Remove(void* key) in Remove() function in OHOS::Rosen::Drawing::TypefaceMgr
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_doc_lru_cache.cpp58 bool SysEventDocLruCache::Remove(const LruCacheKey& key) in Remove() function in OHOS::HiviewDFX::EventStore::SysEventDocLruCache
/ohos5.0/base/request/request/services/src/task/
H A Dnotify.rs28 Remove, enumerator
/ohos5.0/base/inputmethod/imf/services/adapter/wms_connection_monitor/src/
H A Dwms_connection_observer.cpp47 void WmsConnectionObserver::Remove(int32_t userId) in Remove() function in OHOS::MiscServices::WmsConnectionObserver
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_queue.cpp159 void EventQueue::Remove(const std::shared_ptr<EventHandler> &owner) in Remove() function in OHOS::AppExecFwk::EventQueue
171 void EventQueue::Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId) in Remove() function in OHOS::AppExecFwk::EventQueue
185 void EventQueue::Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId, int64_t … in Remove() function in OHOS::AppExecFwk::EventQueue
200 void EventQueue::Remove(const std::shared_ptr<EventHandler> &owner, const std::string &name) in Remove() function in OHOS::AppExecFwk::EventQueue
214 void EventQueue::Remove(const RemoveFilter &filter) in Remove() function in OHOS::AppExecFwk::EventQueue
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dtask_executor.cpp52 bool TaskExecutor::Remove(TaskExecutor::TaskId taskId, bool wait) in Remove() function in OHOS::TaskExecutor
H A Dtask_executor_adapter.cpp43 bool TaskExecutorAdapter::Remove(const TaskExecutorAdapter::TaskId &taskId, bool wait) in Remove() function in OHOS::DistributedKv::TaskExecutorAdapter
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_map_safe.h46 bool Remove(const std::string &key) in Remove() function
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dmeta.h549 void Remove(const TagType& tag) in Remove() function
557 void Remove(TagTypeCharSeq tag) in Remove() function
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_base.cpp178 void EventQueueBase::Remove(const std::shared_ptr<EventHandler> &owner) in Remove() function in OHOS::AppExecFwk::EventQueueBase
191 void EventQueueBase::Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId) in Remove() function in OHOS::AppExecFwk::EventQueueBase
205 void EventQueueBase::Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId, int6… in Remove() function in OHOS::AppExecFwk::EventQueueBase
221 bool EventQueueBase::Remove(const std::shared_ptr<EventHandler> &owner, const std::string &name) in Remove() function in OHOS::AppExecFwk::EventQueueBase
245 void EventQueueBase::Remove(const RemoveFilter &filter) in Remove() function in OHOS::AppExecFwk::EventQueueBase
H A Devent_queue_ffrt.cpp141 void EventQueueFFRT::Remove(const std::shared_ptr<EventHandler> &owner) in Remove() function in OHOS::AppExecFwk::EventQueueFFRT
165 void EventQueueFFRT::Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId) in Remove() function in OHOS::AppExecFwk::EventQueueFFRT
189 void EventQueueFFRT::Remove(const std::shared_ptr<EventHandler> &owner, uint32_t innerEventId, int6… in Remove() function in OHOS::AppExecFwk::EventQueueFFRT
214 bool EventQueueFFRT::Remove(const std::shared_ptr<EventHandler> &owner, const std::string &name) in Remove() function in OHOS::AppExecFwk::EventQueueFFRT
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dobserver_handler.cpp57 void ObserverHandler::Remove(int32_t what, const std::shared_ptr<AppExecFwk::EventHandler> handler) in Remove() function in OHOS::Telephony::ObserverHandler
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dattachment_container.cpp56 bool AttachmentContainer::Remove(IContainer::SizeType index) in Remove() function in AttachmentContainer
61 bool AttachmentContainer::Remove(const IObject::Ptr& child) in Remove() function in AttachmentContainer
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Dsequential_task_queue.cpp91 void SequentialTaskQueue::Remove(uint64_t taskIdentifier) in Remove() function in SequentialTaskQueue
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dtask_manager.cpp46 bool TaskManager::Remove(const TaskId &taskId, bool wait) in Remove() function in OHOS::DistributedData::TaskManager
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer_scope.cpp119 void ContainerScope::Remove(int32_t id) in Remove() function in OHOS::Ace::ContainerScope

1234