Home
last modified time | relevance | path

Searched refs:AUTH (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_tcp_connection_test.cpp104 int32_t ret = RecvPacketHead(AUTH, fd, &pktHead); in HWTEST_F()
121 NotifyDataReceived(AUTH, fd, &pktHead, data); in HWTEST_F()
123 NotifyDataReceived(AUTH, fd, &pktHead, data); in HWTEST_F()
125 NotifyDataReceived(AUTH, fd, &pktHead, data); in HWTEST_F()
142 NotifyConnected(AUTH, fd, isClient); in HWTEST_F()
144 StopSocketListening(AUTH); in HWTEST_F()
146 int32_t ret = ProcessSocketOutEvent(AUTH, fd); in HWTEST_F()
166 int32_t ret = ProcessSocketInEvent(AUTH, fd); in HWTEST_F()
223 .moduleId = AUTH, in HWTEST_F()
227 int32_t ret = StartSocketListening(AUTH, in HWTEST_F()
[all...]
H A Dauth_test.cpp626 .moduleId = AUTH, in HWTEST_F()
630 int32_t ret = StartSocketListening(AUTH, &info); in HWTEST_F()
2072 ListenerModule module = AUTH; in HWTEST_F()
H A Dauth_other_test.cpp1196 OnWiFiDataReceived(AUTH, 0, &head, data); in HWTEST_F()
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/include/
H A Dchannel_info.h34 AUTH, member in OHOS::CastEngine::CastEngineService::ModuleType
47 "AUTH", "RTSP", "RTCP", "VIDEO", "AUDIO", "REMOTE_CONTROL", "STREAM", "UI_FILES", "UI_BYTES"
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/include/
H A Dchannel_info.h34 AUTH, member in OHOS::CastEngine::CastEngineService::ModuleType
47 "AUTH", "RTSP", "RTCP", "VIDEO", "AUDIO", "REMOTE_CONTROL", "STREAM", "UI_FILES", "UI_BYTES"
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c281 if (module == AUTH) { in OnConnectEvent()
294 if (module != AUTH && module != AUTH_P2P && module != AUTH_RAW_P2P_CLIENT &&!IsEnhanceP2pModuleId(module)) { in OnConnectEvent()
396 if (AuthTcpCreateListener(AUTH, fd, triggerMode) != SOFTBUS_OK) { in SocketConnectInner()
404 (void)DelTrigger(AUTH, fd, triggerMode); in SocketConnectInner()
429 .moduleId = AUTH, in SocketConnectDevice()
444 if (AddTrigger(AUTH, fd, triggerMode) != SOFTBUS_OK) { in SocketConnectDevice()
452 (void)DelTrigger(AUTH, fd, triggerMode); in SocketConnectDevice()
459 (void)DelTrigger(AUTH, fd, triggerMode); in SocketConnectDevice()
H A Dauth_connection.c272 ListenerModule module = item->connInfo.type == AUTH_LINK_TYPE_RAW_ENHANCED_P2P ? AUTH_RAW_P2P_SERVER : AUTH; in HandleConnConnectTimeout()
412 if (module != AUTH && module != AUTH_P2P && module != AUTH_RAW_P2P_SERVER && !IsEnhanceP2pModuleId(module)) { in OnWiFiDataReceived()
691 SocketDisconnectDevice(AUTH, GetFd(*connId)); in DisconnectAuthDevice()
777 .moduleId = AUTH, in AuthStartListening()
787 info.socketOption.moduleId = AUTH; in AuthStartListening()
788 return StartSocketListening(AUTH, &info); in AuthStartListening()
807 StopSocketListening(AUTH); in AuthStopListening()
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H A Dsoftbus_connection.cpp38 const std::string SoftBusConnection::AUTH_SESSION_NAME_FACTOR = "AUTH";
407 case ModuleType::AUTH: in GetSessionType()
436 case ModuleType::AUTH: in CreateSessionName()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/
H A Dsoftbus_connection.cpp38 const std::string SoftBusConnection::AUTH_SESSION_NAME_FACTOR = "AUTH";
404 case ModuleType::AUTH: in GetSessionType()
433 case ModuleType::AUTH: in CreateSessionName()
/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h83 AUTH, enumerator
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_server_tcp_direct_test.cpp581 TransTdcStopSessionProc(AUTH); in HWTEST_F()
587 TransTdcStopSessionProc(AUTH); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/connection/tcp/
H A Dtcp_manager_test.cpp431 * @tc.desc: Test TcpConnectDevice with invalid -- option.type = connnet ble , moduleId = PROXY/AUTH/AUTH_P2P.
455 option.socketOption.moduleId = AUTH; in HWTEST_F()
518 * @tc.desc: Test TcpConnectDevice with invalid -- option.type = connnet p2p , moduleId = PROXY/AUTH/AUTH_P2P.
542 option.socketOption.moduleId = AUTH; in HWTEST_F()
605 * @tc.desc: Test start and stop listener multi times info.type = connect_br moduleId AUTH.
617 info.socketOption.moduleId = AUTH; in HWTEST_F()
775 * @tc.desc: Test start and stop listener multi times info.type = connect_ble moduleId AUTH.
787 info.socketOption.moduleId = AUTH; in HWTEST_F()
1153 * @tc.desc: Test P2P and TCP start and stop listeners under AUTH multiple times.
1165 info.socketOption.moduleId = AUTH; in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_connection_addr_utils.c102 option->socketOption.moduleId = AUTH; in LnnConvertAddrToOption()
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp126 connOpt.socketOption.moduleId = AUTH; in OpenAuthSession()
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c379 AuthCloseChannel(authId, AUTH); in TransAuthCloseChannel()
1257 if (connInfo == NULL || connInfo->socketOption.moduleId != AUTH) { in CheckIsWifiAuthChannel()

Completed in 19 milliseconds