Home
last modified time | relevance | path

Searched refs:handleCnt (Results 1 - 4 of 4) sorted by relevance

/base/security/asset/interfaces/kits/c/src/
H A Dasset_api.c47 int32_t OH_Asset_PostQuery(const Asset_Attr *handle, uint32_t handleCnt) in OH_Asset_PostQuery() argument
49 return AssetPostQuery((const AssetAttr *)handle, handleCnt); in OH_Asset_PostQuery()
/base/security/asset/interfaces/inner_kits/c/inc/
H A Dasset_system_api.h96 * @param handleCnt Number of the elements in the handle attribute set.
100 int32_t AssetPostQuery(const AssetAttr *handle, uint32_t handleCnt);
/base/security/asset/interfaces/kits/c/inc/
H A Dasset_api.h189 * @param handleCnt Number of the elements in the handle attribute set.
203 int32_t OH_Asset_PostQuery(const Asset_Attr *handle, uint32_t handleCnt);
/base/security/asset/frameworks/c/system_api/src/
H A Dasset_system_api.c57 int32_t AssetPostQuery(const AssetAttr *handle, uint32_t handleCnt) in AssetPostQuery() argument
59 return post_query_asset(handle, handleCnt); in AssetPostQuery()

Completed in 1 milliseconds