Home
last modified time | relevance | path

Searched refs:TryFrom (Results 1 - 9 of 9) sorted by relevance

/base/update/updater/services/rust/hash_signed_data/src/
H A Dhsd.rs31 impl TryFrom<&str> for SingleSignedData {
45 impl TryFrom<&str> for HashSignedData {
/base/security/asset/interfaces/inner_kits/c/src/
H A Dlib.rs19 use std::{convert::TryFrom, mem::size_of, result::Result, slice};
247 impl TryFrom<&Vec<u8>> for AssetBlob { impls
272 impl TryFrom<&Value> for AssetValue {
292 impl TryFrom<&AssetMap> for AssetResult {
325 impl TryFrom<&Vec<AssetMap>> for AssetResultSet { impls
/base/security/asset/frameworks/definition/src/
H A Dmacros.rs18 /// Macro to implement TryFrom and Display for enumeration types.
40 impl std::convert::TryFrom<u32> for $name {
66 /// Macro to implement TryFrom and Display for enumeration types.
88 impl std::convert::TryFrom<u32> for $name {
H A Dextension.rs108 fn get_enum_attr<T: TryFrom<u32, Error = AssetError>>(&self, key: &K) -> Result<T> { in get_enum_attr()
H A Dlib.rs405 fn get_enum_attr<T: TryFrom<u32, Error = AssetError>>(&self, key: &K) -> Result<T>; in get_enum_attr()
/base/msdp/device_status/rust/utils/src/
H A Derrors.rs46 impl TryFrom<i32> for FusionErrorCode {
H A Dmacros.rs39 impl TryFrom<u32> for $name { impls
/base/msdp/device_status/rust/subsystem/device_profile/sys/src/
H A Ddevice_profile.rs63 impl TryFrom<u32> for ProfileEvent {
/base/security/asset/services/core_service/src/operations/common/
H A Dargument_check.rs69 fn check_enum_variant<T: TryFrom<u32>>(tag: &Tag, value: &Value) -> Result<()> { in check_enum_variant()

Completed in 4 milliseconds