/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/ |
H A D | process_communicator_impl.cpp | 119 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 D | softbus_handler.cpp | 98 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 D | softbus_handler_asset.cpp | 62 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 D | softbus_handler.h | 70 std::map<DFS_CHANNEL_ROLE, ISocketListener> sessionListener_; member in OHOS::Storage::DistributedFile::SoftBusHandler
|
H A D | softbus_handler_asset.h | 91 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 D | softbus_connection.h | 95 ISessionListener sessionListener_ = { OnConnectionSessionOpened, OnConnectionSessionClosed, member in OHOS::CastEngine::CastEngineService::SoftBusConnection
|
H A D | softbus_connection.cpp | 335 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 D | softbus_connection.h | 95 ISessionListener sessionListener_ = { OnConnectionSessionOpened, OnConnectionSessionClosed, member in OHOS::CastEngine::CastEngineService::SoftBusConnection
|
H A D | softbus_connection.cpp | 332 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 D | process_communicator_impl.h | 74 OnSendAble sessionListener_; member in OHOS::AppDistributedKv::ProcessCommunicatorImpl
|
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/include/ |
H A D | connection_manager.h | 145 std::shared_ptr<IConnectManagerSessionListener> sessionListener_; member in OHOS::CastEngine::CastEngineService::ConnectionManager
|
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/ |
H A D | connection_manager.cpp | 949 if (sessionListener_ == nullptr) { in NotifySessionEvent() 953 sessionListener_->NotifySessionEvent(deviceId, result); in NotifySessionEvent() 970 sessionListener_ = listener; in SetSessionListener()
|