Home
last modified time | relevance | path

Searched refs:sessionListener_ (Results 1 - 12 of 12) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dprocess_communicator_impl.cpp119 sessionListener_ = sendAbleCallback; in RegOnSendAble()
227 if (sessionListener_ == nullptr) { in OnSessionReady()
232 sessionListener_(devInfos); in OnSessionReady()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler.cpp98 sessionListener_[DFS_CHANNLE_ROLE_SOURCE] = fileSendListener; in SoftBusHandler()
107 sessionListener_[DFS_CHANNLE_ROLE_SINK] = fileReceiveListener; in SoftBusHandler()
147 int32_t ret = Listen(socketId, qos, sizeof(qos) / sizeof(qos[0]), &sessionListener_[role]); in CreateSessionServer()
178 int32_t ret = Bind(socketId, qos, sizeof(qos) / sizeof(qos[0]), &sessionListener_[DFS_CHANNLE_ROLE_SOURCE]); in OpenSession()
H A Dsoftbus_handler_asset.cpp62 sessionListener_[DFS_ASSET_ROLE_SEND] = fileSendListener; in SoftBusHandlerAsset()
71 sessionListener_[DFS_ASSET_ROLE_RECV] = fileReceiveListener; in SoftBusHandlerAsset()
109 int32_t ret = Listen(socketId, qos, sizeof(qos) / sizeof(qos[0]), &sessionListener_[DFS_ASSET_ROLE_RECV]); in CreateAssetLocalSessionServer()
172 int32_t ret = Bind(socketId, qos, sizeof(qos) / sizeof(qos[0]), &sessionListener_[DFS_ASSET_ROLE_SEND]); in AssetBind()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_handler.h70 std::map<DFS_CHANNEL_ROLE, ISocketListener> sessionListener_; member in OHOS::Storage::DistributedFile::SoftBusHandler
H A Dsoftbus_handler_asset.h91 std::map<DFS_ASSET_ROLE, ISocketListener> sessionListener_; member in OHOS::Storage::DistributedFile::SoftBusHandlerAsset
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H A Dsoftbus_connection.h95 ISessionListener sessionListener_ = { OnConnectionSessionOpened, OnConnectionSessionClosed, member in OHOS::CastEngine::CastEngineService::SoftBusConnection
H A Dsoftbus_connection.cpp335 int ret = SoftBusWrapper::StartSoftBusService(PACKAGE_NAME, mySessionName, &sessionListener_); in StartListen()
353 int ret = SoftBusWrapper::StartSoftBusService(PACKAGE_NAME, mySessionName, &sessionListener_); in SetupSession()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/
H A Dsoftbus_connection.h95 ISessionListener sessionListener_ = { OnConnectionSessionOpened, OnConnectionSessionClosed, member in OHOS::CastEngine::CastEngineService::SoftBusConnection
H A Dsoftbus_connection.cpp332 int ret = SoftBusWrapper::StartSoftBusService(PACKAGE_NAME, mySessionName, &sessionListener_); in StartListen()
350 int ret = SoftBusWrapper::StartSoftBusService(PACKAGE_NAME, mySessionName, &sessionListener_); in SetupSession()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Dprocess_communicator_impl.h74 OnSendAble sessionListener_; member in OHOS::AppDistributedKv::ProcessCommunicatorImpl
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/include/
H A Dconnection_manager.h145 std::shared_ptr<IConnectManagerSessionListener> sessionListener_; member in OHOS::CastEngine::CastEngineService::ConnectionManager
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/
H A Dconnection_manager.cpp949 if (sessionListener_ == nullptr) { in NotifySessionEvent()
953 sessionListener_->NotifySessionEvent(deviceId, result); in NotifySessionEvent()
970 sessionListener_ = listener; in SetSessionListener()

Completed in 9 milliseconds