Home
last modified time | relevance | path

Searched refs:USER_INFO_BASE (Results 1 - 21 of 21) sorted by relevance

/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_constants.h27 const std::string USER_INFO_BASE = "/data/service/el1/public/account"; member
29 const std::string USER_INFO_BASE = "/data/service/el1/public/account/test"; member
34 const std::string ACCOUNT_LIST_FILE_JSON_PATH = USER_INFO_BASE + PATH_SEPARATOR + "account_list.json";
35 const std::string ACCOUNT_INDEX_JSON_PATH = USER_INFO_BASE + PATH_SEPARATOR + "account_index_info.json";
36 const std::string ACCOUNT_INFO_DIGEST_FILE_PATH = USER_INFO_BASE + PATH_SEPARATOR + "account_info_digest.json";
38 USER_INFO_BASE + PATH_SEPARATOR + "base_os_account_constraints.json";
40 USER_INFO_BASE + PATH_SEPARATOR + "global_os_account_constraints.json";
42 USER_INFO_BASE + PATH_SEPARATOR + "specific_os_account_constraints.json";
/base/account/os_account/tools/test/moduletest/acm/
H A Daccount_command_create_module_test.cpp44 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in SetUpTestCase()
45 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in SetUpTestCase()
53 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in TearDownTestCase()
54 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in TearDownTestCase()
H A Daccount_command_delete_module_test.cpp50 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in SetUpTestCase()
51 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in SetUpTestCase()
59 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in TearDownTestCase()
60 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in TearDownTestCase()
H A Daccount_command_set_module_test.cpp53 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in SetUpTestCase()
54 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in SetUpTestCase()
62 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in TearDownTestCase()
63 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in TearDownTestCase()
H A Daccount_command_dump_module_test.cpp50 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in SetUpTestCase()
51 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in SetUpTestCase()
59 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in TearDownTestCase()
60 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in TearDownTestCase()
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_no_bms_mock_test.cpp58 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in SetUpTestCase()
59 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in SetUpTestCase()
67 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in TearDownTestCase()
68 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in TearDownTestCase()
H A Dos_account_manager_module_test.cpp183 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in SetUpTestCase()
184 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in SetUpTestCase()
217 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in TearDownTestCase()
218 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in TearDownTestCase()
472 Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + osAccountInfoOne.GetPrimeKey()), false); in HWTEST_F()
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_subscribe_module_test.cpp74 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in SetUpTestCase()
75 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in SetUpTestCase()
86 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in TearDownTestCase()
87 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in TearDownTestCase()
H A Dos_account_manager_service_module_test.cpp129 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in SetUpTestCase()
130 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in SetUpTestCase()
141 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in TearDownTestCase()
142 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in TearDownTestCase()
300 Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + osAccountInfoOne.GetPrimeKey()), false); in HWTEST_F()
/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_event_manager_multiple_thread_test.cpp59 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in SetUpTestCase()
60 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in SetUpTestCase()
H A Dos_account_inner_account_mgr_mock.cpp124 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in SetUpTestCase()
125 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in SetUpTestCase()
148 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in TearDownTestCase()
149 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in TearDownTestCase()
H A Dos_account_control_file_manager_test.cpp730 std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(TEST_USER_ID100) + in HWTEST_F()
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Dvisit_record_file_manager.cpp26 const std::string USER_INFO_BASE = "/data/service/el1/public/dlp_permission_service"; member
27 const std::string DLP_VISIT_RECORD_JSON_PATH = USER_INFO_BASE + PATH_SEPARATOR + "dlp_file_visit_record_info.json";
H A Dretention_file_manager.cpp26 const std::string USER_INFO_BASE = "/data/service/el1/public/dlp_permission_service"; member
27 const std::string DLP_RETENTION_JSON_PATH = USER_INFO_BASE + PATH_SEPARATOR + "retention_sandbox_info.json";
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_control_file_manager.cpp423 DIR* rootDir = opendir(Constants::USER_INFO_BASE.c_str()); in RecoverAccountListJsonFile()
427 ACCOUNT_LOGE("cannot open dir %{public}s, err %{public}d.", Constants::USER_INFO_BASE.c_str(), errno); in RecoverAccountListJsonFile()
442 Constants::USER_INFO_BASE.c_str()); in RecoverAccountListJsonFile()
452 Constants::USER_INFO_BASE.c_str()); in RecoverAccountListJsonFile()
532 std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(id) + in GetOsAccountInfoById()
960 std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + osAccountInfo.GetPrimeKey() + in InsertOsAccount()
1005 std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(id); in DelOsAccount()
1017 Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(id) + DISTRIBUTED_ACCOUNT_FILE_NAME; in DelOsAccount()
1027 std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + osAccountInfo.GetPrimeKey() + in UpdateOsAccount()
1525 std::string path = Constants::USER_INFO_BASE in IsOsAccountExists()
[all...]
/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_client_mock_plugin_so_module_test.cpp246 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in SetUpTestCase()
247 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in SetUpTestCase()
269 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in TearDownTestCase()
270 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in TearDownTestCase()
H A Ddomain_account_client_module_test.cpp101 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in SetUpTestCase()
102 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in SetUpTestCase()
123 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in TearDownTestCase()
124 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in TearDownTestCase()
/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/
H A Daccount_mgr_inner_sdk_func_test.cpp93 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in SetUpTestCase()
94 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in SetUpTestCase()
116 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in TearDownTestCase()
117 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in TearDownTestCase()
/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp271 std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(userId_) + in OnResult()
285 std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(userId_) + in OnResult()
H A Dinner_account_iam_manager.cpp121 std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(userId) + in AddCredential()
455 std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(userId) + in HandleFileKeyException()
/base/account/os_account/services/accountmgr/src/
H A Daccount_file_watcher_manager.cpp449 filePath_ = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(id) + in FileWatcher()

Completed in 28 milliseconds