/system/chre/util/tests/ |
D | unique_ptr_test.cc | 29 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/ |
D | lib.rs | 123 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/ |
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/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 | response.rs | 51 fn result(&self) -> Vec<Value> { in result()
|
D | request.rs | 44 fn args(&self) -> Vec<Value>; in args()
|
/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/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() 266 node_payload: Value, in constraints_on_dice_node() 295 node_payload: &Value, in constraint_on_dice_node()
|
/system/secretkeeper/comm/src/ |
D | wire.rs | 52 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/ |
D | structured_logger.rs | 20 pub trait Value { interface 43 impl Value for &str { impl
|
/system/tools/hidl/hidl2aidl/test/aidl_api/hidl2aidl_test_gen/current/hidl2aidl/test/ |
D | Value.aidl | 22 enum Value { enum
|
/system/update_engine/common/ |
D | dynamic_partition_control_interface.h | 47 enum class Value { NONE = 0, RETROFIT, LAUNCH }; enum
|
/system/authgraph/core/src/ |
D | key.rs | 501 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/ |
D | getprop.cpp | 33 Value, enumerator
|
/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/libprocessgroup/profiles/ |
D | task_profiles_28.json | 141 "Value": "1" string 154 "Value": "0" string
|
D | task_profiles_30.json | 141 "Value": "1" string 154 "Value": "0" string
|
D | task_profiles_29.json | 141 "Value": "1" string 154 "Value": "0" string
|
D | task_profiles.json | 104 "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/ |
D | dice.rs | 104 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 | 67 fn rpc_device_info_cbor(&self) -> Result<Value, Error> { in rpc_device_info_cbor()
|