Home
last modified time | relevance | path

Searched defs:GetBlob (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddata_value.cpp245 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
/ohos5.0/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)… in GetBlob() function in OHOS::IntellVoiceTrigger::TriggerDbHelper
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_cursor.cpp120 int RelationalCursor::GetBlob(OH_Cursor *cursor, int32_t columnIndex, unsigned char *value, int len… in GetBlob() function in OHOS::RdbNdk::RelationalCursor
315 int RelationalCursor::GetBlob(int32_t columnIndex, unsigned char *value, int length) in GetBlob() function in OHOS::RdbNdk::RelationalCursor
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_abs_result_set.cpp42 int DataShareAbsResultSet::GetBlob(int columnIndex, std::vector<uint8_t> &blob) in GetBlob() function in OHOS::DataShare::DataShareAbsResultSet
H A Ddatashare_result_set.cpp180 int DataShareResultSet::GetBlob(int columnIndex, std::vector<uint8_t> &value) in GetBlob() function in OHOS::DataShare::DataShareResultSet
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_resultsetproxy.cpp240 CArrUI8 ResultSetImpl::GetBlob(int32_t columnIndex, int32_t* rtnCode) in GetBlob() function in OHOS::Relational::ResultSetImpl
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dvalue_object.cpp170 int ValueObject::GetBlob(std::vector<uint8_t> &val) const in GetBlob() function in OHOS::NativeRdb::ValueObject
H A Dcache_result_set.cpp57 int CacheResultSet::GetBlob(int columnIndex, std::vector<uint8_t> &blob) in GetBlob() function in OHOS::NativeRdb::CacheResultSet
H A Dabs_result_set.cpp153 int AbsResultSet::GetBlob(int columnIndex, std::vector<uint8_t>& blob) in GetBlob() function in OHOS::NativeRdb::AbsResultSet
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_result_set_impl.cpp225 int RdbResultSetImpl::GetBlob(int columnIndex, std::vector<uint8_t> &value) in GetBlob() function in OHOS::DistributedRdb::RdbResultSetImpl
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_blob_cache.cpp192 EGLsizeiANDROID BlobCache::GetBlob(const void *key, EGLsizeiANDROID keySize, void *value, in GetBlob() function in OHOS::BlobCache
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dshared_block.cpp419 std::vector<uint8_t> SharedBlock::CellUnit::GetBlob(SharedBlock* block) const in GetBlob() function in OHOS::AppDataFwk::SharedBlock::CellUnit
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Ddatashare_result_set_proxy.cpp273 napi_value DataShareResultSetProxy::GetBlob(napi_env env, napi_callback_info info) in GetBlob() function in OHOS::DataShare::DataShareResultSetProxy
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_result_set.cpp411 napi_value ResultSetProxy::GetBlob(napi_env env, napi_callback_info info) in GetBlob() function in OHOS::RelationalStoreJsKit::ResultSetProxy
/ohos5.0/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
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_result_set.cpp529 napi_value ResultSetProxy::GetBlob(napi_env env, napi_callback_info info) in GetBlob() function in OHOS::RdbJsKit::ResultSetProxy
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_database_utils.cpp284 int32_t BackupDatabaseUtils::GetBlob(const std::string &columnName, std::shared_ptr<NativeRdb::Resu… in GetBlob() function in OHOS::Media::BackupDatabaseUtils