Home
last modified time | relevance | path

Searched refs:supportStart (Results 1 - 3 of 3) sorted by relevance

/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()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dimplicit_start_processor.cpp930 std::string supportStart = OHOS::system::GetParameter(SUPPORT_ACTION_START_SELECTOR, "false"); in IsActionImplicitStart() local
931 if (supportStart == "false") { in IsActionImplicitStart()

Completed in 3 milliseconds