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:isModuleExist
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H
A
D
softbus_hidumper_buscenter.c
55
int32_t
isModuleExist
= SOFTBUS_DUMP_NOT_EXIST;
in SoftBusBusCenterDumpHander()
local
62
isModuleExist
= SOFTBUS_DUMP_EXIST;
in SoftBusBusCenterDumpHander()
68
if (
isModuleExist
== SOFTBUS_DUMP_NOT_EXIST) {
in SoftBusBusCenterDumpHander()
H
A
D
softbus_hidumper_bc_mgr.c
56
int32_t
isModuleExist
= SOFTBUS_DUMP_NOT_EXIST;
in SoftBusBcMgrDumpHander()
local
63
isModuleExist
= SOFTBUS_DUMP_EXIST;
in SoftBusBcMgrDumpHander()
67
if (
isModuleExist
== SOFTBUS_DUMP_NOT_EXIST) {
in SoftBusBcMgrDumpHander()
H
A
D
softbus_hidumper_disc.c
55
int32_t
isModuleExist
= SOFTBUS_DUMP_NOT_EXIST;
in SoftBusDiscDumpHander()
local
62
isModuleExist
= SOFTBUS_DUMP_EXIST;
in SoftBusDiscDumpHander()
66
if (
isModuleExist
== SOFTBUS_DUMP_NOT_EXIST) {
in SoftBusDiscDumpHander()
H
A
D
softbus_hidumper_conn.c
54
int32_t
isModuleExist
= SOFTBUS_DUMP_NOT_EXIST;
in SoftBusConnDumpHander()
local
61
isModuleExist
= SOFTBUS_DUMP_EXIST;
in SoftBusConnDumpHander()
65
if (
isModuleExist
== SOFTBUS_DUMP_NOT_EXIST) {
in SoftBusConnDumpHander()
H
A
D
softbus_hidumper_trans.c
130
int32_t
isModuleExist
= SOFTBUS_DUMP_NOT_EXIST;
in SoftBusTransDumpHandler()
local
137
isModuleExist
= SOFTBUS_DUMP_EXIST;
in SoftBusTransDumpHandler()
141
if (
isModuleExist
== SOFTBUS_DUMP_NOT_EXIST) {
in SoftBusTransDumpHandler()
H
A
D
softbus_hidumper_broadcast.c
118
int32_t
isModuleExist
= SOFTBUS_DUMP_NOT_EXIST;
in SoftBusBroadcastDumpHander()
local
125
isModuleExist
= SOFTBUS_DUMP_EXIST;
in SoftBusBroadcastDumpHander()
129
if (
isModuleExist
== SOFTBUS_DUMP_NOT_EXIST) {
in SoftBusBroadcastDumpHander()
H
A
D
softbus_hidumper.c
205
int32_t
isModuleExist
= SOFTBUS_DUMP_NOT_EXIST;
in SoftBusDumpDispatch()
local
215
isModuleExist
= SOFTBUS_DUMP_EXIST;
in SoftBusDumpDispatch()
220
if (
isModuleExist
== SOFTBUS_DUMP_NOT_EXIST) {
in SoftBusDumpDispatch()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H
A
D
shared_bundle_installer.cpp
167
bool
isModuleExist
= bundleInfo.GetMaxVerBaseSharedBundleInfo(dependency.moduleName, sharedBundle);
in FindDependencyInInstalledBundles()
local
168
if (
isModuleExist
&& dependency.versionCode <= sharedBundle.versionCode) {
in FindDependencyInInstalledBundles()
H
A
D
inner_shared_bundle_installer.cpp
232
bool
isModuleExist
= bundleInfo.GetMaxVerBaseSharedBundleInfo(dependency.moduleName, sharedBundle);
in CheckDependency()
local
233
if (
isModuleExist
&& dependency.versionCode <= sharedBundle.versionCode) {
in CheckDependency()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H
A
D
app_service_fwk_installer.cpp
838
bool
isModuleExist
= oldInfo.FindModule(moduleName);
in ProcessBundleUpdateStatus()
local
839
APP_LOGI("module %{public}s
isModuleExist
%{public}d", moduleName.c_str(),
isModuleExist
);
in ProcessBundleUpdateStatus()
841
auto result =
isModuleExist
? ProcessModuleUpdate(newInfo, oldInfo, hspPath, installParam) :
in ProcessBundleUpdateStatus()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
base_bundle_installer.cpp
1722
bool
isModuleExist
= oldInfo.FindModule(modulePackage);
in ProcessBundleUninstall()
local
1723
if (!
isModuleExist
) {
in ProcessBundleUninstall()
2173
bool
isModuleExist
= oldInfo.FindModule(modulePackage_);
in ProcessBundleUpdateStatus()
local
2174
if (
isModuleExist
) {
in ProcessBundleUpdateStatus()
2178
result =
isModuleExist
? ProcessModuleUpdate(newInfo, oldInfo,
in ProcessBundleUpdateStatus()
H
A
D
bundle_mgr_service_event_handler.cpp
2074
bool
isModuleExist
= false;
in InnerProcessUninstallAppServiceModule()
local
2078
isModuleExist
= true;
in InnerProcessUninstallAppServiceModule()
2083
if (!
isModuleExist
) {
in InnerProcessUninstallAppServiceModule()
Completed in 28 milliseconds