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:AccountHelper
(Results
1 - 15
of
15
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
account_helper.cpp
27
int32_t
AccountHelper
::IsOsAccountExists(const int32_t id, bool &isOsAccountExists)
in IsOsAccountExists()
38
int32_t
AccountHelper
::GetCurrentActiveUserId()
in GetCurrentActiveUserId()
54
bool
AccountHelper
::IsOsAccountVerified(const int32_t userId)
in IsOsAccountVerified()
70
int32_t
AccountHelper
::GetOsAccountLocalIdFromUid(const int32_t callingUid)
in GetOsAccountLocalIdFromUid()
77
return
AccountHelper
::GetCurrentActiveUserId();
in GetOsAccountLocalIdFromUid()
H
A
D
bundle_mgr_service.cpp
362
currentUserId =
AccountHelper
::GetCurrentActiveUserId();
in GetConnectAbility()
471
if (
AccountHelper
::IsOsAccountExists(userId, isExists) != ERR_OK) {
in CheckAllUser()
H
A
D
bundle_common_event_mgr.cpp
96
AccountHelper
::GetCurrentActiveUserId() : bundleUserId;
in NotifyBundleStatus()
H
A
D
user_unlocked_event_subscriber.cpp
64
if (
AccountHelper
::IsOsAccountVerified(userId) && (userId_ != userId)) {
in OnReceiveEvent()
H
A
D
bundle_mgr_host_impl.cpp
1275
int32_t currentUserId =
AccountHelper
::GetCurrentActiveUserId();
in CleanBundleCacheFilesAutomatic()
2385
int32_t currentUserId =
AccountHelper
::GetCurrentActiveUserId();
in GetShortcutInfos()
2683
int32_t currentUserId =
AccountHelper
::GetCurrentActiveUserId();
in GetConnectAbilityMgrFromService()
3888
int32_t userId =
AccountHelper
::GetCurrentActiveUserId();
in GetRecoverableApplicationInfo()
3930
int32_t userId =
AccountHelper
::GetCurrentActiveUserId();
in GetUninstalledBundleInfo()
4106
int32_t currentActiveUserId =
AccountHelper
::GetCurrentActiveUserId();
in SwitchUninstallState()
4293
int32_t userId =
AccountHelper
::GetOsAccountLocalIdFromUid(uid);
in GetLaunchWant()
H
A
D
bundle_data_mgr.cpp
3491
int32_t userId =
AccountHelper
::GetCurrentActiveUserId();
in GetRecoverablePreInstallBundleInfos()
3606
return GetBundleSpaceSize(bundleName,
AccountHelper
::GetCurrentActiveUserId());
in GetBundleSpaceSize()
4283
int32_t userId =
AccountHelper
::GetCurrentActiveUserId();
in SetModuleRemovable()
4323
int32_t userId =
AccountHelper
::GetCurrentActiveUserId();
in IsModuleRemovable()
7013
int32_t userId =
AccountHelper
::GetOsAccountLocalIdFromUid(IPCSkeleton::GetCallingUid());
in GetSpecifiedDistributionType()
7039
int32_t userId =
AccountHelper
::GetOsAccountLocalIdFromUid(IPCSkeleton::GetCallingUid());
in GetAdditionalInfo()
7278
userId =
AccountHelper
::GetCurrentActiveUserId();
in GetGroupDir()
7650
int32_t userId =
AccountHelper
::GetOsAccountLocalIdFromUid(IPCSkeleton::GetCallingUid());
in SetAdditionalInfo()
H
A
D
bundle_mgr_service_event_handler.cpp
3334
if (
AccountHelper
::IsOsAccountVerified(Constants::START_USERID)) {
in ListeningUserUnlocked()
3360
currentUserId =
AccountHelper
::GetCurrentActiveUserId();
in RemoveUnreservedSandbox()
H
A
D
base_bundle_installer.cpp
4333
return
AccountHelper
::GetCurrentActiveUserId();
in GetConfirmUserId()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/accounthelper_fuzzer/
H
A
D
accounthelper_fuzzer.cpp
31
AccountHelper
::IsOsAccountExists(id, isOsAccountExists);
in DoSomethingInterestingWithMyAPI()
32
AccountHelper
::GetCurrentActiveUserId();
in DoSomethingInterestingWithMyAPI()
33
AccountHelper
::IsOsAccountVerified(id);
in DoSomethingInterestingWithMyAPI()
34
AccountHelper
::GetOsAccountLocalIdFromUid(id);
in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H
A
D
bundle_resource_callback.cpp
30
int32_t currentUserId =
AccountHelper
::GetCurrentActiveUserId();
in OnUserIdSwitched()
75
int32_t currentUserId =
AccountHelper
::GetCurrentActiveUserId();
in OnSystemLanguageChange()
122
int32_t currentUserId =
AccountHelper
::GetCurrentActiveUserId();
in OnApplicationThemeChanged()
142
int32_t currentUserId =
AccountHelper
::GetCurrentActiveUserId();
in OnOverlayStatusChanged()
180
int32_t currentUserId =
AccountHelper
::GetCurrentActiveUserId();
in SetThemeIdForThemeChanged()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
account_helper.h
23
class
AccountHelper
{
class
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H
A
D
bundle_sandbox_exception_handler.cpp
174
currentUserId =
AccountHelper
::GetCurrentActiveUserId();
in RemoveDataDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H
A
D
aot_handler.cpp
123
int32_t userId =
AccountHelper
::GetCurrentActiveUserId();
in GetArkProfilePath()
173
int32_t curActiveUserId =
AccountHelper
::GetCurrentActiveUserId();
in BuildAOTArgs()
399
int32_t userId =
AccountHelper
::GetCurrentActiveUserId();
in HandleCopyAp()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H
A
D
app_control_manager.cpp
331
int32_t currentUserId =
AccountHelper
::GetCurrentActiveUserId();
in SetAppInstallControlStatus()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H
A
D
extend_resource_manager_host_impl.cpp
586
int32_t currentUserId =
AccountHelper
::GetCurrentActiveUserId();
in ResetBundleResourceIcon()
Completed in 44 milliseconds