Home
last modified time | relevance | path

Searched refs:AuthDeviceGetServerSide (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
Dauth_manager.h89 int32_t AuthDeviceGetServerSide(int64_t authId, bool *isServer);
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
Dauth_manager_test.cpp597 EXPECT_TRUE(AuthDeviceGetServerSide(AUTH_SEQ, &isServer) == SOFTBUS_OK);
598 EXPECT_TRUE(AuthDeviceGetServerSide(AUTH_SEQ, nullptr) == SOFTBUS_INVALID_PARAM);
599 EXPECT_TRUE(AuthDeviceGetServerSide(AUTH_SEQ_3, &isServer) == SOFTBUS_AUTH_NOT_FOUND);
/foundation/communication/dsoftbus/core/authentication/src/
Dauth_interface.c302 return AuthDeviceGetServerSide(authId, isServer); in AuthGetServerSide()
Dauth_manager.c1772 int32_t AuthDeviceGetServerSide(int64_t authId, bool *isServer) in AuthDeviceGetServerSide() function