Home
last modified time | relevance | path

Searched refs:check_arguments (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/asset/services/core_service/src/operations/
H A Doperation_post_query.rs27 fn check_arguments(query: &AssetMap) -> Result<()> { in check_arguments() function
37 check_arguments(handle)?; in post_query()
H A Doperation_remove.rs39 fn check_arguments(attributes: &AssetMap) -> Result<()> { in check_arguments() function
51 check_arguments(query)?; in remove()
H A Doperation_pre_query.rs31 fn check_arguments(attributes: &AssetMap) -> Result<()> { in check_arguments() function
68 check_arguments(query)?; in pre_query()
H A Doperation_update.rs68 fn check_arguments(query: &AssetMap, attrs_to_update: &AssetMap) -> Result<()> { in check_arguments() function
97 check_arguments(query, update)?; in update()
H A Doperation_add.rs148 fn check_arguments(attributes: &AssetMap, calling_info: &CallingInfo) -> Result<()> { in check_arguments() function
166 check_arguments(attributes, calling_info)?; in local_add()
H A Doperation_query.rs160 fn check_arguments(attributes: &AssetMap) -> Result<()> { in check_arguments() function
173 check_arguments(query)?; in query()
/ohos5.0/base/startup/hvb/tools/
H A Dhvbtool.py1125 def check_arguments(act): function
1158 check_arguments(action)