Home
last modified time | relevance | path

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

12

/system/chre/util/tests/
Dunique_ptr_test.cc29 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/
Dlib.rs125 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/
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/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/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()
Drequest.rs44 fn args(&self) -> Vec<Value>; in args()
Dresponse.rs51 fn result(&self) -> Vec<Value> { in result()
/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()
270 node_payload: &Value, in constraints_on_dice_node()
301 node_payload: &Value, in constraint_on_dice_node()
/system/secretkeeper/comm/src/
Dwire.rs55 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/
Dstructured_logger.rs20 pub trait Value { interface
43 impl Value for &str { impl
/system/secure_element/omapi/src/ara/
Dtlv.rs61 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/
DValue.aidl22 enum Value { enum
/system/authgraph/core/src/
Dkey.rs540 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()
Darc.rs218 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value()
/system/update_engine/common/
Ddynamic_partition_control_interface.h47 enum class Value { NONE = 0, RETROFIT, LAUNCH }; enum
/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/toolbox/
Dgetprop.cpp34 Value, enumerator
/system/see/authmgr/authmgr-common/src/
Dsigned_connection_request.rs79 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/
Dtask_profiles.json114 "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/
Ddice.rs131 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.rs76 fn rpc_device_info_cbor(&self) -> Result<Value, Error> { in rpc_device_info_cbor()

12