mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 22:21:36 -04:00
refactor: delete unimplemented function
Signed-off-by: yangxuguang-huawei <yangxuguang3@huawei.com> Change-Id: I8f35900e396a4c2c1569fa8ff4d134fdf11ac608
This commit is contained in:
@@ -234,7 +234,6 @@ private:
|
||||
void HandleFreeInstallResult(int32_t recordId, FreeInstallInfo &freeInstallInfo, int resultCode, bool isAsync);
|
||||
void HandleOnFreeInstallSuccess(int32_t recordId, FreeInstallInfo &freeInstallInfo, bool isAsync);
|
||||
void HandleOnFreeInstallFail(int32_t recordId, FreeInstallInfo &freeInstallInfo, int resultCode, bool isAsync);
|
||||
void NotifySCBToHandleException(const FreeInstallInfo &info, int resultCode);
|
||||
void StartAbilityByConvertedWant(FreeInstallInfo &info, const std::string &startTime);
|
||||
void StartAbilityByOriginalWant(FreeInstallInfo &info, const std::string &startTime);
|
||||
bool VerifyStartFreeInstallPermission(const sptr<IRemoteObject> &callerToken);
|
||||
|
||||
Reference in New Issue
Block a user