Home
last modified time | relevance | path

Searched refs:netLost (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_callback.cpp212 if (netConnection->netLost.size() == 0) { in NetLost()
217 int32_t len = static_cast<int32_t>(netConnection->netLost.size()); in NetLost()
219 netConnection->netLost[i](id); in NetLost()
H A Dnet_connection_impl.cpp101 netConn_->netLost.push_back(CJLambda::Create(callback)); in OnNetLost()
/foundation/communication/netmanager_base/frameworks/cj/connection/include/
H A Dnet_connection_impl.h46 std::vector<std::function<void(int32_t)>> netLost; member in OHOS::NetManagerStandard::final

Completed in 2 milliseconds