Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_constants.h107 const char ALL_SPECIFIC_CONSTRAINTS[] = "allSpecificConstraints"; variable
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_control_file_manager.cpp363 {Constants::ALL_SPECIFIC_CONSTRAINTS, {}}, in BuildAndSaveSpecificOAConstraintsJsonFile()
664 {Constants::ALL_SPECIFIC_CONSTRAINTS, {}}, in UpdateSpecificOAConstraints()
680 userPrivateConstraintsDataJson.end(), Constants::ALL_SPECIFIC_CONSTRAINTS, in SpecificConstraintsDataOperate()
696 … userPrivateConstraintsDataJson[Constants::ALL_SPECIFIC_CONSTRAINTS] = specificOAConstraintsList; in SpecificConstraintsDataOperate()
719 … userPrivateConstraintsDataJson[Constants::ALL_SPECIFIC_CONSTRAINTS] = specificOAConstraintsList; in SpecificConstraintsDataOperate()
824 userPrivateConstraintsJson.end(), Constants::ALL_SPECIFIC_CONSTRAINTS, in RemoveOASpecificConstraintsInfo()
830 if (item.key() == Constants::ALL_SPECIFIC_CONSTRAINTS) { in RemoveOASpecificConstraintsInfo()
841 … userPrivateConstraintsJson[Constants::ALL_SPECIFIC_CONSTRAINTS] = allSpecificConstraints; in RemoveOASpecificConstraintsInfo()
H A Dos_account_file_operator.cpp159 Constants::ALL_SPECIFIC_CONSTRAINTS, in GetSpecificOAConstraintsList()