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:GetAllUser
(Results
1 - 13
of
13
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H
A
D
mock_system_bundle_installer.cpp
71
for (auto allUserId : dataMgr->
GetAllUser
()) {
in OTAInstallSystemBundle()
94
for (auto userId : dataMgr->
GetAllUser
()) {
in UninstallSystemBundle()
122
for (auto userId : dataMgr->
GetAllUser
()) {
in UninstallSystemBundle()
151
for (auto userId : dataMgr->
GetAllUser
()) {
in UninstallSystemBundle()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
system_bundle_installer.cpp
78
for (auto allUserId : dataMgr->
GetAllUser
()) {
in OTAInstallSystemBundle()
115
userIdSet = dataMgr->
GetAllUser
();
in OTAInstallSystemBundleNeedCheckUser()
152
for (auto userId : dataMgr->
GetAllUser
()) {
in UninstallSystemBundle()
179
for (auto userId : dataMgr->
GetAllUser
()) {
in UninstallSystemBundle()
206
for (auto userId : dataMgr->
GetAllUser
()) {
in UninstallSystemBundle()
H
A
D
hmp_bundle_installer.cpp
153
for (auto userId : dataMgr_->
GetAllUser
()) {
in GetRequiredUserIds()
314
for (auto userId : dataMgr_->
GetAllUser
()) {
in UninstallSystemBundle()
H
A
D
bundle_mgr_service.cpp
464
std::set<int32_t> userIds = dataMgr_->
GetAllUser
();
in CheckAllUser()
H
A
D
bundle_installer.cpp
214
for (auto userId : dataMgr->
GetAllUser
()) {
in GetExistsCommonUserIds()
H
A
D
bundle_mgr_service_event_handler.cpp
1223
std::set<int32_t> userIds = dataMgr->
GetAllUser
();
in InnerProcessCheckAppDataDir()
1412
std::set<int32_t> userIds = dataMgr->
GetAllUser
();
in ProcessNewBackupDir()
3407
std::set<int32_t> userIds = dataMgr->
GetAllUser
();
in UpdateAppDataSelinuxLabel()
3455
std::set<int32_t> userIds = dataMgr->
GetAllUser
();
in HandleSceneBoard()
3877
std::set<int32_t> userIds = dataMgr->
GetAllUser
();
in ProcessCheckAppEl1DirTask()
H
A
D
bundle_data_mgr.cpp
3623
for (const auto &iterUserId :
GetAllUser
()) {
in GetBundleSpaceSize()
5098
std::set<int32_t> BundleDataMgr::
GetAllUser
() const
in GetAllUser()
function in OHOS::AppExecFwk::BundleDataMgr
7547
auto userSet =
GetAllUser
();
in BuildExternalOverlayConnection()
H
A
D
bundle_mgr_host_impl.cpp
2697
for (auto userId : dataMgr->
GetAllUser
()) {
in GetExistsCommonUserIs()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H
A
D
default_app_rdb.cpp
164
std::set<int32_t> allUsers = dataMgr->
GetAllUser
();
in ConvertMimeTypeToUtd()
229
std::set<int32_t> allUsers = dataMgr->
GetAllUser
();
in LoadDefaultApplicationConfig()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H
A
D
bundle_aging_mgr.cpp
160
for (const auto &userId : dataMgr->
GetAllUser
()) {
in QueryBundleStatsInfoByInterval()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H
A
D
bundle_overlay_data_manager.cpp
176
auto userSet = dataMgr_->
GetAllUser
();
in BuildInternalOverlayConnection()
343
auto userSet = dataMgr_->
GetAllUser
();
in SaveInternalOverlayModuleState()
740
auto userSet = dataMgr_->
GetAllUser
();
in AddOverlayModuleStates()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H
A
D
aot_handler.cpp
302
std::set<int32_t> userIds = dataMgr->
GetAllUser
();
in ClearArkAp()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_data_mgr.h
642
std::set<int32_t>
GetAllUser
() const;
Completed in 35 milliseconds