Home
last modified time | relevance | path

Searched refs:isModuleExist (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_bc_mgr.c56 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 Dsoftbus_hidumper_buscenter.c55 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 Dsoftbus_hidumper_conn.c54 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 Dsoftbus_hidumper_disc.c55 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 Dsoftbus_hidumper_broadcast.c118 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 Dsoftbus_hidumper_trans.c130 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 Dsoftbus_hidumper.c205 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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp167 …bool isModuleExist = bundleInfo.GetMaxVerBaseSharedBundleInfo(dependency.moduleName, sharedBundle); in FindDependencyInInstalledBundles() local
168 if (isModuleExist && dependency.versionCode <= sharedBundle.versionCode) { in FindDependencyInInstalledBundles()
H A Dinner_shared_bundle_installer.cpp229 …bool isModuleExist = bundleInfo.GetMaxVerBaseSharedBundleInfo(dependency.moduleName, sharedBundle); in CheckDependency() local
230 if (isModuleExist && dependency.versionCode <= sharedBundle.versionCode) { in CheckDependency()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp757 bool isModuleExist = oldInfo.FindModule(moduleName); in ProcessBundleUpdateStatus() local
758 APP_LOGI("module %{public}s isModuleExist %{public}d", moduleName.c_str(), isModuleExist); in ProcessBundleUpdateStatus()
760 auto result = isModuleExist ? ProcessModuleUpdate(newInfo, oldInfo, hspPath, installParam) : in ProcessBundleUpdateStatus()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp1714 bool isModuleExist = oldInfo.FindModule(modulePackage); in ProcessBundleUninstall() local
1715 if (!isModuleExist) { in ProcessBundleUninstall()
2158 bool isModuleExist = oldInfo.FindModule(modulePackage_); in ProcessBundleUpdateStatus() local
2159 if (isModuleExist) { in ProcessBundleUpdateStatus()
2163 result = isModuleExist ? ProcessModuleUpdate(newInfo, oldInfo, in ProcessBundleUpdateStatus()