Searched refs:userPrivateConstraintsJson (Results 1 – 1 of 1) sorted by relevance
819 Json userPrivateConstraintsJson; in RemoveOASpecificConstraintsInfo() local821 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()835 … userPrivateConstraintsJson.end(), item.key(), sourceList, OHOS::AccountSA::JsonType::ARRAY); in RemoveOASpecificConstraintsInfo()841 … userPrivateConstraintsJson[Constants::ALL_SPECIFIC_CONSTRAINTS] = allSpecificConstraints; in RemoveOASpecificConstraintsInfo()844 userPrivateConstraintsJson[item.key()] = sourceList; in RemoveOASpecificConstraintsInfo()848 userPrivateConstraintsJson.erase(keyStr); in RemoveOASpecificConstraintsInfo()[all …]