Searched refs:HUKS_SUCCESS (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/drivers/peripheral/huks/test/unittest/ |
H A D | hdi_ihuks_api_function_test.cpp | 221 return HUKS_SUCCESS; in HuksFreshParamSet() 278 ASSERT_EQ(ret, HUKS_SUCCESS); 289 ASSERT_EQ(ret, HUKS_SUCCESS); 313 ASSERT_EQ(ret, HUKS_SUCCESS); 324 ASSERT_EQ(ret, HUKS_SUCCESS); 343 ASSERT_EQ(ret, HUKS_SUCCESS); 359 ASSERT_EQ(ret, HUKS_SUCCESS); 399 ASSERT_EQ(ret, HUKS_SUCCESS);
|
H A D | hdi_ihuks_api_compat_test.cpp | 71 ASSERT_EQ((int32_t)HUKS_SUCCESS, 0);
|
/ohos5.0/drivers/peripheral/huks/hdi_service/ |
H A D | huks_hdi_passthrough_adapter.c | 280 return HUKS_SUCCESS; in HuksInitHuksCoreEngine() 307 return HUKS_SUCCESS; in HuksInitHuksCoreEngine() 313 return HUKS_SUCCESS; in HuksReleaseCoreEngine() 327 return HUKS_SUCCESS; in HuksReleaseCoreEngine()
|
H A D | huks_sa_type.h | 66 HUKS_SUCCESS = 0, enumerator
|
H A D | huks_hdi_service.c | 228 return HUKS_SUCCESS; in HuksGetVersion()
|
H A D | huks_hdi_template.h | 323 if ((RESULT) != HUKS_SUCCESS) { \
|
/ohos5.0/drivers/peripheral/huks/test/fuzztest/ |
H A D | huks_hdi_fuzz_common.cpp | 78 return HUKS_SUCCESS; in HuksFreshParamSet()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-universal-keystore-kit/ |
H A D | js-apis-huks.md | 3099 | callback | AsyncCallback\<[HuksResult](#huksresultdeprecated)> | 是 | 回调函数。返回HUKS_SUCCESS时表示接口使用… 3162 | Promise\<[HuksResult](#huksresultdeprecated)> | Promise对象。返回HUKS_SUCCESS时表示接口使用成功,其他时为错误。 | 3215 | callback | AsyncCallback\<[HuksResult](#huksresultdeprecated)> | 是 | 回调函数。返回HUKS_SUCCESS时表示接口使用… 3253 | Promise\<[HuksResult](#huksresultdeprecated)> | Promise对象。返回HUKS_SUCCESS时表示接口使用成功,其他时为错误。 | 3285 | callback | AsyncCallback\<[HuksResult](#huksresultdeprecated)> | 是 | 回调函数。返回HUKS_SUCCESS时表示接口使用… 3356 | Promise\<[HuksResult](#huksresultdeprecated)> | Promise对象。返回HUKS_SUCCESS时表示接口使用成功,其他时为错误。 | 3421 | callback | AsyncCallback\<[HuksResult](#huksresultdeprecated)> | 是 | 回调函数。返回HUKS_SUCCESS时表示接口使用… 3459 | Promise\<[HuksResult](#huksresultdeprecated)> | Promise对象。返回HUKS_SUCCESS时表示接口使用成功,其他时为错误。outData:… 3491 …llback\<[HuksResult](#huksresultdeprecated)> | 是 | 回调函数。errorCode:返回HUKS_SUCCESS时表示接口使用成功,其他时为错误… 3529 | Promise\<[HuksResult](#huksoptions)> | Promise对象。errorCode:返回HUKS_SUCCESS时表示接口使用成功,其他时为错误。propert… [all …]
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-security.md | 225 | ohos.security.huks | HuksErrorCode | HUKS_SUCCESS = 0 | 新增 |
|
/ohos5.0/docs/en/application-dev/reference/apis-universal-keystore-kit/ |
H A D | js-apis-huks.md | 3098 …Callback used to return the result. If the operation is successful, **HUKS_SUCCESS** is returned. … 3161 … Promise used to return the result. If the operation is successful, **HUKS_SUCCESS** is returned. … 3214 …Callback used to return the result. If the operation is successful, **HUKS_SUCCESS** is returned. … 3252 … Promise used to return the result. If the operation is successful, **HUKS_SUCCESS** is returned. … 3284 …Callback used to return the result. If the operation is successful, **HUKS_SUCCESS** is returned. … 3355 … Promise used to return the result. If the operation is successful, **HUKS_SUCCESS** is returned. … 3420 …Callback used to return the result. If the operation is successful, **HUKS_SUCCESS** is returned a… 3458 … Promise used to return the result. If the operation is successful, **HUKS_SUCCESS** is returned a… 3490 …return the result. If the operation is successful, **errorCode** is **HUKS_SUCCESS**; otherwise, a… 3528 …return the result. If the operation is successful, **errorCode** is **HUKS_SUCCESS** and **propert… [all …]
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-security.md | 225 | ohos.security.huks | HuksErrorCode | HUKS_SUCCESS = 0 | Added|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-security.md | 330 |废弃版本有变化|类名:HuksErrorCode;<br>方法or属性:HUKS_SUCCESS = 0<br>旧版本信息:|类名:HuksErrorCode;<br>方法or属性:HUKS_SU…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-security.md | 330 …ethod or attribute name: HUKS_SUCCESS = 0<br>Old version: |Class name: HuksErrorCode;<br>Method or…
|