Searched refs:BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH (Results 1 - 4 of 4) sorted by relevance
/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
H A D | os_account_control_file_manager_test.cpp | 536 RenameFile(Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH, in HWTEST_F() 537 Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH + "_blk"); in HWTEST_F() 541 RenameFile(Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH + "_blk", in HWTEST_F() 542 Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH); in HWTEST_F() 569 RenameFile(Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH, in HWTEST_F() 570 Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH + "_blk"); in HWTEST_F() 576 RenameFile(Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH + "_blk", in HWTEST_F() 577 Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH); in HWTEST_F() 588 RenameFile(Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH, in HWTEST_F() 589 Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH in HWTEST_F() [all...] |
/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
H A D | os_account_constants.h | 37 const std::string BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH = member
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_file_operator.cpp | 90 if (accountFileOperator_->IsExistFile(Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH)) { in GetBaseOAConstraintsList() 93 Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH, baseUserConstraintsConfigStr); in GetBaseOAConstraintsList()
|
H A D | os_account_control_file_manager.cpp | 306 if (!accountFileOperator_->IsJsonFileReady(Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH)) { in FileInit() 310 accountFileWatcherMgr_.AddFileWatcher(-1, eventCallbackFunc_, Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH); in FileInit() 1224 Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH, baseOAConstraints); in GetBaseOAConstraintsFromFile() 1417 Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH, baseOAConstraints.dump()); in SaveBaseOAConstraintsToFile() 1423 baseOAConstraints.dump(), Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH); in SaveBaseOAConstraintsToFile()
|
Completed in 6 milliseconds