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:profileInfos
(Results
1 - 6
of
6
) sorted by relevance
/base/notification/common_event_service/services/test/unittest/mock/
H
A
D
mock_bundle_manager_helper.cpp
232
std::vector<std::string> &
profileInfos
)
in GetResConfigFile()
234
profileInfos
= g_mockProfileInfos;
in GetResConfigFile()
231
GetResConfigFile(const AppExecFwk::ExtensionAbilityInfo &extension, std::vector<std::string> &
profileInfos
)
GetResConfigFile()
argument
/base/notification/common_event_service/services/include/
H
A
D
bundle_manager_helper.h
81
* @param
profileInfos
Indicates the profile information.
85
std::vector<std::string> &
profileInfos
);
/base/notification/common_event_service/services/test/unittest/
H
A
D
bundle_manager_helper_test.cpp
181
std::vector<std::string>
profileInfos
;
in HWTEST_F()
local
182
EXPECT_EQ(false, bundleManagerHelper.GetResConfigFile(extension,
profileInfos
));
in HWTEST_F()
H
A
D
common_event_subscribe_unit_test.cpp
987
std::vector<std::string>
profileInfos
;
in HWTEST_F()
local
989
bool result = bundleManagerHelper.GetResConfigFile(extension,
profileInfos
);
in HWTEST_F()
/base/notification/common_event_service/services/src/
H
A
D
bundle_manager_helper.cpp
100
std::vector<std::string> &
profileInfos
)
in GetResConfigFile()
112
return client.GetResConfigFile(extension, META_NAME_STATIC_SUBSCRIBER,
profileInfos
);
in GetResConfigFile()
99
GetResConfigFile(const AppExecFwk::ExtensionAbilityInfo &extension, std::vector<std::string> &
profileInfos
)
GetResConfigFile()
argument
H
A
D
static_subscriber_manager.cpp
335
std::vector<std::string>
profileInfos
;
in AddSubscriber()
local
336
if (!DelayedSingleton<BundleManagerHelper>::GetInstance()->GetResConfigFile(extension,
profileInfos
)) {
in AddSubscriber()
340
for (auto profile :
profileInfos
) {
in AddSubscriber()
Completed in 6 milliseconds