mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +00:00
Merge branch 'master' of https://gitee.com/gritking/ability_dmsfwk
Signed-off-by: MisterE <smart_e@126.com>
This commit is contained in:
commit
41fcb74b9e
@ -43,7 +43,7 @@ public:
|
||||
static void InitAbilityInfoFromExtension(const AppExecFwk::ExtensionAbilityInfo &extensionAbilityInfo,
|
||||
AppExecFwk::AbilityInfo &abilityInfo);
|
||||
static bool IsSameAppId(const std::string& callerAppId, const std::string& targetBundleName);
|
||||
bool BundleManagerInternal::IsSameDeveloperId(const std::string &callerDeveloperId,
|
||||
static bool BundleManagerInternal::IsSameDeveloperId(const std::string &callerDeveloperId,
|
||||
const std::string &targetBundleName);
|
||||
static int32_t GetLocalBundleInfo(const std::string& bundleName, AppExecFwk::BundleInfo &localBundleInfo);
|
||||
static int32_t GetLocalBundleInfoV9(const std::string& bundleName, AppExecFwk::BundleInfo &bundleInfo);
|
||||
|
@ -57,8 +57,7 @@ public:
|
||||
AccountInfo& accountInfo);
|
||||
bool GetTargetAbility(const AAFwk::Want& want, AppExecFwk::AbilityInfo& targetAbility,
|
||||
bool needQueryExtension = false) const;
|
||||
bool isSameAppIdOrDeveloperId(const CallerInfo &callerInfo, __resharper_unknown_type &targetAbility,
|
||||
int32_t &value);
|
||||
bool isSameAppIdOrDeveloperId(const CallerInfo &callerInfo, AppExecFwk::AbilityInfo &targetAbility);
|
||||
void MarkUriPermission(OHOS::AAFwk::Want& want, uint32_t accessToken);
|
||||
void RemoveRemoteObjectFromWant(std::shared_ptr<AAFwk::Want> want) const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user