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:needSendEvent
(Results
1 - 17
of
17
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H
A
D
mock_system_bundle_installer.cpp
101
installParam.
needSendEvent
= false;
in UninstallSystemBundle()
129
installParam.
needSendEvent
= false;
in UninstallSystemBundle()
158
installParam.
needSendEvent
= false;
in UninstallSystemBundle()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
system_bundle_installer.cpp
157
installParam.
needSendEvent
= false;
in UninstallSystemBundle()
184
installParam.
needSendEvent
= false;
in UninstallSystemBundle()
211
installParam.
needSendEvent
= false;
in UninstallSystemBundle()
272
installParam.
needSendEvent
= false;
in CheckUninstallSystemHsp()
H
A
D
hmp_bundle_installer.cpp
97
installParam.
needSendEvent
= true;
in InstallNormalAppInHmp()
319
installParam.
needSendEvent
= false;
in UninstallSystemBundle()
363
installParam.
needSendEvent
= false;
in CheckUninstallSystemHsp()
H
A
D
bundle_mgr_service_event_handler.cpp
1059
installParam.
needSendEvent
= false;
in ProcessSystemBundleInstall()
1080
installParam.
needSendEvent
= false;
in ProcessSystemBundleInstall()
1099
installParam.
needSendEvent
= false;
in ProcessSystemSharedBundleInstall()
2982
installParam.
needSendEvent
= false;
in OTAInstallSystemBundle()
3011
installParam.
needSendEvent
= false;
in OTAInstallSystemBundleNeedCheckUser()
3043
installParam.
needSendEvent
= false;
in OTAInstallSystemSharedBundle()
3605
installParam.
needSendEvent
= false;
in PatchSystemHspInstall()
3654
installParam.
needSendEvent
= false;
in PatchSystemBundleInstall()
3835
installParam.
needSendEvent
= false;
in ProcessRebootQuickFixUnInstallAndRecover()
3848
installParam.
needSendEvent
in InnerProcessRebootUninstallWrongBundle()
[all...]
H
A
D
bundle_user_mgr_host_impl.cpp
461
installParam.
needSendEvent
= false;
in UninstallBackupUninstallList()
H
A
D
base_bundle_installer.cpp
171
if (!installParam.
needSendEvent
) {
in SendStartInstallNotify()
172
LOG_NOFUNC_W(BMS_TAG_INSTALLER, "SendStartInstallNotify
needSendEvent
is false");
in SendStartInstallNotify()
206
if (installParam.
needSendEvent
&& dataMgr_ && !bundleName_.empty()) {
in InstallBundle()
252
if (installParam.
needSendEvent
&& dataMgr_ && !bundleName.empty()) {
in InstallBundleByBundleName()
292
if (installParam.
needSendEvent
&& dataMgr_) {
in Recover()
352
if (installParam.
needSendEvent
&& dataMgr_) {
in UninstallBundle()
548
if (installParam.
needSendEvent
&& dataMgr_) {
in UninstallBundle()
4904
installParam.
needSendEvent
= false;
in OnSingletonChange()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
js_third_provider_interaction_operation.cpp
633
bool
needSendEvent
= true;
in HandleEventByFramework()
local
638
needSendEvent
= HandleNativeFocusUpdate(
in HandleEventByFramework()
646
return
needSendEvent
;
in HandleEventByFramework()
659
bool
needSendEvent
= HandleEventByFramework(
in SendAccessibilityAsyncEvent()
local
663
if (
needSendEvent
) {
in SendAccessibilityAsyncEvent()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H
A
D
install_param.h
64
bool
needSendEvent
= true;
member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H
A
D
bms_bundle_ota_update_test.cpp
137
installParam.
needSendEvent
= false;
in InstallSystemBundle()
154
installParam.
needSendEvent
= false;
in OTAInstallSystemBundle()
538
installParam.
needSendEvent
= false;
in HWTEST_F()
H
A
D
bms_bundle_installer_permission_test.cpp
114
installParam.
needSendEvent
= false;
in InstallSystemBundle()
133
installParam.
needSendEvent
= false;
in OTAInstallSystemBundle()
H
A
D
bms_bundle_installer_test.cpp
169
installParam.
needSendEvent
= false;
in InstallSystemBundle()
188
installParam.
needSendEvent
= false;
in OTAInstallSystemBundle()
1603
* @tc.name: test BuildTempNativeLibraryPath,
needSendEvent
is true
1611
installParam.
needSendEvent
= true;
in HWTEST_F()
1619
* @tc.name: test Recover,
needSendEvent
is true
1629
installParam.
needSendEvent
= true;
in HWTEST_F()
6581
installParam.
needSendEvent
= false;
in HWTEST_F()
H
A
D
bms_bundle_app_service_fwk_installer.cpp
134
installParam.
needSendEvent
= false;
in InstallSystemBundle()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_install_checker.h
36
bool
needSendEvent
= true;
member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H
A
D
app_service_fwk_installer.cpp
66
checkParam.
needSendEvent
= installParam.
needSendEvent
;
in BuildCheckParam()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H
A
D
inner_shared_bundle_installer.cpp
128
if (!installCheckParam.
needSendEvent
) {
in sendStartSharedBundleInstallNotify()
129
APP_LOGW("sendStartSharedBundleInstallNotify
needSendEvent
is false");
in sendStartSharedBundleInstallNotify()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/
H
A
D
bms_bundle_app_provision_info_test.cpp
1721
installCheckParam.
needSendEvent
= false;
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H
A
D
bms_bundle_manager_test.cpp
144
installParam.
needSendEvent
= false;
in InstallSystemBundle()
Completed in 69 milliseconds