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:osAccountInfo
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/deps_wrapper/src/
H
A
D
os_account_manager_wrapper.cpp
89
AccountSA::OsAccountInfo
osAccountInfo
;
in CreateOsAccount()
91
AccountSA::OsAccountType::NORMAL,
osAccountInfo
);
in CreateOsAccount()
92
osAccountUserId =
osAccountInfo
.GetLocalId();
in CreateOsAccount()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H
A
D
multi_account_manager.cpp
196
AccountSA::OsAccountInfo
osAccountInfo
;
in UpdateAccountPriorityInfo()
local
197
ErrCode errCode = AccountSA::OsAccountManager::QueryOsAccountById(accountId,
osAccountInfo
);
in UpdateAccountPriorityInfo()
203
if (!SetAccountPriority(accountId,
osAccountInfo
.GetLocalName(),
osAccountInfo
.GetType(),
in UpdateAccountPriorityInfo()
204
osAccountInfo
.GetIsActived())) {
in UpdateAccountPriorityInfo()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H
A
D
distributed_sched_permission.cpp
191
AccountSA::OhosAccountInfo
osAccountInfo
;
in GetOsAccountData()
local
192
ret = AccountSA::OhosAccountKits::GetInstance().GetOhosAccountInfo(
osAccountInfo
);
in GetOsAccountData()
193
if (ret != 0 ||
osAccountInfo
.uid_ == "") {
in GetOsAccountData()
197
dmsAccountInfo.activeAccountId =
osAccountInfo
.uid_;
in GetOsAccountData()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H
A
D
bm_install_multi_user_test.cpp
214
OsAccountInfo
osAccountInfo
;
in CreateNewUser()
local
215
auto res = OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::NORMAL,
osAccountInfo
);
in CreateNewUser()
218
return
osAccountInfo
.GetLocalId();
in CreateNewUser()
Completed in 5 milliseconds