Home
last modified time | relevance | path

Searched refs:LnnNotifyAllTypeOffline (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_network_manager_virtual.c36 void LnnNotifyAllTypeOffline(ConnectionAddrType type) in LnnNotifyAllTypeOffline() function
H A Dlnn_physical_subnet_manager.c169 void LnnNotifyAllTypeOffline(ConnectionAddrType type) in LnnNotifyAllTypeOffline() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/include/
H A Dlnn_physical_subnet_manager.h62 void LnnNotifyAllTypeOffline(ConnectionAddrType type);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_deps_mock.cpp272 void LnnNotifyAllTypeOffline(ConnectionAddrType type) in LnnNotifyAllTypeOffline() function
274 return GetNetBuilderDepsInterface()->LnnNotifyAllTypeOffline(type); in LnnNotifyAllTypeOffline()
H A Dlnn_net_builder_mock_test.cpp205 EXPECT_CALL(NetBuilderMock, LnnNotifyAllTypeOffline(_)).WillRepeatedly(Return());
376 EXPECT_CALL(NetBuilderMock, LnnNotifyAllTypeOffline(_)).WillRepeatedly(Return());
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_builder_deps_mock.h109 virtual void LnnNotifyAllTypeOffline(ConnectionAddrType type);
247 MOCK_METHOD1(LnnNotifyAllTypeOffline, void (ConnectionAddrType));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_init.c322 (void)LnnNotifyAllTypeOffline(addr1->type); in TryNotifyAllTypeOffline()
H A Dlnn_net_builder_process.c652 (void)LnnNotifyAllTypeOffline(CONNECTION_ADDR_MAX); in ProcessLeaveByAddrType()