Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_hichain.h31 #define GROUP_TYPE_COMPATIBLE (1 << 3) macro
/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()