Home
last modified time | relevance | path

Searched defs:GetAsset (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dhap_asset_impl_mapping.h41 const uint8_t* GetAsset() const override in GetAsset() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dhap_asset_provider_impl.h63 const uint8_t* GetAsset() const override in GetAsset() function
H A Dfile_asset_provider_impl.h58 const uint8_t* GetAsset() const override in GetAsset() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/rosen/
H A Drosen_asset_manager.cpp19 RefPtr<Asset> RSAssetManager::GetAsset(const std::string& assetName) in GetAsset() function in OHOS::Ace::RSAssetManager
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Drs_dir_asset_provider.h56 RefPtr<Asset> GetAsset(const std::string& assetName) const override in GetAsset() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dasset_manager_impl.cpp46 RefPtr<Asset> AssetManagerImpl::GetAsset(const std::string& assetName) in GetAsset() function in OHOS::Ace::AssetManagerImpl
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfetch_file_result_napi.cpp719 static napi_value GetAsset(napi_env env, vector<std::unique_ptr<FileAsset>> &array, int index) in GetAsset() function
724 static napi_value GetAsset(napi_env env, vector<std::unique_ptr<AlbumAsset>> &array, int index) in GetAsset() function
729 static napi_value GetAsset(napi_env env, vector<std::unique_ptr<PhotoAlbum>> &array, int index) in GetAsset() function
734 static napi_value GetAsset(napi_env env, vector<std::unique_ptr<SmartAlbumAsset>> &array, int index) in GetAsset() function
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_fetch_file_result_napi.cpp526 static napi_value GetAsset(napi_env env, vector<std::unique_ptr<FileAsset>> &array, int index) in GetAsset() function
531 static napi_value GetAsset(napi_env env, vector<std::unique_ptr<AlbumAsset>> &array, int index) in GetAsset() function
536 static napi_value GetAsset(napi_env env, vector<std::unique_ptr<PhotoAlbum>> &array, int index) in GetAsset() function
541 static napi_value GetAsset(napi_env env, vector<std::unique_ptr<SmartAlbumAsset>> &array, int index) in GetAsset() function
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_cursor.cpp129 int RelationalCursor::GetAsset(OH_Cursor *cursor, int32_t columnIndex, Data_Asset *value) in GetAsset() function in OHOS::RdbNdk::RelationalCursor
333 int RelationalCursor::GetAsset(int32_t columnIndex, Data_Asset *value) in GetAsset() function in OHOS::RdbNdk::RelationalCursor
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_resultsetproxy.cpp183 Asset ResultSetImpl::GetAsset(int32_t columnIndex, int32_t* rtnCode) in GetAsset() function in OHOS::Relational::ResultSetImpl
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dvalue_object.cpp175 int ValueObject::GetAsset(Asset &val) const in GetAsset() function in OHOS::NativeRdb::ValueObject
H A Dcache_result_set.cpp284 int CacheResultSet::GetAsset(int32_t col, ValueObject::Asset &value) in GetAsset() function in OHOS::NativeRdb::CacheResultSet
H A Dabs_result_set.cpp453 int AbsResultSet::GetAsset(int32_t col, ValueObject::Asset &value) in GetAsset() function in OHOS::NativeRdb::AbsResultSet
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_result_set_impl.cpp316 int RdbResultSetImpl::GetAsset(int32_t col, NativeRdb::ValueObject::Asset& value) in GetAsset() function in OHOS::DistributedRdb::RdbResultSetImpl
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_result_set.cpp425 napi_value ResultSetProxy::GetAsset(napi_env env, napi_callback_info info) in GetAsset() function in OHOS::RelationalStoreJsKit::ResultSetProxy