Searched defs:FreeInstallInfo (Results 1 – 2 of 2) sorted by relevance
33 struct FreeInstallInfo { struct34 Want want;35 int32_t userId = -1;36 int32_t requestCode = -1;37 std::shared_ptr<std::promise<int32_t>> promise;38 bool isInstalled = false;39 std::string identity;40 sptr<IRemoteObject> callerToken = nullptr;41 sptr<IRemoteObject> dmsCallback = nullptr;
57 struct FreeInstallInfo { struct58 OHOS::AAFwk::Want want;59 int32_t requestCode = OHOS::AAFwk::DEFAULT_INVAL_VALUE;60 CallerInfo callerInfo = {};61 AccountInfo accountInfo = {};