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:commonEventInfo
(Results
1 - 4
of
4
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H
A
D
shared_bundle_installer.cpp
178
EventInfo
commonEventInfo
= eventTemplate;
in SendBundleSystemEvent()
local
179
commonEventInfo
.isPreInstallApp = installParam_.isPreInstallApp;
in SendBundleSystemEvent()
180
commonEventInfo
.errCode = errCode;
in SendBundleSystemEvent()
181
commonEventInfo
.isFreeInstallMode = (installParam_.installFlag == InstallFlag::FREE_INSTALL);
in SendBundleSystemEvent()
182
GetCallingEventInfo(
commonEventInfo
);
in SendBundleSystemEvent()
185
installer.second->SendBundleSystemEvent(
commonEventInfo
);
in SendBundleSystemEvent()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H
A
D
bundlemgrproxy_fuzzer.cpp
75
CommonEventInfo
commonEventInfo
;
in DoSomethingInterestingWithMyAPI()
local
76
commonEventInfo
.bundleName = bundleName;
in DoSomethingInterestingWithMyAPI()
78
commonEventInfos.push_back(
commonEventInfo
);
in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H
A
D
bms_bundle_kit_service_test.cpp
1410
for (const auto &
commonEventInfo
: commonEventInfos) {
in CheckCommonEventInfoTest()
1412
EXPECT_EQ(
commonEventInfo
.name, COMMON_EVENT_NAME);
in CheckCommonEventInfoTest()
1413
EXPECT_EQ(
commonEventInfo
.bundleName, BUNDLE_NAME_TEST);
in CheckCommonEventInfoTest()
1414
EXPECT_EQ(
commonEventInfo
.permission, COMMON_EVENT_PERMISSION);
in CheckCommonEventInfoTest()
1415
for (auto item :
commonEventInfo
.data) {
in CheckCommonEventInfoTest()
1418
for (auto item :
commonEventInfo
.type) {
in CheckCommonEventInfoTest()
1421
for (auto item :
commonEventInfo
.events) {
in CheckCommonEventInfoTest()
5861
* @tc.name: test can't get the
commonEventInfo
have no bundle
5862
* @tc.desc: 1.have not get
commonEventInfo
by event key
5863
* 2.can't get
commonEventInfo
10912
CommonEventInfo
commonEventInfo
;
HWTEST_F()
local
10936
CommonEventInfo
commonEventInfo
;
HWTEST_F()
local
[all...]
H
A
D
bms_bundle_data_mgr_test.cpp
4574
CommonEventInfo
commonEventInfo
;
in HWTEST_F()
local
4576
info.commonEvents_.try_emplace(key,
commonEventInfo
);
in HWTEST_F()
Completed in 38 milliseconds