Home
last modified time | relevance | path

Searched refs:ASSET_IMAGE (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/
H A DREADME_zh.md100 2. 选择一种资产类型, 可以是 *ASSET_MEDIA*、*ASSET_IMAGE*、*ASSET_AUDIO* 或 *ASSET_VIDEO*.
102 AssetType assetType = ASSET_IMAGE;
H A DREADME.md101 2. Specify the asset type. It can be either *ASSET_MEDIA*, *ASSET_IMAGE*, *ASSET_AUDIO* or *ASSET_V…
103 AssetType assetType = ASSET_IMAGE;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H A Dimage_provider_test_utils.h29 const std::string ASSET_IMAGE = "gifs/unbroken.gif"; variable
H A Dimage_provider_test.cpp169 …std::vector<std::string> uris = { ASSET_IMAGE, FILE_GIF, NETWORK_HTTP_IMAGE, NETWORK_HTTPS_IMAGE };
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmedialibrary_type_const.h44 ASSET_IMAGE, enumerator
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_medialibrary_napi_utils.cpp558 result = ASSET_IMAGE; in GetAssetType()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedialibrary_napi_utils.cpp643 result = ASSET_IMAGE; in GetAssetType()