Searched refs:supportStart (Results 1 – 2 of 2) sorted by relevance
33 std::string supportStart = OHOS::system::GetParameter(SUPPORT_SCREEN_UNLOCK_STARTUP, "false"); in DoProcess() local34 if (supportStart == "true") { in DoProcess()
41 std::string supportStart = OHOS::system::GetParameter(ABILITY_SUPPORT_START_OTHER_APP, "true"); in DoProcess() local42 if (supportStart == "true") { in DoProcess()