Home
last modified time | relevance | path

Searched refs:CANCELLED (Results 1 – 6 of 6) sorted by relevance

/system/iorap/docs/binder/
DActivityHint.dot27 STARTED -> CANCELLED;
30 COMPLETED -> CANCELLED;
/system/security/keystore2/aidl/android/security/apc/
DResponseCode.aidl33 CANCELLED = 1, enumConstant
/system/security/keystore2/src/
Dapc.rs65 Error::Rc(ResponseCode::CANCELLED) in cancelled()
240 (ResponseCode::CANCELLED, _, _) | (ResponseCode::ABORTED, true, _) => { in result()
Dutils.rs205 APC_COMPAT_ERROR_CANCELLED => ApcResponseCode::CANCELLED, in compat_2_response_code()
/system/extras/bootctl/
Dbootctl.cpp154 if (status == "cancelled") return MergeStatus::CANCELLED; in stringToMergeStatus()
185 case MergeStatus::CANCELLED: in operator <<()
/system/core/fastboot/device/
Dcommands.cpp664 hal->setSnapshotMergeStatus(MergeStatus::CANCELLED); in SnapshotUpdateHandler()