Searched refs:sourceList (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_control_file_manager.cpp | 776 std::vector<std::string> sourceList; in RemoveOAGlobalConstraintsInfo() local 780 sourceList, in RemoveOAGlobalConstraintsInfo() 782 …sourceList.erase(std::remove(sourceList.begin(), sourceList.end(), std::to_string(id)), sourceList… in RemoveOAGlobalConstraintsInfo() 783 if (sourceList.size() == 0) { in RemoveOAGlobalConstraintsInfo() 795 globalOAConstraintsJson[it.key()] = sourceList; in RemoveOAGlobalConstraintsInfo() 833 std::vector<std::string> sourceList; in RemoveOASpecificConstraintsInfo() local 835 … userPrivateConstraintsJson.end(), item.key(), sourceList, OHOS::AccountSA::JsonType::ARRAY); in RemoveOASpecificConstraintsInfo() 836 sourceList.erase(std::remove(sourceList.begin(), in RemoveOASpecificConstraintsInfo() 837 sourceList.end(), std::to_string(id)), sourceList.end()); in RemoveOASpecificConstraintsInfo() 838 if (sourceList.size() == 0) { in RemoveOASpecificConstraintsInfo() [all …]
|