Home
last modified time | relevance | path

Searched refs:INetMonitorCallback (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Di_net_monitor_callback.h23 class INetMonitorCallback { class
25 virtual ~INetMonitorCallback() = default;
H A Dnet_monitor.h48 const std::weak_ptr<INetMonitorCallback> &callback);
110 std::weak_ptr<INetMonitorCallback> netMonitorCallback_;
H A Dnetwork.h35 class Network : public virtual RefBase, public INetMonitorCallback, public std::enable_shared_from_this<Network> {
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_monitor_test.cpp32 class TestMonitorCallback : public INetMonitorCallback {
48 static inline std::shared_ptr<INetMonitorCallback> callback_ = std::make_shared<TestMonitorCallback>();
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_monitor.cpp80 const std::weak_ptr<INetMonitorCallback> &callback) in NetMonitor()
H A Dnetwork.cpp579 std::weak_ptr<INetMonitorCallback> monitorCallback = shared_from_this(); in InitNetMonitor()

Completed in 4 milliseconds