Home
last modified time | relevance | path

Searched refs:OpenAuthSession (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/
H A Dtrans_session_test.cpp201 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 Dsoftbus_server_test.cpp88 int32_t ret = softBusServer->OpenAuthSession("test", nullptr);
91 ret = softBusServer->OpenAuthSession("test", &addr);
/ohos5.0/foundation/communication/dsoftbus/interfaces/inner_kits/transport/
H A Dinner_session.h71 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 Dopenauthsession_fuzzer.cpp38 OpenAuthSession(g_testSessionName, &g_addr, -1, (const char*)tmp); in OpenAuthSessionTest()
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_session.cpp61 int ret = softbusSession->OpenAuthSession(deviceId);
77 int ret = softbusSession->OpenAuthSession(deviceId);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_session.h62 int32_t OpenAuthSession(const std::string &deviceId);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_session.cpp94 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 Dopenauthsession_demo.c81 int sessionId = OpenAuthSession(g_sessionNameA, &(g_addrInfo), 1, NULL); in main()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/
H A Dauth_session_test.cpp186 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 Dsoftbus_session_fuzzer.cpp81 softbusSession->OpenAuthSession(str); in SoftBusSessionFuzzTest()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/ble/phone/
H A Dble_auth_channel_phone_test.cpp148 int32_t ret = OpenAuthSession(g_sessionName, &g_addr1, 1, NULL); in TestOpenSession()
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dsoftbus_server_proxy_standard.h37 int32_t OpenAuthSession(const char *sessionName, const ConnectionAddr *addrInfo) override;
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/include/
H A Dtrans_server_proxy_standard.h34 int32_t OpenAuthSession(const char *sessionName, const ConnectionAddr *addrInfo) override;
/ohos5.0/foundation/communication/dsoftbus/sdk/
H A Dlibsoftbus_client_map20 "OpenAuthSession";
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H A Dtrans_ipc_test.cpp250 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 Dif_softbus_server.h37 virtual int32_t OpenAuthSession(const char *sessionName, const ConnectionAddr *addrInfo) = 0;
H A Dsoftbus_server.h36 int32_t OpenAuthSession(const char *sessionName, const ConnectionAddr *addrInfo) override;
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/
H A Dbus_center_server_proxy_standard.h35 int32_t OpenAuthSession(const char *sessionName, const ConnectionAddr *addrInfo) override;
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/pinholder/
H A Dpin_holder_session.cpp61 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 Dble_auth_channel_test.cpp182 int32_t ret = OpenAuthSession(g_sessionName, &g_addr1, 1, NULL); in TestOpenSession()
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_server_proxy_standard.cpp102 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 Dauth_session_test.c163 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 Dsoft_bus_channel.c181 … 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 Dclient_trans_session_test.cpp496 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 Dtrans_server_proxy.cpp170 int channelId = proxy->OpenAuthSession(sessionName, addrInfo); in ServerIpcOpenAuthSession()

12