Home
last modified time | relevance | path

Searched refs:START_ABILITY_PARAMS_KEY (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/
H A Ddistribute_constants.cpp20 const std::string DistributeConstants::START_ABILITY_PARAMS_KEY = "__startParams"; member in OHOS::AppExecFwk::DistributeConstants
H A Ddistribute_constants.h25 static const std::string START_ABILITY_PARAMS_KEY;
H A Djs_feature_ability.cpp337 want.SetParam(DistributeConstants::START_ABILITY_PARAMS_KEY, requestParam.GetData()); in GetWant()