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:clientUserId
(Results
1 - 5
of
5
) sorted by relevance
/foundation/window/window_manager/wmserver/src/
H
A
D
mock_session_manager_service.cpp
260
int32_t
clientUserId
= GetUserIdByCallingUid();
in GetSessionManagerService()
local
261
if (
clientUserId
<= INVALID_USER_ID) {
in GetSessionManagerService()
262
TLOGE(WmsLogTag::WMS_MULTI_USER, "userId is illegal: %{public}d",
clientUserId
);
in GetSessionManagerService()
265
if (
clientUserId
== SYSTEM_USERID) {
in GetSessionManagerService()
268
clientUserId
= currentWMSUserId_;
in GetSessionManagerService()
270
return GetSessionManagerServiceByUserId(
clientUserId
);
in GetSessionManagerService()
323
int32_t
clientUserId
= GetUserIdByCallingUid();
in RegisterSMSRecoverListener()
local
324
if (
clientUserId
<= INVALID_USER_ID) {
in RegisterSMSRecoverListener()
325
TLOGE(WmsLogTag::WMS_RECOVER, "userId is illegal: %{public}d",
clientUserId
);
in RegisterSMSRecoverListener()
329
TLOGI(WmsLogTag::WMS_RECOVER, "
clientUserId
in RegisterSMSRecoverListener()
371
int32_t
clientUserId
= GetUserIdByCallingUid();
UnregisterSMSRecoverListener()
local
427
int32_t
clientUserId
= GetUserIdByCallingUid();
RegisterSMSLiteRecoverListener()
local
475
int32_t
clientUserId
= GetUserIdByCallingUid();
UnregisterSMSLiteRecoverListener()
local
[all...]
/foundation/window/window_manager/wm/src/
H
A
D
window_adapter_lite.cpp
153
int32_t
clientUserId
= GetUserIdByUid(getuid());
in InitSSMProxy()
local
154
if (
clientUserId
== SYSTEM_USERID && !isRegisteredUserSwitchListener_) {
in InitSSMProxy()
H
A
D
window_manager_lite.cpp
678
int32_t
clientUserId
= GetUserIdByUid(getuid());
in RegisterWMSConnectionChangedListener()
local
679
if (
clientUserId
!= SYSTEM_USERID) {
in RegisterWMSConnectionChangedListener()
H
A
D
window_adapter.cpp
426
int32_t
clientUserId
= GetUserIdByUid(getuid());
in InitSSMProxy()
local
427
if (
clientUserId
== SYSTEM_USERID && !isRegisteredUserSwitchListener_) {
in InitSSMProxy()
H
A
D
window_manager.cpp
383
int32_t
clientUserId
= GetUserIdByUid(getuid());
in RegisterWMSConnectionChangedListener()
local
384
if (
clientUserId
!= SYSTEM_USERID) {
in RegisterWMSConnectionChangedListener()
Completed in 8 milliseconds