Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_device.h43 int32_t AuthDeviceGetServerSide(int64_t authId, bool *isServer);
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_manager_test.cpp692 * @tc.desc: AuthDeviceGetServerSide test
706 EXPECT_TRUE(AuthDeviceGetServerSide(AUTH_SEQ, &isServer) == SOFTBUS_OK); in HWTEST_F()
707 EXPECT_TRUE(AuthDeviceGetServerSide(AUTH_SEQ, nullptr) == SOFTBUS_INVALID_PARAM); in HWTEST_F()
708 EXPECT_TRUE(AuthDeviceGetServerSide(AUTH_SEQ_3, &isServer) == SOFTBUS_AUTH_NOT_FOUND); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c278 int32_t AuthDeviceGetServerSide(int64_t authId, bool *isServer) in AuthDeviceGetServerSide() function
H A Dauth_interface.c600 return AuthDeviceGetServerSide(authId, isServer); in AuthGetServerSide()

Completed in 4 milliseconds