Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_manager.h99 int32_t AuthDeviceGetAuthHandleByIndex(const char *udid, bool isServer, int32_t index, AuthHandle *…
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_manager_test.cpp846 int32_t ret = AuthDeviceGetAuthHandleByIndex(UDID_TEST, false, KEY_INDEX, &authHandle);
848 ret = AuthDeviceGetAuthHandleByIndex(UDID_TEST, false, KEY_INDEX, &authHandle);
850 ret = AuthDeviceGetAuthHandleByIndex(UDID_TEST, false, KEY_INDEX, &authHandle);
852 ret = AuthDeviceGetAuthHandleByIndex(nullptr, false, KEY_INDEX, nullptr);
854 ret = AuthDeviceGetAuthHandleByIndex(UDID_TEST, true, KEY_INDEX, &authHandle);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c415 return AuthDeviceGetAuthHandleByIndex(info.deviceInfo.deviceUdid, isServer, index, authHandle); in AuthGetAuthHandleByIndex()
H A Dauth_manager.c2002 int32_t AuthDeviceGetAuthHandleByIndex(const char *udid, bool isServer, int32_t index, AuthHandle *… in AuthDeviceGetAuthHandleByIndex() function