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:appInfos
(Results
1 - 6
of
6
) sorted by relevance
/base/notification/common_event_service/services/include/
H
A
D
bundle_manager_helper.h
97
* @param
appInfos
Indicates all of the obtained ApplicationInfo objects.
101
std::vector<AppExecFwk::ApplicationInfo> &
appInfos
);
/base/notification/common_event_service/services/src/
H
A
D
bundle_manager_helper.cpp
221
std::vector<AppExecFwk::ApplicationInfo> &
appInfos
)
in GetApplicationInfos()
239
return sptrBundleMgr_->GetApplicationInfos(flag, osAccountIds[0],
appInfos
);
in GetApplicationInfos()
220
GetApplicationInfos(const AppExecFwk::ApplicationFlag &flag, std::vector<AppExecFwk::ApplicationInfo> &
appInfos
)
GetApplicationInfos()
argument
H
A
D
static_subscriber_manager.cpp
53
std::vector<AppExecFwk::ApplicationInfo>
appInfos
{};
in InitAllowList()
55
->GetApplicationInfos(AppExecFwk::ApplicationFlag::GET_BASIC_APPLICATION_INFO,
appInfos
)) {
in InitAllowList()
60
for (auto const &appInfo :
appInfos
) {
in InitAllowList()
/base/msdp/device_status/services/native/src/
H
A
D
devicestatus_dumper.cpp
277
std::set<std::shared_ptr<AppInfo>>
appInfos
;
in SaveAppInfo()
local
281
if (
appInfos
.insert(appInfo).second) {
in SaveAppInfo()
282
auto [_, ret] = appInfos_.insert(std::make_pair(appInfo->type,
appInfos
));
in SaveAppInfo()
/base/usb/usb_manager/services/native/src/
H
A
D
usb_mass_storage_notification.cpp
122
std::vector<OHOS::AppExecFwk::ApplicationInfo>
appInfos
{};
in GetFilemanagerBundleName()
124
osAccountId,
appInfos
)) {
in GetFilemanagerBundleName()
129
for (auto const &appInfo :
appInfos
) {
in GetFilemanagerBundleName()
/base/notification/common_event_service/services/test/unittest/mock/
H
A
D
mock_bundle_manager_helper.cpp
259
std::vector<AppExecFwk::ApplicationInfo> &
appInfos
)
in GetApplicationInfos()
258
GetApplicationInfos(const AppExecFwk::ApplicationFlag &flag, std::vector<AppExecFwk::ApplicationInfo> &
appInfos
)
GetApplicationInfos()
argument
Completed in 4 milliseconds