Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c932 static bool CompareQueryDeviceParams(const QueryDeviceParams *params, const TrustedDeviceEntry *ent… in CompareQueryDeviceParams() function
966 if (CompareQueryDeviceParams(params, *entry)) { in QueryDeviceEntryPtrIfMatch()
1536 if ((entry == NULL) || (*entry == NULL) || (!CompareQueryDeviceParams(params, *entry))) { in DelTrustedDevice()
1599 if (!CompareQueryDeviceParams(params, *entry)) { in QueryDevices()