/packages/modules/Virtualization/libs/cborutil/src/ |
D | lib.rs | 47 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/ |
D | FieldValue.h | 282 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 …]
|
D | FieldValue.cpp | 158 Value::Value(const Value& from) { in Value() function in android::os::statsd::Value
|
D | stats_log.proto | 162 message Value { message
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/model/ |
D | ValueUpdate.kt | 21 data class Value<T>(val value: T) : ValueUpdate<T> class
|
/packages/modules/Virtualization/libs/libservice_vm_comm/src/ |
D | csr.rs | 51 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/ |
D | client_vm.rs | 211 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()
|
D | rkp.rs | 150 fn build_signed_data(payload: &Value, dice_artifacts: &dyn DiceArtifacts) -> Result<CoseSign1> { in build_signed_data()
|
D | dice.rs | 83 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/ |
D | service_vm.rs | 76 fn ed25519_public_key_to_cbor_value(public_key: &[u8]) -> Result<Value> { in ed25519_public_key_to_cbor_value()
|
D | client_vm.rs | 75 fn to_value(&self) -> CborResult<Value> { in to_value()
|
/packages/modules/Virtualization/libs/dice/sample_inputs/src/ |
D | sample_inputs.rs | 78 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/ |
D | observation.proto | 108 message Value { message
|
/packages/modules/AdServices/adservices/scripts/ |
D | generate_adservices_public_xml.py | 26 Value = 1 variable in ResourceCategory
|
/packages/modules/Virtualization/guest/microdroid_manager/src/ |
D | dice.rs | 91 fn into_value(self) -> Result<Value> { in into_value()
|
/packages/modules/Virtualization/guest/pvmfw/src/dice/ |
D | chain.rs | 247 fn value_from_key(&self, key: i32) -> Option<&Value> { in value_from_key()
|
D | mod.rs | 307 fn decode_config_descriptor(inputs: &PartialInputs) -> HashMap<i64, Value> { in decode_config_descriptor() argument
|
/packages/modules/Virtualization/libs/libclient_vm_csr/src/ |
D | lib.rs | 249 fn get_label_value(key: &CoseKey, label: Label) -> Result<&Value> { in get_label_value()
|