Home
last modified time | relevance | path

Searched refs:tunnel_ (Results 1 - 4 of 4) sorted by relevance

/base/msdp/device_status/intention/frameworks/client/src/
H A Dintention_manager.cpp38 tunnel_ = std::make_shared<TunnelClient>(); in IntentionManager()
54 client_ = std::make_unique<SocketClient>(tunnel_); in InitClient()
116 return stationary_.SubscribeCallback(*tunnel_, type, event, latency, callback); in SubscribeCallback()
121 return stationary_.UnsubscribeCallback(*tunnel_, type, event, callback); in UnsubscribeCallback()
126 return stationary_.GetDeviceStatusData(*tunnel_, type); in GetDeviceStatusData()
135 return cooperate_.RegisterListener(*tunnel_, listener, isCompatible); in RegisterCoordinationListener()
149 return cooperate_.UnregisterListener(*tunnel_, listener, isCompatible); in UnregisterCoordinationListener()
163 return cooperate_.Enable(*tunnel_, callback, isCompatible); in PrepareCoordination()
177 return cooperate_.Disable(*tunnel_, callback, isCompatible); in UnprepareCoordination()
192 return cooperate_.Start(*tunnel_, remoteNetworkI in ActivateCoordination()
[all...]
/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_client.cpp36 : tunnel_(tunnel) in SocketClient()
88 std::shared_ptr<ITunnelClient> tunnel = tunnel_.lock(); in Socket()
/base/msdp/device_status/intention/ipc/socket/include/
H A Dsocket_client.h52 std::weak_ptr<ITunnelClient> tunnel_; member in OHOS::Msdp::DeviceStatus::final
/base/msdp/device_status/intention/frameworks/client/include/
H A Dintention_manager.h96 std::shared_ptr<TunnelClient> tunnel_ { nullptr };

Completed in 3 milliseconds