Searched refs:HandleProcessBundleUnInstallNative (Results 1 – 4 of 4) sorted by relevance
68 bool HandleProcessBundleUnInstallNative(MessageParcel &data, MessageParcel &reply);
143 ErrCode res = installdHost.HandleProcessBundleUnInstallNative(data, reply);
146 result = this->HandleProcessBundleUnInstallNative(data, reply); in OnRemoteRequest()300 bool InstalldHost::HandleProcessBundleUnInstallNative(MessageParcel &data, MessageParcel &reply) in HandleProcessBundleUnInstallNative() function in OHOS::AppExecFwk::InstalldHost
834 bool res = host.HandleProcessBundleUnInstallNative(datas, reply);