Lines Matching refs:query
81 * @param query Pointer to the conditions for removing the assets.
99 int32_t OH_Asset_Remove(const Asset_Attr *query, uint32_t queryCnt);
104 * @param query Pointer to the conditions for updating the asset.
127 int32_t OH_Asset_Update(const Asset_Attr *query, uint32_t queryCnt,
133 * @param query Pointer to the search criteria of the asset.
155 int32_t OH_Asset_PreQuery(const Asset_Attr *query, uint32_t queryCnt, Asset_Blob *challenge);
160 * @param query Pointer to the search criteria.
162 * @param resultSet Pointer to the query result obtained.
182 int32_t OH_Asset_Query(const Asset_Attr *query, uint32_t queryCnt, Asset_ResultSet *resultSet);
185 * @brief Processes data after the query of the asset that requires user authentication.
206 * @brief Parses the query result to obtain the specified attribute value.
208 * @param result Pointer to the query result to parse, which is obtained by <b>OH_Asset_Query</b>.
225 * @brief Releases the memory occupied by the query result.
227 * @param resultSet Pointer to the query result (obtained by <b>OH_Asset_Query</b>) to release.