#include <native_assets.h>
Public Member Functions | |
| NativeAssetsManager ()=default | |
| ~NativeAssetsManager ()=default | |
| void | RegisterNativeAssets (const uint8_t *manifest, size_t manifest_size) |
| void | RegisterNativeAssets (const std::shared_ptr< AssetManager > &asset_manager) |
| std::vector< std::string > | LookupNativeAsset (std::string_view asset_id) |
| std::string | AvailableNativeAssets () |
Definition at line 22 of file native_assets.h.
|
default |
|
default |
| std::string flutter::NativeAssetsManager::AvailableNativeAssets | ( | ) |
Definition at line 119 of file native_assets.cc.
Referenced by flutter::testing::TEST().
| std::vector< std::string > flutter::NativeAssetsManager::LookupNativeAsset | ( | std::string_view | asset_id | ) |
Definition at line 108 of file native_assets.cc.
| void flutter::NativeAssetsManager::RegisterNativeAssets | ( | const std::shared_ptr< AssetManager > & | asset_manager | ) |
Definition at line 94 of file native_assets.cc.
References FML_DLOG, and RegisterNativeAssets().
| void flutter::NativeAssetsManager::RegisterNativeAssets | ( | const uint8_t * | manifest, |
| size_t | manifest_size | ||
| ) |
Definition at line 46 of file native_assets.cc.
References FML_DLOG, kTarget, and value.
Referenced by RegisterNativeAssets(), and flutter::testing::TEST().