Home
last modified time | relevance | path

Searched refs:wasOpSuccessful (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore/
Doperation_proto_handler.h27 void uploadOpAsProto(Operation& op, bool wasOpSuccessful);
Doperation_proto_handler.cpp105 void uploadOpAsProto(Operation& op, bool wasOpSuccessful) { in uploadOpAsProto() argument
112 operationConfig.set_was_op_successful(wasOpSuccessful); in uploadOpAsProto()
Dkey_store_service.cpp1556 bool wasOpSuccessful = true; in finish() local
1561 wasOpSuccessful = false; in finish()
1566 mOperationMap.removeOperation(token, wasOpSuccessful); in finish()