Searched refs:onFunction (Results 1 – 2 of 2) sorted by relevance
406 void EthernetService::NotifyMonitorIfaceCallbackAsync(OnFunctionT onFunction) in NotifyMonitorIfaceCallbackAsync() argument412 …::task_handle NotifyMonitorIfaceTask_ = ethernetServiceFfrtQueue_->submit_h([this, &onFunction]() { in NotifyMonitorIfaceCallbackAsync()413 std::for_each(monitorIfaceCallbacks_.begin(), monitorIfaceCallbacks_.end(), onFunction); in NotifyMonitorIfaceCallbackAsync()
98 void NotifyMonitorIfaceCallbackAsync(OnFunctionT onFunction);