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 D | rs_surface_buffer_callback_manager.h | 133 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 D | p2p.c | 213 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 D | pasteboard_linked_list_test.cpp | 169 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 D | pasteboard_deduplicate_memory.h | 93 memory_.RemoveIf([expirationTimestamp](const MemoryIdentity &identity) { in ClearExpiration()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/utils/native/include/ |
H A D | pasteboard_linked_list.h | 96 void RemoveIf(std::function<bool(const T&)> func) noexcept in RemoveIf() function
|
/ohos5.0/drivers/hdf_core/framework/include/wifi/ |
H A D | wifi_mac80211_ops.h | 924 int32_t (*RemoveIf)(NetDevice *netDev, WifiIfRemove *ifRemove); member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_surface_buffer_callback_manager.cpp | 306 auto partitionPoint = RSSurfaceBufferCallbackMgrUtil::RemoveIf( in RunSurfaceBufferSubCallbackForVulkan()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-external-des.md | 524 .RemoveIf = WalRemoveIf,
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-external-des.md | 524 .RemoveIf = WalRemoveIf,
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 2651 .RemoveIf = WalRemoveIf,
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 2663 .RemoveIf = WalRemoveIf,
|