Searched refs:LnnNotifyAllTypeOffline (Results 1 – 8 of 8) sorted by relevance
36 void LnnNotifyAllTypeOffline(ConnectionAddrType type) in LnnNotifyAllTypeOffline() function
169 void LnnNotifyAllTypeOffline(ConnectionAddrType type) in LnnNotifyAllTypeOffline() function
62 void LnnNotifyAllTypeOffline(ConnectionAddrType type);
272 void LnnNotifyAllTypeOffline(ConnectionAddrType type) in LnnNotifyAllTypeOffline() function274 return GetNetBuilderDepsInterface()->LnnNotifyAllTypeOffline(type); in LnnNotifyAllTypeOffline()
205 EXPECT_CALL(NetBuilderMock, LnnNotifyAllTypeOffline(_)).WillRepeatedly(Return());376 EXPECT_CALL(NetBuilderMock, LnnNotifyAllTypeOffline(_)).WillRepeatedly(Return());
109 virtual void LnnNotifyAllTypeOffline(ConnectionAddrType type);247 MOCK_METHOD1(LnnNotifyAllTypeOffline, void (ConnectionAddrType));
322 (void)LnnNotifyAllTypeOffline(addr1->type); in TryNotifyAllTypeOffline()
652 (void)LnnNotifyAllTypeOffline(CONNECTION_ADDR_MAX); in ProcessLeaveByAddrType()