Home
last modified time | relevance | path

Searched refs:tempVersion (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp290 std::string tempVersion; in GetParamVersion() local
296 if (!JsonUtils::GetStringFromJsonValue(devStandbyConfigRoot, TAG_VER, tempVersion)) { in GetParamVersion()
300 if (CompareVersion(tempVersion, version)) { in GetParamVersion()
301 version = tempVersion; in GetParamVersion()
/foundation/arkui/ace_engine/test/unittest/core/render/
H A Drender_property_test_ng.cpp511 int32_t tempVersion = static_cast<int32_t>(context->GetMinPlatformVersion()); in HWTEST_F() local
514 context->SetMinPlatformVersion(tempVersion); in HWTEST_F()

Completed in 4 milliseconds