Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_device.h45 int32_t AuthDeviceGetVersion(int64_t authId, SoftBusVersion *version);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c312 int32_t AuthDeviceGetVersion(int64_t authId, SoftBusVersion *version) in AuthDeviceGetVersion() function
H A Dauth_interface.c595 return AuthDeviceGetVersion(authId, version); in AuthGetVersion()