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:ADMIN_LOCAL_ID
(Results
1 - 9
of
9
) sorted by relevance
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H
A
D
os_account_constants.h
82
const std::int32_t
ADMIN_LOCAL_ID
= 0;
member
/base/account/os_account/services/accountmgr/src/osaccount/
H
A
D
os_account_manager_service.cpp
261
if ((id == Constants::START_USER_ID) || (id == Constants::
ADMIN_LOCAL_ID
)) {
in RemoveOsAccount()
516
if (id == Constants::
ADMIN_LOCAL_ID
) {
in SetOsAccountName()
545
if (id == Constants::
ADMIN_LOCAL_ID
) {
in SetOsAccountConstraints()
565
if (id == Constants::
ADMIN_LOCAL_ID
) {
in SetOsAccountProfilePhoto()
593
if (id == Constants::
ADMIN_LOCAL_ID
) {
in ActivateOsAccount()
613
if (id == Constants::
ADMIN_LOCAL_ID
) {
in DeactivateOsAccount()
789
if (id == Constants::
ADMIN_LOCAL_ID
) {
in SetCurrentOsAccountIsVerified()
803
if (id == Constants::
ADMIN_LOCAL_ID
) {
in SetOsAccountIsVerified()
1112
if (id < Constants::
ADMIN_LOCAL_ID
) {
in IsOsAccountForeground()
1129
if (id >= Constants::
ADMIN_LOCAL_ID
in IsOsAccountForeground()
[all...]
H
A
D
inner_os_account_manager.cpp
96
osAccountControl_->IsOsAccountExists(Constants::
ADMIN_LOCAL_ID
, isExistsAccount);
in CreateBaseAdminAccount()
99
Constants::CARRY_NUM * Constants::SERIAL_NUMBER_NUM_START_FOR_ADMIN + Constants::
ADMIN_LOCAL_ID
;
in CreateBaseAdminAccount()
101
Constants::
ADMIN_LOCAL_ID
, Constants::ADMIN_LOCAL_NAME, OsAccountType::ADMIN, serialNumber);
in CreateBaseAdminAccount()
1032
if (id == Constants::
ADMIN_LOCAL_ID
) {
in RetryToGetAccount()
1345
if (id == Constants::START_USER_ID || id == Constants::
ADMIN_LOCAL_ID
|| id == excludeId) {
in RetryToGetAccount()
1827
Constants::CARRY_NUM * Constants::SERIAL_NUMBER_NUM_START_FOR_ADMIN + Constants::
ADMIN_LOCAL_ID
) {
in RetryToGetAccount()
1828
id = Constants::
ADMIN_LOCAL_ID
;
in RetryToGetAccount()
H
A
D
os_account_control_file_manager.cpp
77
return (accountID >= Constants::
ADMIN_LOCAL_ID
&& accountID <= Constants::MAX_USER_ID);
in GetValidAccountID()
955
if (osAccountInfo.GetLocalId() < Constants::
ADMIN_LOCAL_ID
) {
in InsertOsAccount()
/base/account/os_account/services/accountmgr/test/unittest/os_account/
H
A
D
os_account_inner_account_mgr_cov.cpp
138
osAccountControl->IsOsAccountExists(Constants::
ADMIN_LOCAL_ID
, isExistsAccount);
in HWTEST_F()
H
A
D
os_account_inner_account_mgr_mock.cpp
830
osAccountControl->IsOsAccountExists(Constants::
ADMIN_LOCAL_ID
, isExistsAccount);
in HWTEST_F()
1512
+ Constants::
ADMIN_LOCAL_ID
;
in HWTEST_F()
1782
ErrCode ret = innerMgrService_->DeactivateOsAccountById(Constants::
ADMIN_LOCAL_ID
);
in HWTEST_F()
2204
ErrCode ret = IInnerOsAccountManager::GetInstance().DeactivateOsAccountById(Constants::
ADMIN_LOCAL_ID
);
in HWTEST_F()
H
A
D
os_account_control_file_manager_test.cpp
307
int id = Constants::
ADMIN_LOCAL_ID
;
in HWTEST_F()
/base/account/os_account/frameworks/osaccount/core/src/
H
A
D
os_account.cpp
915
if (localId < Constants::
ADMIN_LOCAL_ID
) {
in IsOsAccountForeground()
924
if (localId < Constants::
ADMIN_LOCAL_ID
) {
in IsOsAccountForeground()
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H
A
D
os_account_manager_module_test.cpp
533
EXPECT_EQ(OsAccountManager::IsOsAccountActived(Constants::
ADMIN_LOCAL_ID
, isOsAccountActived), ERR_OK);
in HWTEST_F()
Completed in 20 milliseconds