Home
last modified time | relevance | path

Searched refs:operation_type (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dasset.rs147 let operation_type = parcel.read::<AssetStatus>()?; in deserialize() localVariable
160 status: operation_type, in deserialize()
/ohos5.0/base/security/asset/services/core_service/src/operations/
H A Dcommon.rs200 if let Some(Value::Number(operation_type)) = input.get(&Tag::OperationType) { in inform_asset_ext()
201 match operation_type { in inform_asset_ext()