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/
Ddata_manager.c506 const char *osAccountIdStr = StringGet(dbName); in LoadDeviceAuthDb() local
507 if (osAccountIdStr == NULL) { in LoadDeviceAuthDb()
510 if (strcmp(osAccountIdStr, "hcgroup.dat") == 0) { in LoadDeviceAuthDb()
512 } else if (sscanf_s(osAccountIdStr, "hcgroup%d.dat", &osAccountId) == 1) { in LoadDeviceAuthDb()