!853 samgr支持查询SA广播扩展数据

Merge pull request !853 from 张英烈/master
This commit is contained in:
openharmony_ci 2024-05-27 12:16:18 +00:00 committed by Gitee
commit 4b1f89287e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -62,6 +62,8 @@ public:
std::vector<sptr<IRemoteObject>>& saList));
MOCK_METHOD2(GetRunningSaExtensionInfoList, int32_t(const std::string& extension,
std::vector<SaExtensionInfo>& infoList));
MOCK_METHOD3(GetCommonEventExtraDataIdlist, int32_t(int32_t systemAbilityId,
std::vector<int64_t>& extraDataIdList, const std::string& eventName));
};
} // namespace OHOS