/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_connection_fsm_mock.cpp | 69 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 D | lnn_connection_fsm_mock.h | 48 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 D | trans_auth_mock.cpp | 169 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 D | trans_auth_mock.h | 65 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 D | trans_tcp_direct_message_test_mock.cpp | 145 int32_t AuthGetServerSide(int64_t authId, bool *isServer) in AuthGetServerSide() function 147 return GetTransTcpDirectMessageInterface()->AuthGetServerSide(authId, isServer); in AuthGetServerSide()
|
H A D | trans_tcp_direct_message_test_mock.h | 62 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 D | auth_interface_virtual.c | 212 int32_t AuthGetServerSide(int64_t authId, bool *isServer) in AuthGetServerSide() function
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/interface/ |
H A D | auth_interface.h | 206 int32_t AuthGetServerSide(int64_t authId, bool *isServer);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_control.c | 91 ret = AuthGetServerSide(info->authHandle.authId, &isAuthServer); in SetCipherOfHandshakeMsg()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_listener.c | 66 int32_t ret = AuthGetServerSide(authHandle.authId, isAuthServer); in GetCipherFlagByAuthId()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_message_append_test.cpp | 1571 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 D | auth_interface.c | 598 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 D | trans_proxy_message_test.cpp | 624 EXPECT_CALL(authMock, AuthGetServerSide).WillOnce(Return(SOFTBUS_MEM_ERR))
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_connection_fsm.c | 1151 (void)AuthGetServerSide(connInfo->authHandle.authId, &isAuthServer); in LnnFillConnInfo()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_test.cpp | 1301 ret = AuthGetServerSide(authId, nullptr);
|