Home
last modified time | relevance | path

Searched refs:AuthDeviceGetDeviceUuid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_device.h44 int32_t AuthDeviceGetDeviceUuid(int64_t authId, char *uuid, uint16_t size);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c293 int32_t AuthDeviceGetDeviceUuid(int64_t authId, char *uuid, uint16_t size) in AuthDeviceGetDeviceUuid() function
H A Dauth_interface.c588 return AuthDeviceGetDeviceUuid(authId, uuid, size); in AuthGetDeviceUuid()