Home
last modified time | relevance | path

Searched defs:Value (Results 1 – 25 of 30) sorted by relevance

12

/system/chre/util/tests/
Dunique_ptr_test.cc29 struct Value { struct
30 Value(int value) : value(value) { in Value() argument
34 ~Value() { in ~Value() argument
38 Value &operator=(Value &&other) { in operator =() argument
47 int Value::constructionCounter = 0; argument
/system/secretkeeper/dice_policy/src/
Dlib.rs123 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
151 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
186 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
235 dice_node: &Value, in check_constraints_on_node()
277 container: &Value, in lookup_in_nested_container()
279 ) -> Result<Option<Value>, Error> { in lookup_in_nested_container()
309 fn lookup_value_in_container<'a>(container: &'a Container<'a>, key: i64) -> Option<&'a Value> { in lookup_value_in_container()
338 pub fn payload_value_from_cose_sign(cbor: Value) -> Result<Value, Error> { in payload_value_from_cose_sign()
348 pub fn deserialize_cbor_array(cbor_array_bytes: &[u8]) -> Result<Vec<Value>, Error> { in deserialize_cbor_array()
/system/authgraph/wire/src/
Dcbor.rs80 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()
Dlib.rs166 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/secretkeeper/comm/src/data_types/
Dpacket.rs44 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()
Drequest_response_impl.rs62 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()
Dmod.rs55 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()
Dresponse.rs51 fn result(&self) -> Vec<Value> { in result()
Drequest.rs44 fn args(&self) -> Vec<Value>; in args()
/system/keymint/wire/src/
Dlib.rs281 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/dice_policy/building/src/
Dlib.rs96 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()
266 node_payload: Value, in constraints_on_dice_node()
295 node_payload: &Value, in constraint_on_dice_node()
/system/secretkeeper/comm/src/
Dwire.rs52 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
117 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
149 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
194 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
213 pub fn cbor_type_error<T>(got: &Value, want: &'static str) -> Result<T, CoseError> { in cbor_type_error()
/system/logging/rust/
Dstructured_logger.rs20 pub trait Value { interface
43 impl Value for &str { impl
/system/tools/hidl/hidl2aidl/test/aidl_api/hidl2aidl_test_gen/current/hidl2aidl/test/
DValue.aidl22 enum Value { enum
/system/update_engine/common/
Ddynamic_partition_control_interface.h47 enum class Value { NONE = 0, RETROFIT, LAUNCH }; enum
/system/authgraph/core/src/
Dkey.rs501 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
634 fn to_cbor_value(mut self) -> Result<Value, CoseError> { in to_cbor_value()
666 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
733 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
908 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
970 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
986 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
1008 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
/system/core/toolbox/
Dgetprop.cpp33 Value, enumerator
/system/secretkeeper/dice_policy/tests/
Dtest.rs187 rot_key: Value, in get_dice_chain_helper()
191 constrained_array: Value, in get_dice_chain_helper()
/system/core/libprocessgroup/profiles/
Dtask_profiles_28.json141 "Value": "1" string
154 "Value": "0" string
Dtask_profiles_30.json141 "Value": "1" string
154 "Value": "0" string
Dtask_profiles_29.json141 "Value": "1" string
154 "Value": "0" string
Dtask_profiles.json104 "Value": "1" string
117 "Value": "0" string
234 "Value": "1" string
247 "Value": "0" string
578 "Value": "16MB" string
586 "Value": "150" string
600 "Value": "512MB" string
608 "Value": "100" string
/system/secretkeeper/client/src/
Ddice.rs104 fn deserialize_cbor_array(cbor_array: &[u8]) -> Result<Vec<Value>, Error> { in deserialize_cbor_array()
/system/secretkeeper/core/src/
Dstore.rs218 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
/system/keymint/ta/src/
Drkp.rs67 fn rpc_device_info_cbor(&self) -> Result<Value, Error> { in rpc_device_info_cbor()

12