Searched refs:GetBlob (Results 1 - 8 of 8) sorted by relevance
/base/security/security_guard/test/unittest/mock/rdb/ |
H A D | result_set.h | 29 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 D | vcard_photo_data.cpp | 37 resultSet->GetBlob(index, photoBlobData); in BuildData()
|
/base/security/certificate_manager/interfaces/kits/napi/src/ |
H A D | cm_napi_sign_verify.cpp | 254 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 D | mms_persist_helper.cpp | 190 resultSet->GetBlob(columnIndex, blobValue); in QueryMmsPdu()
|
/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_mms_pdu.cpp | 175 resultSet->GetBlob(columnIndex, blobValue); in QueryMmsPdu()
|
/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/ |
H A D | ohos_web_data_base_adapter_impl.cpp | 164 resultSet->GetBlob(columnIndex, passwordVector); in GetHttpAuthCredentials()
|
/base/request/request/services/src/cxx/ |
H A D | c_request_database.cpp | 857 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 D | notification_rdb_data_mgr.cpp | 419 ret = absSharedResultSet->GetBlob(NOTIFICATION_VALUE_INDEX, value); in QueryData()
|
Completed in 7 milliseconds