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:newUserId
(Results
1 - 7
of
7
) sorted by relevance
/base/useriam/user_auth_framework/test/fuzztest/services/templatecachemanager_fuzzer/
H
A
D
template_cache_manager_fuzzer.cpp
58
int
newUserId
= 200;
in FuzzProcessUserIdChange()
local
59
g_templateCacheManger.ProcessUserIdChange(
newUserId
);
in FuzzProcessUserIdChange()
/base/useriam/user_auth_framework/services/ipc/inc/
H
A
D
template_cache_manager.h
30
void ProcessUserIdChange(const int
newUserId
);
/base/useriam/user_auth_framework/services/ipc/src/
H
A
D
template_cache_manager.cpp
211
void TemplateCacheManager::ProcessUserIdChange(const int
newUserId
)
in ProcessUserIdChange()
argument
215
if (
newUserId
== currUserId_) {
in ProcessUserIdChange()
216
IAM_LOGE("same userId %{public}d",
newUserId
);
in ProcessUserIdChange()
221
currUserId_ =
newUserId
;
in ProcessUserIdChange()
/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H
A
D
domain_account_client_mock_plugin_so_module_test.cpp
414
int32_t
newUserId
= -1;
in HWTEST_F()
local
416
EXPECT_EQ(OsAccountManager::GetOsAccountLocalIdFromDomain(newDomainInfo,
newUserId
), ERR_OK);
in HWTEST_F()
417
EXPECT_EQ(
newUserId
, oldUserId);
in HWTEST_F()
418
EXPECT_EQ(OsAccountManager::RemoveOsAccount(
newUserId
), ERR_OK);
in HWTEST_F()
H
A
D
domain_account_client_module_test.cpp
2070
int32_t
newUserId
= -1;
in HWTEST_F()
local
2071
errCode = OsAccountManager::GetOsAccountLocalIdFromDomain(newInfo,
newUserId
);
in HWTEST_F()
2073
EXPECT_EQ(oldUserId,
newUserId
);
in HWTEST_F()
/base/theme/wallpaper_mgr/services/include/
H
A
D
wallpaper_service.h
90
void OnInitUser(int32_t
newUserId
);
/base/inputmethod/imf/services/src/
H
A
D
input_method_system_ability.cpp
1022
auto
newUserId
= msg->msgContent_->ReadInt32();
in OnUserStarted()
local
1023
FullImeInfoManager::GetInstance().Add(
newUserId
);
in OnUserStarted()
1028
if (
newUserId
== userId_) {
in OnUserStarted()
1031
HandleUserSwitched(
newUserId
);
in OnUserStarted()
Completed in 9 milliseconds