Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dcontrol_interceptor.cpp29 constexpr const char* IS_FROM_PARENTCONTROL = "ohos.ability.isFromParentControl"; variable
43 if (controlRule.controlWant->GetBoolParam(IS_FROM_PARENTCONTROL, false)) { in DoProcess()
H A Ddisposed_rule_interceptor.cpp35 constexpr const char* IS_FROM_PARENTCONTROL = "ohos.ability.isFromParentControl"; variable
268 if (disposedRule.want->GetBoolParam(IS_FROM_PARENTCONTROL, false)) { in SetInterceptInfo()