Home
last modified time | relevance | path

Searched refs:releaseType_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/common/pluginadapter/
H A Dplugin_adapter_test.cpp110 systemPro.releaseType_ = "Beta";
140 systemPro.releaseType_ = "Beta";
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h238 return releaseType_; in GetReleaseType()
614 static std::string releaseType_; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp404 std::string SystemProperties::releaseType_ = INVALID_PARAM; member in OHOS::Ace::SystemProperties
565 releaseType_ = ::GetOsReleaseType(); in InitDeviceInfo()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp67 std::string SystemProperties::releaseType_ = UNDEFINED_PARAM; member in OHOS::Ace::SystemProperties