Home
last modified time | relevance | path

Searched refs:entryUdid (Results 1 - 1 of 1) sorted by relevance

/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c1097 const char *entryUdid = StringGet(&deviceEntry->udid); in IsSelfDeviceEntry() local
1098 if (entryUdid == NULL) { in IsSelfDeviceEntry()
1099 LOGE("The entryUdid is NULL!"); in IsSelfDeviceEntry()
1102 return strcmp(selfUdid, entryUdid) == 0; in IsSelfDeviceEntry()

Completed in 3 milliseconds