Searched refs:HandleProcessBundleInstallNative (Results 1 – 4 of 4) sorted by relevance
67 bool HandleProcessBundleInstallNative(MessageParcel &data, MessageParcel &reply);
129 ErrCode res = installdHost.HandleProcessBundleInstallNative(data, reply);
143 result = this->HandleProcessBundleInstallNative(data, reply); in OnRemoteRequest()287 bool InstalldHost::HandleProcessBundleInstallNative(MessageParcel &data, MessageParcel &reply) in HandleProcessBundleInstallNative() function in OHOS::AppExecFwk::InstalldHost
816 bool res = host.HandleProcessBundleInstallNative(datas, reply);