Home
last modified time | relevance | path

Searched refs:AUTH_GROUP_COMPATIBLE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_hichain_adapter.h33 AUTH_GROUP_COMPATIBLE = 0x200, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c634 type |= CheckDeviceInGroupByType(udid, uuid, AUTH_GROUP_COMPATIBLE) ? GROUP_TYPE_COMPATIBLE : 0; in AuthGetGroupType()