Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/include/
H A Duri_permission_utils.h42 static bool GetBundleApiTargetVersion(const std::string &bundleName, int32_t &targetApiVersion);
/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Duri_permission_utils.cpp175 bool UPMSUtils::GetBundleApiTargetVersion(const std::string &bundleName, int32_t &targetApiVersion) in GetBundleApiTargetVersion() function in OHOS::AAFwk::UPMSUtils