Home
last modified time | relevance | path

Searched refs:supportStart (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dscreen_unlock_interceptor.cpp33 std::string supportStart = OHOS::system::GetParameter(SUPPORT_SCREEN_UNLOCK_STARTUP, "false"); in DoProcess() local
34 if (supportStart == "true") { in DoProcess()
H A Dstart_other_app_interceptor.cpp41 std::string supportStart = OHOS::system::GetParameter(ABILITY_SUPPORT_START_OTHER_APP, "true"); in DoProcess() local
42 if (supportStart == "true") { in DoProcess()