Home
last modified time | relevance | path

Searched refs:SYSTEM_RESOURCES_APP (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_rdb.cpp26 constexpr const char* SYSTEM_RESOURCES_APP = "ohos.global.systemres"; variable
560 absRdbPredicates.EqualTo(BundleResourceConstants::NAME, SYSTEM_RESOURCES_APP); in GetCurrentSystemState()
563 APP_LOGW("bundleName:%{public}s failed due rdb QueryByStep failed", SYSTEM_RESOURCES_APP); in GetCurrentSystemState()
570 … APP_LOGW("bundleName:%{public}s GoToFirstRow failed, ret: %{public}d", SYSTEM_RESOURCES_APP, ret); in GetCurrentSystemState()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dcommon_profile.h493 constexpr const char* SYSTEM_RESOURCES_APP = "ohos.global.systemres"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp95 constexpr const char* SYSTEM_RESOURCES_APP = "ohos.global.systemres"; variable
1796 if (bundleName == SYSTEM_RESOURCES_APP) { in InnerProcessRebootBundleInstall()
H A Dbundle_profile.cpp2324 if (configJson.app.bundleName == Profile::SYSTEM_RESOURCES_APP) { in ToInnerModuleInfo()
H A Dmodule_profile.cpp2374 if (moduleJson.app.bundleName == Profile::SYSTEM_RESOURCES_APP) { in GetPermissions()