Home
last modified time | relevance | path

Searched refs:removeList (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_typeface_cache.cpp224 std::vector<size_t> removeList; in PurgeMapWithPid() local
236 removeList.push_back(ref.first); in PurgeMapWithPid()
242 while (removeList.size()) { in PurgeMapWithPid()
243 map.erase(removeList.back()); in PurgeMapWithPid()
244 removeList.pop_back(); in PurgeMapWithPid()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor.cpp125 std::vector<uint32_t> removeList; in NotifyDeviceOffline() local
126 RemoveTaskByDevice(device, removeList); in NotifyDeviceOffline()
127 for (const auto &sessionId : removeList) { in NotifyDeviceOffline()
160 std::vector<uint32_t> removeList; in NotifyConnectionClosed() local
161 RemoveTaskByConnection(connectionId, removeList); in NotifyConnectionClosed()
162 for (const auto &sessionId : removeList) { in NotifyConnectionClosed()
853 …id RemoteExecutor::RemoveTaskByDevice(const std::string &device, std::vector<uint32_t> &removeList) in RemoveTaskByDevice() argument
858 removeList.push_back(sessionId); in RemoveTaskByDevice()
863 removeList.push_back(sessionId); in RemoveTaskByDevice()
899 …id RemoteExecutor::RemoveTaskByConnection(uint64_t connectionId, std::vector<uint32_t> &removeList) in RemoveTaskByConnection() argument
[all …]
H A Dremote_executor.h134 void RemoveTaskByDevice(const std::string &device, std::vector<uint32_t> &removeList);
136 void RemoveTaskByConnection(uint64_t connectionId, std::vector<uint32_t> &removeList);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_db_cache.cpp434 std::vector<int64_t> removeList; in DeleteThemeForms() local
436 removeList.emplace_back(element.first); in DeleteThemeForms()
438 ThemeManager::ThemeManagerClient::GetInstance().DeleteForm(removeList); in DeleteThemeForms()
H A Dform_mgr_adapter.cpp515 std::vector<int64_t> removeList; in DeleteThemeForm() local
516 removeList.emplace_back(formId); in DeleteThemeForm()
517 int ret = ThemeManager::ThemeManagerClient::GetInstance().DeleteForm(removeList); in DeleteThemeForm()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp1668 std::vector<std::shared_ptr<NotificationRecord>> removeList; in RemoveAllNotificationsInner() local
1701 removeList.push_back(record); in RemoveAllNotificationsInner()
1707 for (auto record : removeList) { in RemoveAllNotificationsInner()
1954 std::vector<std::shared_ptr<NotificationRecord>> removeList; in ExcuteCancelGroupCancel() local
1962 removeList.push_back(record); in ExcuteCancelGroupCancel()
1968 for (auto record : removeList) { in ExcuteCancelGroupCancel()
2045 std::vector<std::shared_ptr<NotificationRecord>> removeList; in RemoveGroupByBundle() local
2058 removeList.push_back(record); in RemoveGroupByBundle()
2064 for (auto record : removeList) { in RemoveGroupByBundle()