Home
last modified time | relevance | path

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

/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c676 const char *osAccountIdStr = StringGet(dbName); in LoadDeviceAuthDb() local
677 if (osAccountIdStr == NULL) { in LoadDeviceAuthDb()
680 if (strcmp(osAccountIdStr, "hcgroup.dat") == 0) { in LoadDeviceAuthDb()
682 } else if (sscanf_s(osAccountIdStr, "hcgroup%d.dat", &osAccountId) == 1) { in LoadDeviceAuthDb()

Completed in 5 milliseconds