Home
last modified time | relevance | path

Searched refs:EraseIf (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_manager.cpp87 EraseIf(animations_, [id, this](const auto& pair) { in CancelAnimationByPropertyId()
99 bool isErased = EraseIf(animations_, [animationId, this](const auto& pair) { in AttemptCancelAnimationByAnimationId()
117 EraseIf(animations_, [pid, this](const auto& pair) -> bool { in FilterAnimationByPid()
155 EraseIf(animations_, [this, &hasRunningAnimation, time, in Animate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node_map.cpp259 EraseIf(surfaceNodeMap_, [pid, useBatchRemoving, this](const auto& pair) -> bool { in FilterNodeByPid()
273 EraseIf(residentSurfaceNodeMap_, [pid](const auto& pair) -> bool { in FilterNodeByPid()
277 EraseIf(canvasDrawingNodeMap_, [pid](const auto& pair) -> bool { in FilterNodeByPid()
281 EraseIf(displayNodeMap_, [pid](const auto& pair) -> bool { in FilterNodeByPid()
H A Drs_render_frame_rate_linker_map.cpp48 EraseIf(frameRateLinkerMap_, [pid](const auto& pair) -> bool { in FilterFrameRateLinkerByPid()
H A Drs_surface_buffer_callback_manager.cpp89 EraseIf(surfaceBufferCallbacks_, [pid](auto& pair) { in UnregisterSurfaceBufferCallback()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Dstore_cache.cpp74 stores_.EraseIf([&current](auto &key, std::shared_ptr<Store> &storePtr) { in GarbageCollect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp317 EraseIf(subMap, [](const auto& pair) -> bool { in FilterForPlayback()
330 EraseIf( in FilterForPlayback()
333 EraseIf(map.residentSurfaceNodeMap_, in FilterForPlayback()
336 EraseIf( in FilterForPlayback()
827 EraseIf(manager.animations_, [](const auto& pair) -> bool { in FilterAnimationForPlayback()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dconcurrent_map.h170 size_type EraseIf(const key_type &key, in EraseIf() function
204 …size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noex… in EraseIf() function
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/permission/
H A Duri_permission_manager.cpp79 uriTimeout_.EraseIf([&](const auto &key, const Time &time) { in RevokeUriPermission()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dauto_sync_timer_mock.cpp72 stores_.EraseIf([&stores, &count](const std::string &key, std::vector<StoreId> &value) { in GetStoreIds()
H A Dauto_sync_timer.cpp74 stores_.EraseIf([&stores, &count](const std::string &key, std::vector<StoreId> &value) { in GetStoreIds()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp183 …stores_.EraseIf([&users, isScreenLocked](const auto &tokenId, std::map<std::string, Delegate> &del… in CloseExcept()
217 …stores_.EraseIf([&current, isForce, isScreenLocked](auto &key, std::map<std::string, Delegate> &de… in GarbageCollect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp356 EraseIf(animateJankFrames_, [setTimeSteady](const auto& pair) -> bool { in SetReportEventResponse()
359 EraseIf(traceIdRemainder_, [setTimeSteady](const auto& pair) -> bool { in SetReportEventResponse()
829 EraseIf(animationAsyncTraces_, [this](const auto& pair) -> bool { in CheckAnimationTraceTimeout()
848 EraseIf(animationAsyncTraces_, [](const auto& pair) -> bool { in ClearAllAnimation()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/dfx/
H A Dhiview_adapter.cpp127 callers_.EraseIf([&callerTotalInfos](const uint64_t key, CallerTotalInfo &callerTotalInfo) { in GetCallerTotalInfoVec()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_manager.cpp94 EraseIf(animations_, [this, &hasRunningAnimation, time, vsyncPeriod](auto& iter) -> bool { in Animate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_point_light_manager.cpp96 EraseIf(map, [this, isLightSourceDirty, &dirtyList](const auto& pair) -> bool { in PrepareLight()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Ddb_delegate.cpp62 stores_.EraseIf([](auto &, std::map<std::string, std::shared_ptr<Entity>> &stores) { in GarbageCollect()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_impl.cpp442 valuesCache_.EraseIf(key, [this](auto &key, PreferencesValue &val) { in Delete()
452 valuesCache_.EraseIf([this](auto &key, PreferencesValue &val) { in Clear()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_adapter_standard.cpp283 connects_.EraseIf([](const auto &key, const auto &conn) -> bool { in GetCloseSessionTask()
359 …connects_.EraseIf([socket, isForce, &name, &closedConnect](const auto &deviceId, auto &connects) -… in DelConnect()
/ohos5.0/base/theme/wallpaper_mgr/utils/include/
H A Dconcurrent_map.h133 …size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noex… in EraseIf() function
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/
H A Dconcurrent_map.h136 …size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noex… in EraseIf() function
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
H A Dpublished_data_subscriber_manager.cpp70 …publishedDataCache_.EraseIf([&callerTokenId, &callerPid](const auto &key, std::vector<ObserverNode… in Delete()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_common_def.h424 inline typename Container::size_type EraseIf(Container& container, Predicate pred) in EraseIf() function
/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/include/
H A Dconcurrent_map.h161 …size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noex… in EraseIf() function
/ohos5.0/base/inputmethod/imf/frameworks/common/
H A Dconcurrent_map.h161 …size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noex… in EraseIf() function
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dconcurrent_map.h161 …size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noex… in EraseIf() function

12