Home
last modified time | relevance | path

Searched refs:onFunction (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_service.cpp409 void EthernetService::NotifyMonitorIfaceCallbackAsync(OnFunctionT onFunction) in NotifyMonitorIfaceCallbackAsync() argument
415 ffrt::task_handle NotifyMonitorIfaceTask_ = ethernetServiceFfrtQueue_->submit_h([this, &onFunction]() { in NotifyMonitorIfaceCallbackAsync()
416 std::for_each(monitorIfaceCallbacks_.begin(), monitorIfaceCallbacks_.end(), onFunction); in NotifyMonitorIfaceCallbackAsync()
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_service.h98 void NotifyMonitorIfaceCallbackAsync(OnFunctionT onFunction);

Completed in 2 milliseconds