Home
last modified time | relevance | path

Searched refs:isModuleExist (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
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_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_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_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_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_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.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()
/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.cpp232 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 Dapp_service_fwk_installer.cpp838 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 Dbase_bundle_installer.cpp1722 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 Dbundle_mgr_service_event_handler.cpp2074 bool isModuleExist = false; in InnerProcessUninstallAppServiceModule() local
2078 isModuleExist = true; in InnerProcessUninstallAppServiceModule()
2083 if (!isModuleExist) { in InnerProcessUninstallAppServiceModule()

Completed in 28 milliseconds