Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_control_file_manager.cpp819 Json userPrivateConstraintsJson; in RemoveOASpecificConstraintsInfo() local
821 it.key(), userPrivateConstraintsJson, OHOS::AccountSA::JsonType::OBJECT); in RemoveOASpecificConstraintsInfo()
823 OHOS::AccountSA::GetDataByType<std::vector<std::string>>(userPrivateConstraintsJson, in RemoveOASpecificConstraintsInfo()
824 userPrivateConstraintsJson.end(), Constants::ALL_SPECIFIC_CONSTRAINTS, in RemoveOASpecificConstraintsInfo()
829 …for (auto item = userPrivateConstraintsJson.begin(); item != userPrivateConstraintsJson.end(); ite… in RemoveOASpecificConstraintsInfo()
834 OHOS::AccountSA::GetDataByType<std::vector<std::string>>(userPrivateConstraintsJson, in RemoveOASpecificConstraintsInfo()
835userPrivateConstraintsJson.end(), item.key(), sourceList, OHOS::AccountSA::JsonType::ARRAY); in RemoveOASpecificConstraintsInfo()
841userPrivateConstraintsJson[Constants::ALL_SPECIFIC_CONSTRAINTS] = allSpecificConstraints; in RemoveOASpecificConstraintsInfo()
844 userPrivateConstraintsJson[item.key()] = sourceList; in RemoveOASpecificConstraintsInfo()
848 userPrivateConstraintsJson.erase(keyStr); in RemoveOASpecificConstraintsInfo()
[all …]