Home
last modified time | relevance | path

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

/packages/modules/Virtualization/libs/cborutil/src/
Dlib.rs47 pub fn parse_value_array(data: &[u8], context: &'static str) -> Result<Vec<Value>> { in parse_value_array()
52 pub fn value_to_array(v: Value, context: &'static str) -> Result<Vec<Value>> { in value_to_array()
57 pub fn value_to_text(v: Value, context: &'static str) -> Result<String> { in value_to_text()
62 pub fn value_to_map(v: Value, context: &'static str) -> Result<Vec<(Value, Value)>> { in value_to_map() argument
67 pub fn value_to_num<T: TryFrom<Integer>>(v: Value, context: &'static str) -> Result<T> { in value_to_num()
76 pub fn value_to_byte_array<const N: usize>(v: Value, context: &'static str) -> Result<[u8; N]> { in value_to_byte_array()
85 pub fn value_to_bytes(v: Value, context: &'static str) -> Result<Vec<u8>> { in value_to_bytes()
92 v: &Value, in to_unexpected_item_error()
127 pub fn get_label_value(key: &CoseKey, label: Label) -> Result<&Value> { in get_label_value()
/packages/modules/StatsD/statsd/src/
DFieldValue.h282 struct Value { struct
283 Value() : type(UNKNOWN) {} in Value() argument
285 Value(int32_t v) { in Value() function
290 Value(int64_t v) { in Value() function
295 Value(float v) { in Value() function
300 Value(double v) { in Value() argument
305 Value(const std::string& v) { in Value() function
310 Value(const std::vector<uint8_t>& v) { in Value() argument
315 void setInt(int32_t v) { in setInt()
320 void setLong(int64_t v) { in setLong()
[all …]
DFieldValue.cpp158 Value::Value(const Value& from) { in Value() function in android::os::statsd::Value
Dstats_log.proto162 message Value { message
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/model/
DValueUpdate.kt21 data class Value<T>(val value: T) : ValueUpdate<T> class
/packages/modules/Virtualization/libs/libservice_vm_comm/src/
Dcsr.rs51 let Value::Array(mut arr) = value else { in from_cbor_slice() localVariable
90 let Value::Array(mut arr) = value else { in from_cbor_slice() localVariable
/packages/modules/Virtualization/libs/libservice_vm_requests/src/
Dclient_vm.rs211 service_vm_entry: &Value, in validate_kernel_authority_hash()
266 client_vm_dice_chain: &[Value], in validate_client_vm_dice_chain_prefix_match()
267 service_vm_dice_chain: &[Value], in validate_client_vm_dice_chain_prefix_match()
Drkp.rs150 fn build_signed_data(payload: &Value, dice_artifacts: &dyn DiceArtifacts) -> Result<CoseSign1> { in build_signed_data()
Ddice.rs83 mut client_vm_dice_chain: Vec<Value>, in validate_signatures_and_parse_dice_chain()
300 value: Value, in validate_cose_signature_and_extract_payload()
/packages/modules/Virtualization/libs/libservice_vm_fake_chain/src/
Dservice_vm.rs76 fn ed25519_public_key_to_cbor_value(public_key: &[u8]) -> Result<Value> { in ed25519_public_key_to_cbor_value()
Dclient_vm.rs75 fn to_value(&self) -> CborResult<Value> { in to_value()
/packages/modules/Virtualization/libs/dice/sample_inputs/src/
Dsample_inputs.rs78 fn ed25519_public_key_to_cbor_value(public_key: &[u8]) -> Result<Value> { in ed25519_public_key_to_cbor_value()
/packages/modules/AdServices/adservices/libraries/cobalt/proto/
Dobservation.proto108 message Value { message
/packages/modules/AdServices/adservices/scripts/
Dgenerate_adservices_public_xml.py26 Value = 1 variable in ResourceCategory
/packages/modules/Virtualization/guest/microdroid_manager/src/
Ddice.rs91 fn into_value(self) -> Result<Value> { in into_value()
/packages/modules/Virtualization/guest/pvmfw/src/dice/
Dchain.rs247 fn value_from_key(&self, key: i32) -> Option<&Value> { in value_from_key()
Dmod.rs307 fn decode_config_descriptor(inputs: &PartialInputs) -> HashMap<i64, Value> { in decode_config_descriptor() argument
/packages/modules/Virtualization/libs/libclient_vm_csr/src/
Dlib.rs249 fn get_label_value(key: &CoseKey, label: Label) -> Result<&Value> { in get_label_value()