Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/
H A Dcontinuation_handler.cpp27 const std::string FEATURE_ABILITY_FLAG_KEY = "ohos.dms.faFlag"; variable
124 want.SetParam(FEATURE_ABILITY_FLAG_KEY, true); in HandleStartContinuation()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp68 const std::string FEATURE_ABILITY_FLAG_KEY = "ohos.dms.faFlag"; variable
636 bool isFA = want->GetBoolParam(FEATURE_ABILITY_FLAG_KEY, false); in StartContinuationInner()
637 want->RemoveParam(FEATURE_ABILITY_FLAG_KEY); in StartContinuationInner()