Home
last modified time | relevance | path

Searched refs:GetReleaseType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/plugin_adapter/
H A Dplugin_bridge.cpp45 tmp = SystemProperties::GetReleaseType(); in ProcessSystemParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h236 static const std::string& GetReleaseType() in GetReleaseType() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp897 … return std::make_tuple(false, info.second.GetCurModuleName(), info.second.GetReleaseType()); in GetValidReleaseType()
901 (infos.begin()->second).GetReleaseType()); in GetValidReleaseType()
953 if (releaseType != info.second.GetReleaseType()) { in CheckAppLabelInfo()
956 info.second.GetCurModuleName().c_str(), info.second.GetReleaseType().c_str()); in CheckAppLabelInfo()
H A Dbase_bundle_installer.cpp4401 if (oldInfo.GetReleaseType() != newInfo.GetReleaseType()) { in CheckReleaseTypeIsCompatible()
4403 oldInfo.GetCurModuleName().c_str(), oldInfo.GetReleaseType().c_str(), in CheckReleaseTypeIsCompatible()
4404 newInfo.GetCurModuleName().c_str(), newInfo.GetReleaseType().c_str()); in CheckReleaseTypeIsCompatible()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h715 std::string GetReleaseType() const in GetReleaseType() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp1834 DumpLog::GetInstance().Print(1, "ReleaseType: " + SystemProperties::GetReleaseType()); in OnDumpInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp752 tmp = SystemProperties::GetReleaseType(); in GetDeviceInfo()