Home
last modified time | relevance | path

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

/ohos5.0/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"; variable
29 const std::string USER_INFO_BASE = "/data/service/el1/public/account/test"; variable
34 const std::string ACCOUNT_LIST_FILE_JSON_PATH = USER_INFO_BASE + PATH_SEPARATOR + "account_list.jso…
35 const std::string ACCOUNT_INDEX_JSON_PATH = USER_INFO_BASE + PATH_SEPARATOR + "account_index_info.j…
36 const std::string ACCOUNT_INFO_DIGEST_FILE_PATH = USER_INFO_BASE + PATH_SEPARATOR + "account_info_d…
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";
/ohos5.0/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_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()
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()
/ohos5.0/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.cpp261 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in SetUpTestCase()
262 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in SetUpTestCase()
295 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in TearDownTestCase()
296 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in TearDownTestCase()
575 … Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + osAccountInfoOne.GetPrimeKey()), false);
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_subscribe_module_test.cpp75 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in SetUpTestCase()
76 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in SetUpTestCase()
87 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in TearDownTestCase()
88 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in TearDownTestCase()
H A Dos_account_manager_service_module_test.cpp121 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in SetUpTestCase()
122 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in SetUpTestCase()
133 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in TearDownTestCase()
134 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in TearDownTestCase()
292 … Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + osAccountInfoOne.GetPrimeKey()), false);
/ohos5.0/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.cpp116 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in SetUpTestCase()
117 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in SetUpTestCase()
140 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in TearDownTestCase()
141 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in TearDownTestCase()
H A Dos_account_control_file_manager_test.cpp727 …std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(TEST_USE…
/ohos5.0/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"; variable
27 const std::string DLP_VISIT_RECORD_JSON_PATH = USER_INFO_BASE + PATH_SEPARATOR + "dlp_file_visit_re…
H A Dretention_file_manager.cpp26 const std::string USER_INFO_BASE = "/data/service/el1/public/dlp_permission_service"; variable
27 const std::string DLP_RETENTION_JSON_PATH = USER_INFO_BASE + PATH_SEPARATOR + "retention_sandbox_in…
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_control_file_manager.cpp406 DIR* rootDir = opendir(Constants::USER_INFO_BASE.c_str()); in RecoverAccountListJsonFile()
410 …ACCOUNT_LOGE("cannot open dir %{public}s, err %{public}d.", Constants::USER_INFO_BASE.c_str(), err… in RecoverAccountListJsonFile()
425 Constants::USER_INFO_BASE.c_str()); in RecoverAccountListJsonFile()
435 Constants::USER_INFO_BASE.c_str()); in RecoverAccountListJsonFile()
515 std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(id) + in GetOsAccountInfoById()
967 …std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + osAccountInfo.GetPrimeK… in InsertOsAccount()
1012 std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(id); in DelOsAccount()
1024 …Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(id) + DISTRIBUTED_ACCOUNT_F… in DelOsAccount()
1034 …std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + osAccountInfo.GetPrimeK… in UpdateOsAccount()
1551 std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(id) + in IsOsAccountExists()
[all …]
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_client_mock_plugin_so_module_test.cpp243 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in SetUpTestCase()
244 GTEST_LOG_(INFO) << "delete account test path " << USER_INFO_BASE; in SetUpTestCase()
266 osAccountFileOperator.DeleteDirOrFile(USER_INFO_BASE); in TearDownTestCase()
267 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()
/ohos5.0/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()
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp247 …std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(userId_)… in OnResult()
261 …std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(userId_)… in OnResult()
H A Dinner_account_iam_manager.cpp99 …std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(userId) + in AddCredential()
429 …std::string path = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(userId) + in HandleFileKeyException()
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_file_watcher_manager.cpp457 filePath_ = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(id) + in FileWatcher()