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:GetCallingUserID
(Results
1 - 5
of
5
) sorted by relevance
/base/account/os_account/services/accountmgr/include/
H
A
D
account_mgr_service.h
74
std::int32_t
GetCallingUserID
();
/base/account/os_account/services/accountmgr/src/
H
A
D
ohos_account_manager.cpp
184
std::int32_t userId = AccountMgrService::GetInstance().
GetCallingUserID
();
in OhosAccountStateChange()
239
std::int32_t callingUserId = AccountMgrService::GetInstance().
GetCallingUserID
();
in GetCurrentOhosAccountInfo()
250
userId = AccountMgrService::GetInstance().
GetCallingUserID
();
in GetAccountInfoByUserId()
661
AccountMgrService::GetInstance().
GetCallingUserID
());
in CheckOhosAccountCanBind()
H
A
D
account_mgr_service.cpp
75
std::int32_t AccountMgrService::
GetCallingUserID
()
in GetCallingUserID()
function in OHOS::AccountSA::AccountMgrService
H
A
D
account_stub.cpp
149
userId = AccountMgrService::GetInstance().
GetCallingUserID
();
in InnerSetOhosAccountInfo()
/base/account/os_account/services/accountmgr/src/domain_account/
H
A
D
inner_domain_account_manager.cpp
83
static int32_t
GetCallingUserID
()
in GetCallingUserID()
function
413
ReportOsAccountOperationFail(
GetCallingUserID
(), methodName, err, msg);
in GetAndCleanPluginBussnessError()
454
int32_t userId =
GetCallingUserID
();
in SetPluginDomainAccountInfo()
540
int32_t localId =
GetCallingUserID
();
in AddServerConfig()
564
int32_t localId =
GetCallingUserID
();
in RemoveServerConfig()
622
int32_t localId =
GetCallingUserID
();
in PluginAuth()
692
int32_t callerLocalId =
GetCallingUserID
();
in PluginBindAccount()
1542
int32_t localId =
GetCallingUserID
();
in PluginGetDomainAccountInfo()
Completed in 7 milliseconds