Home
last modified time | relevance | path

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 Dos_account_control_file_manager_test.cpp536 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 Dos_account_constants.h37 const std::string BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH = member
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_file_operator.cpp90 if (accountFileOperator_->IsExistFile(Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH)) { in GetBaseOAConstraintsList()
93 Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH, baseUserConstraintsConfigStr); in GetBaseOAConstraintsList()
H A Dos_account_control_file_manager.cpp306 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