Home
last modified time | relevance | path

Searched refs:sandBoxUri (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmedia_asset_manager_impl.h54 static int32_t GetFdFromSandBoxUri(const std::string &sandBoxUri);
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_asset_manager_napi.h139 static int32_t GetFdFromSandBoxUri(const std::string &sandBoxUri);
/ohos5.0/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/
H A Dmedia_asset_manager_impl.cpp809 int32_t MediaAssetManagerImpl::GetFdFromSandBoxUri(const std::string &sandBoxUri) in GetFdFromSandBoxUri() argument
811 AppFileService::ModuleFileUri::FileUri destUri(sandBoxUri); in GetFdFromSandBoxUri()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_manager_napi.cpp1384 int32_t MediaAssetManagerNapi::GetFdFromSandBoxUri(const std::string &sandBoxUri) in GetFdFromSandBoxUri() argument
1386 AppFileService::ModuleFileUri::FileUri destUri(sandBoxUri); in GetFdFromSandBoxUri()