Home
last modified time | relevance | path

Searched refs:RemovePendingRequestByAddrType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_builder.h183 void RemovePendingRequestByAddrType(const bool *addrType, uint32_t typeLen);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_process.c654 RemovePendingRequestByAddrType(addrType, CONNECTION_ADDR_MAX); in ProcessLeaveByAddrType()
H A Dlnn_net_builder.c349 void RemovePendingRequestByAddrType(const bool *addrType, uint32_t typeLen) in RemovePendingRequestByAddrType() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_mock_test.cpp1862 RemovePendingRequestByAddrType(nullptr, CONNECTION_ADDR_MAX);
1863 RemovePendingRequestByAddrType(addr, CONNECTION_ADDR_MAX - 1);