Home
last modified time | relevance | path

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

/system/chre/util/tests/
Dunique_ptr_test.cc27 struct Value { struct
28 Value(int value) : value(value) { in Value() function
32 ~Value() { in ~Value() argument
36 Value &operator=(Value &&other) { in operator =() argument
45 int Value::constructionCounter = 0; argument
/system/keymint/wire/src/
Dlib.rs263 pub fn cbor_type_error<T>(value: &cbor::value::Value, want: &'static str) -> Result<T, CborError> { in cbor_type_error()
282 pub fn read_to_value(mut slice: &[u8]) -> Result<cbor::value::Value, CborError> { in read_to_value()
297 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError>; in to_cbor_value()
350 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value()
375 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value()
398 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()
435 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value()
457 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value()
476 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value()
[all …]
Dkeymint.rs78 fn to_cbor_value(self) -> coset::Result<cbor::value::Value> { in to_cbor_value()
98 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value()
600 fn to_cbor_value(self) -> Result<cbor::value::Value, crate::CborError> { in to_cbor_value()
/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/core/toolbox/
Dgetprop.cpp33 Value, enumerator
/system/security/diced/sample_inputs/src/
Dsample_inputs.rs77 fn ed25519_public_key_to_cbor_value(public_key: &[u8]) -> Result<Value> { in ed25519_public_key_to_cbor_value()
/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/keymint/ta/src/
Drkp.rs52 fn rpc_device_info_cbor(&self) -> Result<Value, Error> { in rpc_device_info_cbor()
/system/keymint/common/src/
Dcrypto.rs298 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value()
Dkeyblob.rs76 fn to_cbor_value(self) -> Result<cbor::value::Value, CborError> { in to_cbor_value()