Lines Matching refs:operation
96 // in case of failures in Write operation.
227 // to be able to perform a given install operation.
228 bool CanPerformInstallOperation(const InstallOperation& operation);
234 // Validates that the hash of the blobs corresponding to the given |operation|
237 ErrorCode ValidateOperationHash(const InstallOperation& operation);
250 bool PerformInstallOperation(const InstallOperation& operation);
252 // These perform a specific type of operation and return true on success.
255 bool PerformReplaceOperation(const InstallOperation& operation);
256 bool PerformZeroOrDiscardOperation(const InstallOperation& operation);
257 bool PerformMoveOperation(const InstallOperation& operation);
258 bool PerformBsdiffOperation(const InstallOperation& operation);
259 bool PerformSourceCopyOperation(const InstallOperation& operation,
261 bool PerformSourceBsdiffOperation(const InstallOperation& operation,
264 // Extracts the payload signature message from the blob on the |operation| if
267 bool ExtractSignatureMessageFromOperation(const InstallOperation& operation);
352 // Index of the next operation to perform in the manifest. The index is linear
353 // on the total number of operation on the manifest.
358 // next update operation.