Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/
H A Ddistribute_constants.cpp21 const std::string DistributeConstants::START_ABILITY_URL_KEY = "url"; member in OHOS::AppExecFwk::DistributeConstants
H A Ddistribute_constants.h26 static const std::string START_ABILITY_URL_KEY; variable
H A Djs_feature_ability.cpp341 want.SetParam(DistributeConstants::START_ABILITY_URL_KEY, requestParam.GetUrl()); in GetWant()