Home
last modified time | relevance | path

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

1234

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddata_value.h71 int GetBlob(Blob *&outVal) const;
73 int GetBlob(Blob &outVal) const;
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_cursor.h44 virtual int GetBlob(int32_t columnIndex, unsigned char *value, int length);
62 static int GetBlob(OH_Cursor *cursor, int32_t columnIndex, unsigned char *value, int length);
H A Dmodify_time_cursor.h44 result->GetBlob(0, hash); in ConvertPRIKey()
H A Drelational_cursor.cpp120 int RelationalCursor::GetBlob(OH_Cursor *cursor, int32_t columnIndex, unsigned char *value, int length) in GetBlob() function in OHOS::RdbNdk::RelationalCursor
126 return self->GetBlob(columnIndex, value, length); in GetBlob()
195 getBlob = GetBlob; in RelationalCursor()
315 int RelationalCursor::GetBlob(int32_t columnIndex, unsigned char *value, int length) in GetBlob() function in OHOS::RdbNdk::RelationalCursor
321 int errCode = resultSet_->GetBlob(columnIndex, vec); in GetBlob()
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_db_helper.cpp144 bool TriggerDbHelper::GetBlob(std::shared_ptr<AbsSharedResultSet> &set, std::vector<uint8_t> &data) const in GetBlob() function in OHOS::IntellVoiceTrigger::TriggerDbHelper
153 ret = set->GetBlob(columnIndex, data); in GetBlob()
221 if (!GetBlob(set, data)) { in GetGenericTriggerModel()
H A Dtrigger_db_helper.h37 bool GetBlob(std::shared_ptr<OHOS::NativeRdb::AbsSharedResultSet> &set, std::vector<uint8_t> &data) const;
/foundation/distributeddatamgr/relational_store/test/native/rdb_data_share_adapter/unittest/
H A Drdb_data_share_adapter_test.cpp213 allDataTypes->GetBlob(4, blobValue); in HWTEST_F()
217 allDataTypes->GetBlob(4, blobValue); in HWTEST_F()
254 allDataTypes->GetBlob(4, blobValue); in HWTEST_F()
265 allDataTypes->GetBlob(4, blobValue); in HWTEST_F()
360 allDataTypes->GetBlob(4, blobValue); in HWTEST_F()
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/basic/
H A Dresult_set.h173 virtual int GetBlob(int columnIndex, std::vector<uint8_t> &blob) = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddata_value.cpp127 (void)dataValue.GetBlob(this->value_.blobPtr); in operator =()
245 int DataValue::GetBlob(Blob *&outVal) const in GetBlob() function in DistributedDB::DataValue
277 int DataValue::GetBlob(Blob &outVal) const in GetBlob() function in DistributedDB::DataValue
/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
H A Ddatashare_result_set.h52 int GetBlob(int columnIndex, std::vector<uint8_t> &blob) override;
H A Ddatashare_abs_result_set.h31 virtual int GetBlob(int columnIndex, std::vector<uint8_t> &blob) override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/
H A Dresultset_json_formatter.cpp82 resultSet->GetBlob(i, blobValue); in MarshalRow()
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_resultsetproxy.h81 CArrUI8 GetBlob(int32_t columnIndex, int32_t* rtnCode);
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dremote_result_set.h241 virtual int GetBlob(int columnIndex, std::vector<uint8_t> &blob) = 0;
H A Dabs_result_set.h66 API_EXPORT int GetBlob(int columnIndex, std::vector<uint8_t> &blob) override;
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dabs_shared_result_set_mock.h45 MOCK_METHOD2(GetBlob, int(int, std::vector<uint8_t> &));
H A Dresult_set_mock.h45 MOCK_METHOD2(GetBlob, int(int, std::vector<uint8_t> &));
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/
H A Dclouddisk_resultset_mock.h45 MOCK_METHOD2(GetBlob, int(int, std::vector<uint8_t> &));
H A Dresult_set_mock.h45 MOCK_METHOD2(GetBlob, int(int, std::vector<uint8_t> &));
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_step_result_set_test.cpp195 iRet = resultSet->GetBlob(++columnIndex, blobValue); in CheckResultSetData()
669 int iRet = resultSet->GetBlob(0, blobValue); in HWTEST_F()
673 iRet = resultSet->GetBlob(0, blobValue); in HWTEST_F()
682 iRet = resultSet->GetBlob(1, blobValue); in HWTEST_F()
685 iRet = resultSet->GetBlob(2, blobValue); in HWTEST_F()
688 iRet = resultSet->GetBlob(3, blobValue); in HWTEST_F()
702 iRet = resultSet->GetBlob(columnCount, blobValue); in HWTEST_F()
706 iRet = resultSet->GetBlob(3, blobValue); in HWTEST_F()
1364 EXPECT_EQ(E_ALREADY_CLOSED, resultSet->GetBlob(1, blob)); in HWTEST_F()
1679 errCode = resultSet->GetBlob( in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_rdb.cpp188 ret = absSharedResultSet->GetBlob(BundleResourceConstants::INDEX_FOREGROUND, foreground); in GetAllResourceName()
459 ret = absSharedResultSet->GetBlob(BundleResourceConstants::INDEX_FOREGROUND, bundleResourceInfo.foreground); in ConvertToBundleResourceInfo()
460 CHECK_RDB_RESULT_RETURN_IF_FAIL(ret, "GetBlob foreground, ret: %{public}d"); in ConvertToBundleResourceInfo()
462 ret = absSharedResultSet->GetBlob(BundleResourceConstants::INDEX_BACKGROUND, bundleResourceInfo.background); in ConvertToBundleResourceInfo()
463 CHECK_RDB_RESULT_RETURN_IF_FAIL(ret, "GetBlob background, ret: %{public}d"); in ConvertToBundleResourceInfo()
504 ret = absSharedResultSet->GetBlob(BundleResourceConstants::INDEX_FOREGROUND, in ConvertToLauncherAbilityResourceInfo()
506 CHECK_RDB_RESULT_RETURN_IF_FAIL(ret, "GetBlob foreground, ret: %{public}d"); in ConvertToLauncherAbilityResourceInfo()
508 ret = absSharedResultSet->GetBlob(BundleResourceConstants::INDEX_BACKGROUND, in ConvertToLauncherAbilityResourceInfo()
510 CHECK_RDB_RESULT_RETURN_IF_FAIL(ret, "GetBlob background, ret: %{public}d"); in ConvertToLauncherAbilityResourceInfo()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_row_data_impl.cpp122 int errCode = data_.at(index).GetBlob(blob); in Get()
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Ddatashare_result_set_proxy.h49 static napi_value GetBlob(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_data_value_test.cpp107 EXPECT_EQ(dataValue.GetBlob(val), E_OK); in DataValueBlobCheck()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_share_adapter/src/
H A Drdb_result_set_bridge.cpp140 rdbResultSet_->GetBlob(column, blobValue); in WriteBlobData()

Completed in 11 milliseconds

1234