Home
last modified time | relevance | path

Searched refs:AuthGetServerSide (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_mock.cpp69 int32_t AuthGetServerSide(int64_t authId, bool *isServer) in AuthGetServerSide() function
71 return GetLnnConnInterface()->AuthGetServerSide(authId, isServer); in AuthGetServerSide()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_connection_fsm_mock.h48 virtual int32_t AuthGetServerSide(int64_t authId, bool *isServer) = 0;
79 MOCK_METHOD2(AuthGetServerSide, int32_t (int64_t, bool *));
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/
H A Dtrans_auth_mock.cpp169 int32_t AuthGetServerSide(int64_t authId, bool *isServer) in AuthGetServerSide() function
171 return GetTransAuthInterface()->AuthGetServerSide(authId, isServer); in AuthGetServerSide()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/
H A Dtrans_auth_mock.h65 virtual int32_t AuthGetServerSide(int64_t authId, bool *isServer) = 0;
128 MOCK_METHOD2(AuthGetServerSide, int32_t (int64_t, bool *));
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/
H A Dtrans_tcp_direct_message_test_mock.cpp145 int32_t AuthGetServerSide(int64_t authId, bool *isServer) in AuthGetServerSide() function
147 return GetTransTcpDirectMessageInterface()->AuthGetServerSide(authId, isServer); in AuthGetServerSide()
H A Dtrans_tcp_direct_message_test_mock.h62 virtual int32_t AuthGetServerSide(int64_t authId, bool *isServer) = 0;
112 MOCK_METHOD2(AuthGetServerSide, int32_t (int64_t authId, bool *isServer));
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_interface_virtual.c212 int32_t AuthGetServerSide(int64_t authId, bool *isServer) in AuthGetServerSide() function
/ohos5.0/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h206 int32_t AuthGetServerSide(int64_t authId, bool *isServer);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_control.c91 ret = AuthGetServerSide(info->authHandle.authId, &isAuthServer); in SetCipherOfHandshakeMsg()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_listener.c66 int32_t ret = AuthGetServerSide(authHandle.authId, isAuthServer); in GetCipherFlagByAuthId()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_append_test.cpp1571 EXPECT_CALL(TcpMessageMock, AuthGetServerSide).WillOnce(Return(SOFTBUS_OK));
1603 EXPECT_CALL(TcpMessageMock, AuthGetServerSide).WillRepeatedly(Return(SOFTBUS_OK));
1832 EXPECT_CALL(TcpMessageMock, AuthGetServerSide).WillOnce(Return(SOFTBUS_OK));
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c598 int32_t AuthGetServerSide(int64_t authId, bool *isServer) in AuthGetServerSide() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_message_test.cpp624 EXPECT_CALL(authMock, AuthGetServerSide).WillOnce(Return(SOFTBUS_MEM_ERR))
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c1151 (void)AuthGetServerSide(connInfo->authHandle.authId, &isAuthServer); in LnnFillConnInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp1301 ret = AuthGetServerSide(authId, nullptr);