Home
last modified time | relevance | path

Searched refs:isUpdated (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_manager_service.h34 bool isUpdated; member
98 bool isSystemApp, bool isUpdated, const char *appId);
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_manager_service.cpp461 if (toBeInstalledApp->isUpdated) { in InstallPreBundle()
783 List<ToBeInstalledApp *> *systemPathList, bool isSystemApp, bool isUpdated, const char *appId) in AddSystemAppPathList()
797 toBeInstalledApp->isUpdated = isUpdated; in AddSystemAppPathList()
782 AddSystemAppPathList(const char *installedPath, const char *path, List<ToBeInstalledApp *> *systemPathList, bool isSystemApp, bool isUpdated, const char *appId) AddSystemAppPathList() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp882 bool isUpdated = false; in DoCreateSharedTable() local
885 isUpdated = true; in DoCreateSharedTable()
889 if (isUpdated) { in DoCreateSharedTable()
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.cpp487 bool isUpdated = GetDrmInfosUpdated(drmInfo, infosUpdated); in ProcessDrmInfos() local
488 if (isUpdated) { in ProcessDrmInfos()
1913 bool isUpdated = GetDrmInfosUpdated(info, infoUpdated); in HandleSourceDrmInfoEvent() local
1914 if (isUpdated) { in HandleSourceDrmInfoEvent()
/foundation/ability/form_fwk/services/src/
H A Dform_data_mgr.cpp1152 bool isUpdated = false; in UpdateHostForm() local
1164 isUpdated = true; in UpdateHostForm()
1167 return isUpdated; in UpdateHostForm()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp3923 bool isUpdated = std::all_of(installedInfo.hapModuleInfos.begin(), installedInfo.hapModuleInfos.end(), in InnerProcessUninstallForExistPreBundle() local
3927 if (isUpdated) { in InnerProcessUninstallForExistPreBundle()
3937 return isUpdated; in InnerProcessUninstallForExistPreBundle()
3942 return isUpdated; in InnerProcessUninstallForExistPreBundle()

Completed in 18 milliseconds