Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp12347 Want convertedWant = want; in OpenLink() local
12348 retCode = ConvertToExplicitWant(convertedWant); in OpenLink()
12363 convertedWant.AddFlags(Want::FLAG_INSTALL_ON_DEMAND); in OpenLink()
12364 TAG_LOGD(AAFwkTag::ABILITYMGR, "convertedWant=%{public}s", convertedWant.ToString().c_str()); in OpenLink()
12365 retCode = freeInstallManager_->StartFreeInstall(convertedWant, GetValidUserId(userId), in OpenLink()
12404 &convertedWant = want, this](int resultCode, AAFwk::Want& want) { in ConvertToExplicitWant()
12408 convertedWant = want; in ConvertToExplicitWant()