Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account_proxy.cpp1475 std::string accountJson = std::string(accountData, accountSize - 1); in ReadOsAccountInfo() local
1476 nlohmann::json jsonObject = nlohmann::json::parse(accountJson, nullptr, false); in ReadOsAccountInfo()