| /system/chre/util/tests/ |
| D | unique_ptr_test.cc | 29 struct Value { struct 30 Value(int value) : value(value) { in Value() function 34 ~Value() { in ~Value() argument 38 Value &operator=(Value &&other) { in operator =() argument 47 int Value::constructionCounter = 0; argument
|
| /system/secretkeeper/dice_policy/src/ |
| D | lib.rs | 125 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() 150 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() 185 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() 236 dice_node: &Value, in check_constraints_on_node() 278 container: &Value, in lookup_in_nested_container() 280 ) -> Result<Option<Value>, Error> { in lookup_in_nested_container() 310 fn lookup_value_in_container<'a>(container: &'a Container<'a>, key: i64) -> Option<&'a Value> { in lookup_value_in_container() 339 pub fn payload_value_from_cose_sign(cbor: Value) -> Result<Value, Error> { in payload_value_from_cose_sign() 349 pub fn deserialize_cbor_array(cbor_array_bytes: &[u8]) -> Result<Vec<Value>, Error> { in deserialize_cbor_array()
|
| /system/authgraph/wire/src/ |
| D | cbor.rs | 80 pub fn cbor_type_error<T>(value: &Value, want: &'static str) -> Result<T, CborError> { in cbor_type_error() 98 pub fn read_to_value(mut slice: &[u8]) -> Result<Value, CborError> { in read_to_value() 115 fn to_cbor_value(self) -> Result<Value, CborError>; in to_cbor_value() 143 fn to_cbor_value(self) -> Result<Value, CborError> { in to_cbor_value() 161 fn to_cbor_value(self) -> Result<Value, CborError> { in to_cbor_value() 174 fn to_cbor_value(self) -> Result<Value, CborError> { in to_cbor_value() 186 fn to_cbor_value(self) -> Result<Value, CborError> { in to_cbor_value()
|
| D | lib.rs | 166 fn to_cbor_value(self) -> Result<Value, CborError> { in to_cbor_value() 213 fn to_cbor_value(self) -> Result<Value, CborError> { in to_cbor_value() 273 fn value(&self) -> Value { in value()
|
| /system/keymint/wire/src/ |
| D | lib.rs | 281 pub fn cbor_type_error<T>(value: &cbor::value::Value, want: &'static str) -> Result<T, CborError> { in cbor_type_error() 300 pub fn read_to_value(mut slice: &[u8]) -> Result<cbor::value::Value, CborError> { in read_to_value() 315 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError>; in to_cbor_value() 368 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value() 393 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value() 416 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value() 434 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value() 453 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value() 475 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value() 494 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value() [all …]
|
| /system/secretkeeper/comm/src/data_types/ |
| D | packet.rs | 44 pub fn into_inner(self) -> Vec<Value> { in into_inner() 65 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() 87 pub fn into_inner(self) -> Vec<Value> { in into_inner() 110 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
|
| D | request_response_impl.rs | 62 fn args(&self) -> Vec<Value> { in args() 83 fn result(&self) -> Vec<Value> { in result() 110 fn args(&self) -> Vec<Value> { in args() 152 fn args(&self) -> Vec<Value> { in args() 176 fn result(&self) -> Vec<Value> { in result()
|
| D | mod.rs | 55 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() 83 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
|
| D | request.rs | 44 fn args(&self) -> Vec<Value>; in args()
|
| D | response.rs | 51 fn result(&self) -> Vec<Value> { in result()
|
| /system/secretkeeper/dice_policy/building/src/ |
| D | lib.rs | 96 node_payload: &Value, in expand() 134 fn is_target_node(node_payload: &Value, spec: &ConstraintSpec) -> bool { in is_target_node() 152 fn size_of_array_in_nested_container(container: &Value, path: &[i64]) -> Result<usize, Error> { in size_of_array_in_nested_container() 164 target_node: &Value, in expand_wildcard_entry() 270 node_payload: &Value, in constraints_on_dice_node() 301 node_payload: &Value, in constraint_on_dice_node()
|
| /system/secretkeeper/comm/src/ |
| D | wire.rs | 55 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() 130 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() 162 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() 207 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() 226 pub fn cbor_type_error<T>(got: &Value, want: &'static str) -> Result<T, CoseError> { in cbor_type_error()
|
| /system/logging/rust/ |
| D | structured_logger.rs | 20 pub trait Value { interface 43 impl Value for &str { impl
|
| /system/secure_element/omapi/src/ara/ |
| D | tlv.rs | 61 pub fn value(&self) -> &Value { in value() 91 pub enum Value<'a> { enum 97 impl<'a> Value<'a> { implementation 269 fn parse_constructed_content(mut input: &[u8]) -> Result<Value, TlvParseError> { in parse_constructed_content()
|
| /system/tools/hidl/hidl2aidl/test/aidl_api/hidl2aidl_test_gen/current/hidl2aidl/test/ |
| D | Value.aidl | 22 enum Value { enum
|
| /system/authgraph/core/src/ |
| D | key.rs | 540 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() 781 fn to_cbor_value(mut self) -> Result<Value, CoseError> { in to_cbor_value() 813 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() 880 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() 1055 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() 1117 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() 1133 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() 1155 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
|
| D | arc.rs | 218 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
|
| /system/update_engine/common/ |
| D | dynamic_partition_control_interface.h | 47 enum class Value { NONE = 0, RETROFIT, LAUNCH }; enum
|
| /system/secretkeeper/dice_policy/tests/ |
| D | test.rs | 187 rot_key: Value, in get_dice_chain_helper() 191 constrained_array: Value, in get_dice_chain_helper()
|
| /system/core/toolbox/ |
| D | getprop.cpp | 34 Value, enumerator
|
| /system/see/authmgr/authmgr-common/src/ |
| D | signed_connection_request.rs | 79 fn to_cbor_value(self) -> CoseResult<Value> { in to_cbor_value() 173 fn to_cbor_value(self) -> CoseResult<Value> { in to_cbor_value()
|
| /system/core/libprocessgroup/profiles/ |
| D | task_profiles.json | 114 "Value": "1" string 127 "Value": "0" string 270 "Value": "1" string 283 "Value": "0" string 600 "Value": "16M" string 608 "Value": "150" string 622 "Value": "512M" string 630 "Value": "100" string
|
| /system/secretkeeper/client/src/ |
| D | dice.rs | 131 fn deserialize_cbor_array(cbor_array: &[u8]) -> Result<Vec<Value>, Error> { in deserialize_cbor_array()
|
| /system/secretkeeper/core/src/ |
| D | store.rs | 218 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
|
| /system/keymint/ta/src/ |
| D | rkp.rs | 76 fn rpc_device_info_cbor(&self) -> Result<Value, Error> { in rpc_device_info_cbor()
|