/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/ |
H A D | softbus_file_send_listener_test.cpp | 37 const string SESSION_NAME = "mySessionName"; variable 60 SoftBusHandler::clientSessNameMap_.insert(std::make_pair(SOCKET_ID, SESSION_NAME)); in SetUp() 87 SoftBusSessionPool::GetInstance().AddSessionInfo(SESSION_NAME, sessionInfo1); 92 bool flag = SoftBusSessionPool::GetInstance().GetSessionInfo(SESSION_NAME, sessionInfo); 97 flag = SoftBusSessionPool::GetInstance().GetSessionInfo(SESSION_NAME, sessionInfo); 117 SoftBusHandler::GetInstance().serverIdMap_.insert(std::make_pair(SESSION_NAME, SOCKET_ID)); 121 auto it = SoftBusHandler::GetInstance().serverIdMap_.find(SESSION_NAME); 144 SoftBusHandler::GetInstance().serverIdMap_.insert(std::make_pair(SESSION_NAME, SOCKET_ID)); 147 auto it = SoftBusHandler::GetInstance().serverIdMap_.find(SESSION_NAME);
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/ |
H A D | session_manager.cpp | 30 const string SESSION_NAME = "DistributedFileService_edge2edge_Session"; variable 44 …auto ret = SoftbusAdapter::GetInstance().CreateSessionServer(SERVICE_NAME.c_str(), SESSION_NAME.c_… in CreateServer() 49 SoftbusAdapter::GetInstance().RegisterSessionListener(SESSION_NAME.c_str(), shared_from_this()); in CreateServer() 64 …auto ret = SoftbusAdapter::GetInstance().RemoveSessionServer(SERVICE_NAME.c_str(), SESSION_NAME.c_… in RemoveServer() 70 SoftbusAdapter::GetInstance().UnRegisterSessionListener(SESSION_NAME.c_str()); in RemoveServer() 113 auto sendSession = make_shared<SoftbusSession>(peerDeviceId, SESSION_NAME.c_str(), type); in CreateSession()
|
/ohos5.0/docs/zh-cn/application-dev/media/avsession/ |
H A D | avsession-access-scene.md | 46 let session = await AVSessionManager.createAVSession(context,'SESSION_NAME', type); 74 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', 'audio'); 102 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 138 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 170 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', 'audio'); 200 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 309 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 332 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 370 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 406 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); [all …]
|
H A D | using-avsession-developer.md | 48 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 67 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', 'audio'); 145 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 178 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 202 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 230 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 306 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 337 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 366 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 390 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type);
|
H A D | local-avsession-overview.md | 47 …essionManager.AVSession = await AVSessionManager.createAVSession(context, 'SESSION_NAME', 'audio');
|
/ohos5.0/docs/en/application-dev/media/avsession/ |
H A D | using-avsession-developer.md | 48 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 67 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', 'audio'); 145 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 179 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 204 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 232 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 308 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 339 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 369 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 393 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type);
|
H A D | avsession-access-scene.md | 46 let session = await AVSessionManager.createAVSession(context,'SESSION_NAME', type); 74 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', 'audio'); 102 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 139 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 172 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', 'audio'); 202 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 310 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 333 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 371 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); 406 let session = await AVSessionManager.createAVSession(context, 'SESSION_NAME', type); [all …]
|
H A D | local-avsession-overview.md | 47 …essionManager.AVSession = await AVSessionManager.createAVSession(context, 'SESSION_NAME', 'audio');
|
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/ |
H A D | soft_bus_manager.h | 107 static const std::string SESSION_NAME;
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/common/include/ |
H A D | dinput_softbus_define.h | 45 const std::string SESSION_NAME = "ohos.dhardware.dinput.session"; variable
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_message_append_test.cpp | 58 static const char *SESSION_NAME = "com.test.trans.auth.demo"; variable 139 …s(conn->appInfo.myData.sessionName, SESSION_NAME_SIZE_MAX, SESSION_NAME, (strlen(SESSION_NAME) + 1… in TestSetSessionConn() 141 …conn->appInfo.peerData.sessionName, SESSION_NAME_SIZE_MAX, SESSION_NAME, (strlen(SESSION_NAME) + 1… in TestSetSessionConn() 170 …mcpy_s(appInfo->myData.sessionName, SESSION_NAME_SIZE_MAX, SESSION_NAME, (strlen(SESSION_NAME) + 1… in TestSetAppInfo() 172 …py_s(appInfo->peerData.sessionName, SESSION_NAME_SIZE_MAX, SESSION_NAME, (strlen(SESSION_NAME) + 1… in TestSetAppInfo() 1793 …s(conn->appInfo.myData.sessionName, SESSION_NAME_SIZE_MAX, META_SESSION, (strlen(SESSION_NAME)+1));
|
H A D | trans_tcp_direct_p2p_mock_test.cpp | 49 static const char *SESSION_NAME = "com.test.trans.auth.demo"; variable 137 SESSION_NAME, (strlen(SESSION_NAME) + 1)); in TestSetSessionConn() 140 SESSION_NAME_SIZE_MAX, SESSION_NAME, (strlen(SESSION_NAME) + 1)); in TestSetSessionConn()
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/transportbase/src/ |
H A D | distributed_input_transport_base.cpp | 149 localSessionName_ = SESSION_NAME + networkId.substr(0, INTERCEPT_STRING_LENGTH); in CreateServerSocket() 212 std::string peerSessionName = SESSION_NAME + remoteDevId.substr(0, INTERCEPT_STRING_LENGTH); in CreateClientSocket() 249 std::string peerSessionName = SESSION_NAME + remoteDevId.substr(0, INTERCEPT_STRING_LENGTH); in StartSession()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_pipeline.c | 32 #define SESSION_NAME "ohos.dsoftbus.inner.p2pchannel" macro 542 int32_t channelId = TransOpenNetWorkingChannel(SESSION_NAME, networkId, preferred); in OpenNetWorkingChannel() 657 ret = TransRegisterNetworkingChannelListener(SESSION_NAME, &listener); in TransProxyPipelineInit()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/ |
H A D | softbus_hidumper_util.c | 46 #define SESSION_NAME "SESSION_NAME" macro 668 char* sessionName = GetStringValueByRecord(&srcRecord[i], SESSION_NAME); in OnQueryAlarm()
|
/ohos5.0/foundation/communication/dsoftbus/ |
H A D | hisysevent.yaml | 210 SESSION_NAME: {type: STRING, desc: session name }
|