Home
last modified time | relevance | path

Searched defs:RemoveIf (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_buffer_callback_manager.h133 std::tuple<Iters...> RemoveIf(std::tuple<Iters...> begin, std::tuple<Iters...> end, in RemoveIf() function
171 std::tuple<Iters...> RemoveIf(std::tuple<Iters...> begin, in RemoveIf() function
/ohos5.0/foundation/distributeddatamgr/pasteboard/utils/native/include/
H A Dpasteboard_linked_list.h96 void RemoveIf(std::function<bool(const T&)> func) noexcept in RemoveIf() function
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/p2p/
H A Dp2p.c213 static int32_t RemoveIf(struct NetDevice *netdev, WifiIfRemove *ifRemove) in RemoveIf() function
/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dwifi_mac80211_ops.h924 int32_t (*RemoveIf)(NetDevice *netDev, WifiIfRemove *ifRemove); member