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 - 8
of
8
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H
A
D
app_control_manager_host_impl.cpp
326
int32_t AppControlManagerHostImpl::
GetCallingUserId
()
in GetCallingUserId()
function in OHOS::AppExecFwk::AppControlManagerHostImpl
343
userId =
GetCallingUserId
();
in SetDisposedStatus()
368
userId =
GetCallingUserId
();
in DeleteDisposedStatus()
382
userId =
GetCallingUserId
();
in DeleteDisposedStatus()
402
userId =
GetCallingUserId
();
in GetDisposedStatus()
474
userId =
GetCallingUserId
();
in GetDisposedRule()
506
userId =
GetCallingUserId
();
in SetDisposedRule()
556
userId =
GetCallingUserId
();
in GetDisposedRuleForCloneApp()
592
userId =
GetCallingUserId
();
in SetDisposedRuleForCloneApp()
621
userId =
GetCallingUserId
();
in DeleteDisposedRuleForCloneApp()
[all...]
/foundation/arkui/ui_appearance/services/src/
H
A
D
ui_appearance_ability.cpp
295
int32_t UiAppearanceAbility::
GetCallingUserId
()
in GetCallingUserId()
function in OHOS::ArkUi::UiAppearance::UiAppearanceAbility
450
auto userId =
GetCallingUserId
();
in SetDarkMode()
492
auto it = usersParam_.find(
GetCallingUserId
());
in GetDarkMode()
540
return OnSetFontScale(
GetCallingUserId
(), fontScale);
in SetFontScale()
555
auto it = usersParam_.find(
GetCallingUserId
());
in GetFontScale()
607
return OnSetFontWeightScale(
GetCallingUserId
(), fontWeightScale);
in SetFontWeightScale()
622
auto it = usersParam_.find(
GetCallingUserId
());
in GetFontWeightScale()
/foundation/arkui/ui_appearance/services/include/
H
A
D
ui_appearance_ability.h
75
int32_t
GetCallingUserId
();
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_control/
H
A
D
app_control_manager_host_impl.h
91
int32_t
GetCallingUserId
();
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
net_conn_service.cpp
1031
int32_t ret =
GetCallingUserId
(userId);
in SendHttpProxyChangeBroadcast()
2099
int32_t ret =
GetCallingUserId
(userId);
in SetGlobalHttpProxy()
2135
int32_t NetConnService::
GetCallingUserId
(int32_t &userId)
in GetCallingUserId()
function in OHOS::NetManagerStandard::NetConnService
2200
int32_t ret =
GetCallingUserId
(userId);
in LoadGlobalHttpProxy()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H
A
D
net_conn_service.h
483
int32_t
GetCallingUserId
(int32_t &userId);
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H
A
D
net_conn_service_test.cpp
676
int32_t ret = NetConnService::GetInstance()->
GetCallingUserId
(userId);
in HWTEST_F()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H
A
D
net_conn_service_test.cpp
677
int32_t ret = NetConnService::GetInstance()->
GetCallingUserId
(userId);
in HWTEST_F()
Completed in 17 milliseconds