Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:USER_INFO_BASE
(Results
1 - 21
of
21
) sorted by relevance
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H
A
D
os_account_constants.h
27
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
D
account_command_create_module_test.cpp
44
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
D
account_command_delete_module_test.cpp
50
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
D
account_command_set_module_test.cpp
53
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
D
account_command_dump_module_test.cpp
50
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
D
os_account_manager_no_bms_mock_test.cpp
58
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
D
os_account_manager_module_test.cpp
183
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
D
os_account_manager_service_subscribe_module_test.cpp
74
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
D
os_account_manager_service_module_test.cpp
129
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
D
os_account_event_manager_multiple_thread_test.cpp
59
osAccountFileOperator.DeleteDirOrFile(
USER_INFO_BASE
);
in SetUpTestCase()
60
GTEST_LOG_(INFO) << "delete account test path " <<
USER_INFO_BASE
;
in SetUpTestCase()
H
A
D
os_account_inner_account_mgr_mock.cpp
124
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
D
os_account_control_file_manager_test.cpp
730
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
D
visit_record_file_manager.cpp
26
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
D
retention_file_manager.cpp
26
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
D
os_account_control_file_manager.cpp
423
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
D
domain_account_client_mock_plugin_so_module_test.cpp
246
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
D
domain_account_client_module_test.cpp
101
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
D
account_mgr_inner_sdk_func_test.cpp
93
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
D
account_iam_callback.cpp
271
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
D
inner_account_iam_manager.cpp
121
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
D
account_file_watcher_manager.cpp
449
filePath_ = Constants::
USER_INFO_BASE
+ Constants::PATH_SEPARATOR + std::to_string(id) +
in FileWatcher()
Completed in 28 milliseconds