/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/ |
H A D | trans_session_test.cpp | 201 ret = OpenAuthSession(NULL, &(g_addrInfo), 1, NULL); 204 ret = OpenAuthSession(g_testSessionName, NULL, 1, NULL); 207 ret = OpenAuthSession(g_testSessionName, &(g_addrInfo), -1, NULL); 221 ret = OpenAuthSession(g_testSessionName, &(g_addrInfo), 1, NULL);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/ |
H A D | softbus_server_test.cpp | 88 int32_t ret = softBusServer->OpenAuthSession("test", nullptr); 91 ret = softBusServer->OpenAuthSession("test", &addr);
|
/ohos5.0/foundation/communication/dsoftbus/interfaces/inner_kits/transport/ |
H A D | inner_session.h | 71 int OpenAuthSession(const char *sessionName, const ConnectionAddr *addrInfo, int num, const char *m…
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/openauthsession_fuzzer/ |
H A D | openauthsession_fuzzer.cpp | 38 OpenAuthSession(g_testSessionName, &g_addr, -1, (const char*)tmp); in OpenAuthSessionTest()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/ |
H A D | UTTest_softbus_session.cpp | 61 int ret = softbusSession->OpenAuthSession(deviceId); 77 int ret = softbusSession->OpenAuthSession(deviceId);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/ |
H A D | softbus_session.h | 62 int32_t OpenAuthSession(const std::string &deviceId);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/ |
H A D | softbus_session.cpp | 94 int32_t SoftbusSession::OpenAuthSession(const std::string &deviceId) in OpenAuthSession() function in OHOS::DistributedHardware::SoftbusSession 104 sessionId = ::OpenAuthSession(DM_SESSION_NAME, addrInfo, 1, nullptr); in OpenAuthSession()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/demo/transport/ |
H A D | openauthsession_demo.c | 81 int sessionId = OpenAuthSession(g_sessionNameA, &(g_addrInfo), 1, NULL); in main()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/ |
H A D | auth_session_test.cpp | 186 g_sessionId = OpenAuthSession(g_testSessionName, addrInfo, 1, NULL); in TestOpenAuthSession() 192 g_sessionIdTwo = OpenAuthSession(g_testSessionName, addrInfo, 1, NULL); in TestOpenAuthSession()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbussession_fuzzer/ |
H A D | softbus_session_fuzzer.cpp | 81 softbusSession->OpenAuthSession(str); in SoftBusSessionFuzzTest()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/ble/phone/ |
H A D | ble_auth_channel_phone_test.cpp | 148 int32_t ret = OpenAuthSession(g_sessionName, &g_addr1, 1, NULL); in TestOpenSession()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | softbus_server_proxy_standard.h | 37 int32_t OpenAuthSession(const char *sessionName, const ConnectionAddr *addrInfo) override;
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/include/ |
H A D | trans_server_proxy_standard.h | 34 int32_t OpenAuthSession(const char *sessionName, const ConnectionAddr *addrInfo) override;
|
/ohos5.0/foundation/communication/dsoftbus/sdk/ |
H A D | libsoftbus_client_map | 20 "OpenAuthSession";
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/ |
H A D | trans_ipc_test.cpp | 250 int32_t ret = transServerProxy.OpenAuthSession(nullptr, addrInfo); 253 ret = transServerProxy.OpenAuthSession(g_sessionName, nullptr); 256 ret = transServerProxy.OpenAuthSession(g_sessionName, addrInfo);
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/include/ |
H A D | if_softbus_server.h | 37 virtual int32_t OpenAuthSession(const char *sessionName, const ConnectionAddr *addrInfo) = 0;
|
H A D | softbus_server.h | 36 int32_t OpenAuthSession(const char *sessionName, const ConnectionAddr *addrInfo) override;
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/ |
H A D | bus_center_server_proxy_standard.h | 35 int32_t OpenAuthSession(const char *sessionName, const ConnectionAddr *addrInfo) override;
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/pinholder/ |
H A D | pin_holder_session.cpp | 61 sessionId = ::OpenAuthSession(DM_PIN_HOLDER_SESSION_NAME, &addrInfo, 1, nullptr); in OpenSessionServer()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/ble/board/ |
H A D | ble_auth_channel_test.cpp | 182 int32_t ret = OpenAuthSession(g_sessionName, &g_addr1, 1, NULL); in TestOpenSession()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | softbus_server_proxy_standard.cpp | 102 int32_t SoftBusServerProxyFrame::OpenAuthSession(const char *sessionName, const ConnectionAddr *add… in OpenAuthSession() function in OHOS::SoftBusServerProxyFrame
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/auth/ |
H A D | auth_session_test.c | 163 g_sessionId = OpenAuthSession(g_testSessionName, &(g_addrInfo[0]), 1, NULL); in TestOpenAuthSession()
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/channel_manager/soft_bus_channel/ |
H A D | soft_bus_channel.c | 181 … int64_t channelId = (int64_t)OpenAuthSession(GROUP_MANAGER_PACKAGE_NAME, NULL, 0, connectParams); in OpenSoftBusChannel()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_session_test.cpp | 496 int ret = OpenAuthSession(g_sessionName, addrInfoArr, TRANS_TEST_ADDR_INFO_NUM, data); 502 ret = OpenAuthSession(g_sessionName, addrInfoArr, TRANS_TEST_ADDR_INFO_NUM, data); 513 ret = OpenAuthSession(NEW_SESSION_NAME, addrInfoArr, TRANS_TEST_ADDR_INFO_NUM, data);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/ |
H A D | trans_server_proxy.cpp | 170 int channelId = proxy->OpenAuthSession(sessionName, addrInfo); in ServerIpcOpenAuthSession()
|