Home
last modified time | relevance | path

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

/ohos5.0/base/security/asset/services/core_service/src/operations/
H A Doperation_query.rs27 …log_throw_error, throw_error, AssetMap, AuthType, ErrCode, Extension, Result, ReturnType, Tag, Val…
92 0 => throw_error!(ErrCode::NotFound, "[FATAL]The data to be queried does not exist."), in query_all()
146 return throw_error!(ErrCode::NotFound, "[FATAL]The data to be queried does not exist."); in query_attrs()
/ohos5.0/base/security/asset/frameworks/definition/src/
H A Dmacros.rs151 macro_rules! throw_error { macro