Searched defs:ForEach (Results 1 – 12 of 12) sorted by relevance
28 declare class ForEach { class
27 declare class ForEach { class
17 class ForEach { class
82 void BluetoothObserverList<T>::ForEach(const std::function<void(std::shared_ptr<T>)> &observer) in ForEach() function
101 void BluetoothObserverMap<T>::ForEach(const std::function<void(uint8_t, T *)> &observer, int handle) in ForEach() function
79 void ForEach(std::function<void(const std::unique_ptr<T> &)> executor) in ForEach() function
78 void BaseObserverList<T>::ForEach(const std::function<void(T &)> &observer) in ForEach() function
142 void RemoteObserverList<T, Args...>::ForEach(const std::function<void(sptr<T>)> &observer) in ForEach() function
165 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach() function
190 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach() function
404 void Array::ForEach(IArray *array, /* [in] */ in ForEach() function in OHOS::AAFwk::Array