Searched refs:wasOpSuccessful (Results 1 – 3 of 3) sorted by relevance
27 void uploadOpAsProto(Operation& op, bool wasOpSuccessful);
105 void uploadOpAsProto(Operation& op, bool wasOpSuccessful) { in uploadOpAsProto() argument112 operationConfig.set_was_op_successful(wasOpSuccessful); in uploadOpAsProto()
1556 bool wasOpSuccessful = true; in finish() local1561 wasOpSuccessful = false; in finish()1566 mOperationMap.removeOperation(token, wasOpSuccessful); in finish()