Home
last modified time | relevance | path

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

/base/security/certificate_manager/interfaces/kits/napi/src/
Dcm_napi_sign_verify.cpp120 static napi_value GetBlob(napi_env env, napi_value object, CmBlob *&blob) in GetBlob() function
192 napi_value result = GetBlob(env, argv[index], context->handle); in ParseCMUpdateParams()
200 result = GetBlob(env, argv[index], context->inData); in ParseCMUpdateParams()
304 result = GetBlob(env, argv[curIndex], context->signature); in ProcessFinishTwoParam()
325 napi_value result = GetBlob(env, argv[curIndex], context->signature); in ProcessFinishThreeParam()
361 napi_value result = GetBlob(env, argv[index], context->handle); in ParseCMFinishParams()
391 napi_value result = GetBlob(env, argv[index], context->handle); in ParseCMAbortParams()
/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/
Dohos_web_data_base_adapter_impl.cpp163 resultSet->GetBlob(columnIndex, passwordVector); in GetHttpAuthCredentials()