Home
last modified time | relevance | path

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

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