/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_session_dispatcher.cpp | 67 …tr<SoftbusAgent> SoftbusSessionDispatcher::GetAgent(int32_t sessionId, std::string peerSessionName) in GetAgent() 89 std::string peerSessionName(info.name); in OnSessionOpened() local 107 std::string peerSessionName = ""; in OnSessionClosed() local
|
H A D | softbus_handler.cpp | 182 …t SoftBusHandler::OpenSession(const std::string &mySessionName, const std::string &peerSessionName, in OpenSession() 222 …SoftBusHandler::CreatSocketId(const std::string &mySessionName, const std::string &peerSessionName, in CreatSocketId()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_session_service_impl_test.cpp | 164 std::string peerSessionName = "peerSessionName"; variable 183 std::string peerSessionName = ""; variable 202 std::string peerSessionName = "peerSessionName"; variable 221 std::string peerSessionName = "peerSessionName"; variable
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/ |
H A D | softbus_session_dispatcher_test.cpp | 168 std::string peerSessionName = "peerSessionName"; variable 187 std::string peerSessionName = "peerSessionName"; variable 219 std::string peerSessionName = "peerSessionName"; variable
|
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/standard/ |
H A D | access_control_virtual.c | 27 int32_t CheckSecLevelPublic(const char *mySessionName, const char *peerSessionName) in CheckSecLevelPublic()
|
H A D | softbus_permission.cpp | 106 int32_t CheckTransSecLevel(const char *mySessionName, const char *peerSessionName) in CheckTransSecLevel()
|
H A D | access_control.cpp | 104 int32_t CheckSecLevelPublic(const char *mySessionName, const char *peerSessionName) in CheckSecLevelPublic()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/mini/ |
H A D | softbus_permission.c | 39 int32_t CheckTransSecLevel(const char *mySessionName, const char *peerSessionName) in CheckTransSecLevel()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/src/ |
H A D | dcamera_channel_sink_impl.cpp | 69 std::string peerSessionName = SESSION_HEAD + sessionFlag; in CreateSession() local
|
H A D | dcamera_channel_source_impl.cpp | 78 std::string peerSessionName = SESSION_HEAD + (*iter).dhId_ + std::string("_") + sessionFlag; in CreateSession() local
|
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusadapter_fuzzer/ |
H A D | softbusadapter_fuzzer.cpp | 29 std::string peerSessionName = "dh_control_0"; in SoftbusCreatSoftBusSinkSocketServerFuzzTest() local 61 std::string peerSessionName = "dh_control_0"; in SoftbusDestroySoftbusSessionServerFuzzTest() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranssessionservice_fuzzer/ |
H A D | clienttranssessionservice_fuzzer.cpp | 70 char peerSessionName[SESSION_NAME_SIZE_MAX] = "ohos.fuzz.dms.test"; in OpenSessionSyncTest() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/ |
H A D | trans_session_test.cpp | 269 char peerSessionName[TEST_SESSION_NAME_LEN] = "com.test.trans.session.sendfile"; variable 333 char peerSessionName[TEST_SESSION_NAME_LEN] = "com.test.trans.session.sendfile"; variable
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/demo/transport/ |
H A D | getsessioninfo_demo.c | 116 char peerSessionName[SESSION_NAME_SIZE_MAX] = {0}; in main() local
|
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/small/ |
H A D | softbus_permission.c | 93 int32_t CheckTransSecLevel(const char *mySessionName, const char *peerSessionName) in CheckTransSecLevel()
|
/ohos5.0/foundation/distributedhardware/distributed_input/dfx_utils/test/dfxtest/ |
H A D | distributed_input_dfx_test.cpp | 108 std::string peerSessionName = "peerSessionName_test"; variable
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/distributed_stream/ |
H A D | distributed_stream_test.cpp | 322 const string &mySessionName, const string &peerSessionName) in OpenAllSession() 351 …d DistributeStreamTest::OpenCtrlSession(const string &mySessionName, const string &peerSessionName) in OpenCtrlSession() 430 int sendCnt, const string &mySessionName, const string &peerSessionName) in P2pTransTest()
|
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/ |
H A D | utils_directory.h | 66 std::string peerSessionName; member
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/ |
H A D | session_service_impl.cpp | 82 …const std::string &peerSessionName, const std::string &peerNetworkId, const std::string &groupId, … in OpenSession() 164 std::string peerSessionName(str); in CreateSession() local
|
H A D | session_mock.cpp | 41 int OpenSessionInner(const char *mySessionName, const char *peerSessionName, const char *peerNetwor… in OpenSessionInner()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_service.c | 177 static int32_t CheckParamIsValid(const char *mySessionName, const char *peerSessionName, in CheckParamIsValid() 217 static void PrintSessionName(const char *mySessionName, const char *peerSessionName) in PrintSessionName() 246 static void InitSessionParam(const char *mySessionName, const char *peerSessionName, const char *pe… in InitSessionParam() 259 int OpenSession(const char *mySessionName, const char *peerSessionName, const char *peerNetworkId, in OpenSession() 498 int OpenSessionSync(const char *mySessionName, const char *peerSessionName, const char *peerNetwork… in OpenSessionSync()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/file/ |
H A D | proxy_session_file_test.cpp | 87 string peerSessionName; member 327 …nTest::OpenAllSession(int32_t dataType, const string &mySessionName, const string &peerSessionName) in OpenAllSession() 545 std::string peerSessionName; variable
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/ |
H A D | softbus_channel_adapter.cpp | 86 std::string peerSessionName(info.name); in OnSessionOpened() local 152 std::string SoftbusChannelAdapter::FindSessNameByPeerSessName(const std::string peerSessionName) in FindSessNameByPeerSessName() 470 int32_t SoftbusChannelAdapter::OnSoftbusChannelOpened(std::string peerSessionName, int32_t sessionI… in OnSoftbusChannelOpened()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/include/ |
H A D | client_trans_udp_manager.h | 47 char peerSessionName[SESSION_NAME_SIZE_MAX]; member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/mock/ |
H A D | softbus_server_stub_test_mock.cpp | 46 int32_t CheckTransSecLevel(const char *mySessionName, const char *peerSessionName) in CheckTransSecLevel()
|