Home
last modified time | relevance | path

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

/base/account/os_account/services/accountmgr/src/
H A Daccount_file_watcher_manager.cpp362 Json accountInfoDigestJson = Json::parse(accountInfoDigest, nullptr, false); in GetAccountInfoDigestFromFile() local
363 if (accountInfoDigestJson.is_discarded()) { in GetAccountInfoDigestFromFile()
367 OHOS::AccountSA::GetDataByType<std::vector<uint8_t>>(accountInfoDigestJson, in GetAccountInfoDigestFromFile()
368 accountInfoDigestJson.end(), path, digestTmp, OHOS::AccountSA::JsonType::ARRAY); in GetAccountInfoDigestFromFile()
394 Json accountInfoDigestJson = Json::parse(accountInfoDigest, nullptr, false); in GenerateAccountInfoDigestStr() local
395 if (accountInfoDigestJson.is_discarded()) { in GenerateAccountInfoDigestStr()
398 accountInfoDigestJson[userInfoPath] = digestOutData; in GenerateAccountInfoDigestStr()
400 digestStr = accountInfoDigestJson.dump(); in GenerateAccountInfoDigestStr()
428 Json accountInfoDigestJson = Json::parse(accountInfoDigest, nullptr, false); in DeleteAccountInfoDigest() local
429 if (accountInfoDigestJson in DeleteAccountInfoDigest()
[all...]

Completed in 1 milliseconds