Searched refs:removeList (Results 1 – 6 of 6) sorted by relevance
224 std::vector<size_t> removeList; in PurgeMapWithPid() local236 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()
125 std::vector<uint32_t> removeList; in NotifyDeviceOffline() local126 RemoveTaskByDevice(device, removeList); in NotifyDeviceOffline()127 for (const auto &sessionId : removeList) { in NotifyDeviceOffline()160 std::vector<uint32_t> removeList; in NotifyConnectionClosed() local161 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() argument858 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 …]
134 void RemoveTaskByDevice(const std::string &device, std::vector<uint32_t> &removeList);136 void RemoveTaskByConnection(uint64_t connectionId, std::vector<uint32_t> &removeList);
434 std::vector<int64_t> removeList; in DeleteThemeForms() local436 removeList.emplace_back(element.first); in DeleteThemeForms()438 ThemeManager::ThemeManagerClient::GetInstance().DeleteForm(removeList); in DeleteThemeForms()
515 std::vector<int64_t> removeList; in DeleteThemeForm() local516 removeList.emplace_back(formId); in DeleteThemeForm()517 int ret = ThemeManager::ThemeManagerClient::GetInstance().DeleteForm(removeList); in DeleteThemeForm()
1668 std::vector<std::shared_ptr<NotificationRecord>> removeList; in RemoveAllNotificationsInner() local1701 removeList.push_back(record); in RemoveAllNotificationsInner()1707 for (auto record : removeList) { in RemoveAllNotificationsInner()1954 std::vector<std::shared_ptr<NotificationRecord>> removeList; in ExcuteCancelGroupCancel() local1962 removeList.push_back(record); in ExcuteCancelGroupCancel()1968 for (auto record : removeList) { in ExcuteCancelGroupCancel()2045 std::vector<std::shared_ptr<NotificationRecord>> removeList; in RemoveGroupByBundle() local2058 removeList.push_back(record); in RemoveGroupByBundle()2064 for (auto record : removeList) { in RemoveGroupByBundle()