Home
last modified time | relevance | path

Searched refs:GetBlob (Results 1 - 8 of 8) sorted by relevance

/base/security/security_guard/test/unittest/mock/rdb/
H A Dresult_set.h29 virtual int GetBlob(int columnIndex, std::vector<uint8_t> &blob) = 0;
50 MOCK_METHOD2(GetBlob, int(int columnIndex, std::vector<uint8_t> &blob));
/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_photo_data.cpp37 resultSet->GetBlob(index, photoBlobData); in BuildData()
/base/security/certificate_manager/interfaces/kits/napi/src/
H A Dcm_napi_sign_verify.cpp254 static napi_value GetBlob(napi_env env, napi_value object, CmBlob *&blob) in GetBlob() function
326 napi_value result = GetBlob(env, argv[index], context->handle); in ParseCMUpdateParams()
334 result = GetBlob(env, argv[index], context->inData); in ParseCMUpdateParams()
439 result = GetBlob(env, argv[curIndex], context->signature); in ProcessFinishTwoParam()
460 napi_value result = GetBlob(env, argv[curIndex], context->signature); in ProcessFinishThreeParam()
496 napi_value result = GetBlob(env, argv[index], context->handle); in ParseCMFinishParams()
525 napi_value result = GetBlob(env, argv[index], context->handle); in ParseCMAbortParams()
/base/telephony/sms_mms/services/mms/
H A Dmms_persist_helper.cpp190 resultSet->GetBlob(columnIndex, blobValue); in QueryMmsPdu()
/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms_pdu.cpp175 resultSet->GetBlob(columnIndex, blobValue); in QueryMmsPdu()
/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/
H A Dohos_web_data_base_adapter_impl.cpp164 resultSet->GetBlob(columnIndex, passwordVector); in GetHttpAuthCredentials()
/base/request/request/services/src/cxx/
H A Dc_request_database.cpp857 set->GetBlob(25, formItemsBlob); // Line 25 is 'form_items' in FillOtherTaskInfo()
859 set->GetBlob(26, formSpecsBlob); // Line 26 is 'file_specs' in FillOtherTaskInfo()
861 set->GetBlob(27, eachFileStatusBlob); // Line 27 is 'each_file_status' in FillOtherTaskInfo()
968 set->GetBlob(28, formItemsBlob); // Line 28 is 'form_items' in BuildRequestTaskConfigWithBlob()
970 set->GetBlob(29, formSpecsBlob); // Line 29 is 'file_specs' in BuildRequestTaskConfigWithBlob()
972 set->GetBlob(30, bodyFileNamesBlob); // Line 30 is 'body_file_names' in BuildRequestTaskConfigWithBlob()
974 set->GetBlob(31, certsPathsBlob); // Line 31 is 'certs_paths' in BuildRequestTaskConfigWithBlob()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_rdb_data_mgr.cpp419 ret = absSharedResultSet->GetBlob(NOTIFICATION_VALUE_INDEX, value); in QueryData()

Completed in 7 milliseconds