Home
last modified time | relevance | path

Searched refs:erase (Results 826 - 850 of 3982) sorted by relevance

1...<<31323334353637383940>>...160

/foundation/multimodalinput/input/service/subscriber/src/
H A Dswitch_subscriber_handler.cpp102 subscribers_.erase(it); in UnsubscribeSwitchEvent()
161 subscribers_.erase(it++); in OnSessionDelete()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_package_stats.cpp131 abilities_.erase(abilityId); in UpdateAbility()
166 longTimeTasks_.erase(longTimeTaskName); in UpdateLongTimeTask()
/foundation/resourceschedule/ffrt/src/sync/
H A Ddelayed_worker.cpp157 map.erase(cur); in HandleWork()
212 map.erase(it); in remove()
/foundation/resourceschedule/device_standby/services/notification/src/
H A Dstandby_state_subscriber.cpp92 subscriberList_.erase(subscriberIter); in RemoveSubscriber()
209 subscriberList_.erase(subscriberIter); in HandleSubscriberDeath()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dnotifier_mgr.cpp120 notifierMap_.erase(pid); in UnRegisterNotifier()
201 notifierMap_.erase(notifiers.first); in RemoveNotifierLock()
/foundation/window/window_manager/utils/include/
H A Dclient_agent_container.h134 agentPidMap_.erase(agentPidIt); in UnregisterAgentLocked()
137 agents.erase(iter); in UnregisterAgentLocked()
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_firewall.cpp85 deviceIdleAllowedList_.erase(uid); in UpdateFirewallPolicyList()
93 powerSaveAllowedList_.erase(uid); in UpdateFirewallPolicyList()
/foundation/communication/netmanager_base/services/netstatsmanager/include/
H A Dnet_stats_cached.h165 uidStatsInfo_.erase(std::remove_if(uidStatsInfo_.begin(), uidStatsInfo_.end(), in ResetUidStats()
183 uidSimStatsInfo_.erase(std::remove_if(uidSimStatsInfo_.begin(), uidSimStatsInfo_.end(), in ResetUidSimStats()
/foundation/communication/dsoftbus/core/frame/standard/client_manager/src/
H A Dsoftbus_client_info_manager.cpp73 innerObjectMap_.erase(pkgName); in SoftbusRemoveServiceInner()
93 (void)clientObjectMap_.erase(iter); in SoftbusRemoveService()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dmock_wpa_ctrl.cpp38 gSupportedCmd.erase(cmd); in MockEraseSupportedCmd()
178 gPipeFd.erase(iter); in wpa_ctrl_close()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Ddevice_convertor.cpp79 key.erase(key.begin(), key.begin() + length); in ToKey()
80 key.erase(key.end() - sizeof(uint32_t), key.end()); in ToKey()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Ddevice_convertor.cpp76 key.erase(key.begin(), key.begin() + length); in ToKey()
77 key.erase(key.end() - sizeof(uint32_t), key.end()); in ToKey()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_database_upgrader.cpp136 trackerTables.erase(table.first); in UpgradeTrigger()
172 trackerTables.erase(table.first); in UpgradeLogTable()
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H A Ddaudio_hdi_handler.cpp155 iter->second.erase(dhId); in UnRegisterAudioDevice()
157 mapAudioMgrDhIds_.erase(devId); in UnRegisterAudioDevice()
/foundation/distributedhardware/distributed_input/dfx_utils/src/
H A Dhidumper.cpp124 iter = nodeInfos_.erase(iter); in DeleteNodeInfo()
169 sessionInfos_.erase(iter); in DeleteSessionInfo()
/foundation/distributedhardware/distributed_input/interfaces/inner_kits/test/unittest/mock/
H A Dmock_distributed_input_client.cpp45 DistributedInputClient::GetInstance().dHardWareFwkRstInfos_.erase(iter); in OnResult()
58 DistributedInputClient::GetInstance().dHardWareFwkUnRstInfos_.erase(iter); in OnResult()
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ipc/
H A Ddhfwk_sa_manager.cpp195 publisherListenersCache_[topic].erase(listener); in RemovePublisherListenerFromCache()
208 avTransControlCenterCbCache_.erase(engineId); in RemoveAVTransControlCenterCbFromCache()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_asset_recv_listener_test.cpp88 SoftBusHandlerAsset::GetInstance().clientInfoMap_.erase(socket); in HWTEST_F()
119 SoftBusHandlerAsset::GetInstance().clientInfoMap_.erase(socket); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_service.cpp228 clientSockets_.erase(clientIt); in CleanupClientSocket()
237 acceptSockets_.erase(acceptIt); in CleanupClientSocket()
/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_monitor_service.cpp200 eventDataStr.erase(remove(eventDataStr.begin(), eventDataStr.end(), '\n'), eventDataStr.end()); in SendSmartNotificationEvent()
201 eventDataStr.erase(remove(eventDataStr.begin(), eventDataStr.end(), '\t'), eventDataStr.end()); in SendSmartNotificationEvent()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_group_mgr.cpp168 backupWindowModes_.erase(windowId); in OnWindowDestroyed()
176 backupDividerWindowRect_.erase(defaultDisplayId); in OnDisplayStateChange()
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_manager.cpp81 windowToControllerMap_.erase(windowId); in RemovePipControllerInfo()
138 autoStartControllerMap_.erase(handleId); in DetachAutoStartController()
/third_party/gn/src/base/files/
H A Dfile_util.cc102 line1.erase(end1 + 1); in TextContentsEqual()
108 line2.erase(end2 + 1); in TextContentsEqual()
/third_party/node/deps/v8/src/inspector/
H A Dinspected-context.cc117 m_reportedSessionIds.erase(sessionId); in setReported()
134 m_injectedScripts.erase(sessionId); in discardInjectedScript()
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
H A Dmru_cache.h161 index_.erase(pos->first); in Erase()
162 return ordering_.erase(pos); in Erase()

Completed in 16 milliseconds

1...<<31323334353637383940>>...160