Home
last modified time | relevance | path

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

/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_control_file_manager.cpp471 std::vector<std::string> sourceList; in RemoveOAGlobalConstraintsInfo() local
475 sourceList, in RemoveOAGlobalConstraintsInfo()
477sourceList.erase(std::remove(sourceList.begin(), sourceList.end(), std::to_string(id)), sourceList in RemoveOAGlobalConstraintsInfo()
478 if (sourceList.size() == 0) { in RemoveOAGlobalConstraintsInfo()
490 globalOAConstraintsJson[it.key()] = sourceList; in RemoveOAGlobalConstraintsInfo()
527 std::vector<std::string> sourceList; in RemoveOASpecificConstraintsInfo() local
529 … userPrivateConstraintsJson.end(), item.key(), sourceList, OHOS::AccountSA::JsonType::ARRAY); in RemoveOASpecificConstraintsInfo()
530 sourceList.erase(std::remove(sourceList.begin(), in RemoveOASpecificConstraintsInfo()
531 sourceList.end(), std::to_string(id)), sourceList.end()); in RemoveOASpecificConstraintsInfo()
532 if (sourceList.size() == 0) { in RemoveOASpecificConstraintsInfo()
[all …]