Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dimplicit_start_processor.cpp44 const std::string OPEN_LINK_APP_LINKING_ONLY = "appLinkingOnly"; variable
389 isOpenLink = request.want.HasParameter(OPEN_LINK_APP_LINKING_ONLY); in GenerateAbilityRequestByAction()
390 appLinkingOnly = request.want.GetBoolParam(OPEN_LINK_APP_LINKING_ONLY, false); in GenerateAbilityRequestByAction()
904 if (want.GetBoolParam(OPEN_LINK_APP_LINKING_ONLY, false)) { in SetTargetLinkInfo()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/implicit_start_processor_test/
H A Dimplicit_start_processor_test.cpp33 const std::string OPEN_LINK_APP_LINKING_ONLY = "appLinkingOnly"; variable