Home
last modified time | relevance | path

Searched refs:RemoveIf (Results 1 – 11 of 11) 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
174 return Detail::RemoveIf(begin, end, unaryPred, std::make_index_sequence<sizeof...(Iters)>()); in RemoveIf()
/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
221 RETURN_IF_CHIPOPS_NOT_IMPLEMENT(chipDriver->p2pOps, RemoveIf); in RemoveIf()
222 return chipDriver->p2pOps->RemoveIf(netdev, ifRemove); in RemoveIf()
253 ret = RemoveIf(netdev, ifRemove); in WifiCmdRemoveIf()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Dpasteboard_linked_list_test.cpp169 lst.RemoveIf([](int32_t value) { in __anon5926d87b0802()
177 lst.RemoveIf([](int32_t value) { in __anon5926d87b0902()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dpasteboard_deduplicate_memory.h93 memory_.RemoveIf([expirationTimestamp](const MemoryIdentity &identity) { in ClearExpiration()
/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/include/wifi/
H A Dwifi_mac80211_ops.h924 int32_t (*RemoveIf)(NetDevice *netDev, WifiIfRemove *ifRemove); member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_buffer_callback_manager.cpp306 auto partitionPoint = RSSurfaceBufferCallbackMgrUtil::RemoveIf( in RunSurfaceBufferSubCallbackForVulkan()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-external-des.md524 .RemoveIf = WalRemoveIf,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-external-des.md524 .RemoveIf = WalRemoveIf,
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-dayu200-on_standard-demo.md2651 .RemoveIf = WalRemoveIf,
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-dayu200-on_standard-demo.md2663 .RemoveIf = WalRemoveIf,