Home
last modified time | relevance | path

Searched defs:rawFile (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_resource_adapter_impl.cpp28 bool ArkOhosResourceAdapterImpl::GetRawFileData(const ArkWebString& rawFile, size_t& len, uint8_t**… in GetRawFileData()
33 …rkOhosFileMapper> ArkOhosResourceAdapterImpl::GetRawFileMapper(const ArkWebString& rawFile, bool i… in GetRawFileMapper()
44 bool ArkOhosResourceAdapterImpl::IsRawFileExist(const ArkWebString& rawFile, bool isSys) in IsRawFileExist()
50 const ArkWebString& rawFile, uint16_t& date, uint16_t& time, bool isSys) in GetRawFileLastModTime()
55 bool ArkOhosResourceAdapterImpl::GetRawFileLastModTime(const ArkWebString& rawFile, time_t& time, b… in GetRawFileLastModTime()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_resource_adapter_wrapper.cpp26 bool ArkOhosResourceAdapterWrapper::GetRawFileData(const std::string& rawFile, size_t& len, uint8_t… in GetRawFileData()
35 const std::string& rawFile, bool isSys) in GetRawFileMapper()
46 bool ArkOhosResourceAdapterWrapper::IsRawFileExist(const std::string& rawFile, bool isSys) in IsRawFileExist()
55 const std::string& rawFile, uint16_t& date, uint16_t& time, bool isSys) in GetRawFileLastModTime()
63 bool ArkOhosResourceAdapterWrapper::GetRawFileLastModTime(const std::string& rawFile, time_t& time,… in GetRawFileLastModTime()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Draw_file_manager.cpp266 int OH_ResourceManager_ReadRawFile(const RawFile *rawFile, void *buf, size_t length) in OH_ResourceManager_ReadRawFile()
288 int OH_ResourceManager_SeekRawFile(const RawFile *rawFile, long offset, int whence) in OH_ResourceManager_SeekRawFile()
319 long OH_ResourceManager_GetRawFileSize(RawFile *rawFile) in OH_ResourceManager_GetRawFileSize()
328 long OH_ResourceManager_GetRawFileRemainingLength(const RawFile *rawFile) in OH_ResourceManager_GetRawFileRemainingLength()
338 void OH_ResourceManager_CloseRawFile(RawFile *rawFile) in OH_ResourceManager_CloseRawFile()
347 long OH_ResourceManager_GetRawFileOffset(const RawFile *rawFile) in OH_ResourceManager_GetRawFileOffset()
518 int OH_ResourceManager_SeekRawFile64(const RawFile64 *rawFile, int64_t offset, int whence) in OH_ResourceManager_SeekRawFile64()
553 int64_t OH_ResourceManager_GetRawFileSize64(RawFile64 *rawFile) in OH_ResourceManager_GetRawFileSize64()
562 int64_t OH_ResourceManager_GetRawFileRemainingLength64(const RawFile64 *rawFile) in OH_ResourceManager_GetRawFileRemainingLength64()
572 void OH_ResourceManager_CloseRawFile64(RawFile64 *rawFile) in OH_ResourceManager_CloseRawFile64()
[all …]
/ohos5.0/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H A Dohos_resource_adapter_impl.cpp87 bool ParseRawFile(const std::string& rawFile, in ParseRawFile()
317 bool OhosResourceAdapterImpl::GetRawFileData(const std::string& rawFile, size_t& len, in GetRawFileData()
374 …d::shared_ptr<OhosFileMapper> OhosResourceAdapterImpl::GetRawFileMapper(const std::string& rawFile, in GetRawFileMapper()
380 bool OhosResourceAdapterImpl::IsRawFileExist(const std::string& rawFile, bool isSys) in IsRawFileExist()
385 bool OhosResourceAdapterImpl::GetRawFileLastModTime(const std::string& rawFile, in GetRawFileLastModTime()
397 bool OhosResourceAdapterImpl::GetRawFileLastModTime(const std::string& rawFile, time_t& time, bool … in GetRawFileLastModTime()
419 const std::string& rawFile) in HasEntry()
428 const std::string& rawFile, OHOS::AbilityBase::FileInfo& info) in GetFileInfo()
482 const std::string& rawFile, size_t& len, std::unique_ptr<uint8_t[]>& dest) in GetRawFileData()
501 const std::string& rawFile) in GetRawFileMapper()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.h304 bool GetRawFileData(const std::string& rawFile, size_t& len, std::unique_ptr<uint8_t[]>& dest) in GetRawFileData()
312 bool GetRawFileData(const std::string& rawFile, size_t& len, std::unique_ptr<uint8_t[]>& dest, in GetRawFileData()
H A Dresource_adapter.h125 …virtual bool GetRawFileData(const std::string& rawFile, size_t& len, std::unique_ptr<uint8_t[]>& d… in GetRawFileData()
130 …virtual bool GetRawFileData(const std::string& rawFile, size_t& len, std::unique_ptr<uint8_t[]>& d… in GetRawFileData()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/ohos_resource_adapter_test/
H A Dohos_resource_adapter_test.cpp114 std::string rawFile = "test_web"; variable
285 std::string rawFile = "test"; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_source_native_impl.cpp76 OH_ImageSourceNative::OH_ImageSourceNative(RawFileDescriptor rawFile, SourceOptions opts) in OH_ImageSourceNative()
H A Dimage_source_mdk.cpp107 int32_t OH_ImageSource_CreateFromRawFile(napi_env env, RawFileDescriptor rawFile, in OH_ImageSource_CreateFromRawFile()
H A Dimage_source_native.cpp407 Image_ErrorCode OH_ImageSourceNative_CreateFromRawFile(RawFileDescriptor *rawFile, OH_ImageSourceNa… in OH_ImageSourceNative_CreateFromRawFile()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/resource/
H A Dresource_wrapper.h334 bool GetRawFileData(const std::string& rawFile, size_t& len, std::unique_ptr<uint8_t[]>& dest) in GetRawFileData()
344 bool GetRawFileData(const std::string& rawFile, size_t& len, std::unique_ptr<uint8_t[]>& dest, in GetRawFileData()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_file.cpp238 std::shared_ptr<OhosFileStorage> OhosFile::Open(BASE_NS::string_view rawFile) in Open()
288 std::string rawFile; in OpenRawFile() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/include/
H A Dimage_source_mdk_kits.h48 RawFileDescriptor rawFile; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Drosen_font_loader.cpp208 std::string rawFile; in LoadFromResource() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_source_native_ndk_test.cpp262 RawFileDescriptor *rawFile = nullptr; variable
H A Dimage_ndk_test.cpp361 RawFileDescriptor rawFile; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_mdk_kits.cpp310 static bool isValidRawFile(RawFileDescriptor &rawFile) in isValidRawFile()
325 RawFileDescriptor rawFile = args->rawFile; in ImageSourceNapiCreateFromRawFile() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_mock.cpp372 std::string rawFile = path.substr(strlen("file://")); in SetSource() local
684 std::string rawFile = path.substr(strlen("file://")); in AddSubSource() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.cpp550 bool ResourceAdapterImpl::GetRawFileData(const std::string& rawFile, size_t& len, std::unique_ptr<u… in GetRawFileData()
562 bool ResourceAdapterImpl::GetRawFileData(const std::string& rawFile, size_t& len, std::unique_ptr<u… in GetRawFileData()
H A Dresource_adapter_impl_v2.cpp674 bool ResourceAdapterImplV2::GetRawFileData(const std::string& rawFile, size_t& len, std::unique_ptr… in GetRawFileData()
687 bool ResourceAdapterImplV2::GetRawFileData(const std::string& rawFile, size_t& len, std::unique_ptr… in GetRawFileData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_media_player.cpp240 std::string rawFile; in RawFileWithModuleInfoPlay() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dbackup_manager.cpp360 int rawFile = 0; in GetClearType() local
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl_standard.cpp494 bool ResourceAdapterImpl::GetRawFileData(const std::string& rawFile, size_t& len, std::unique_ptr<u… in GetRawFileData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_loader.cpp636 std::string rawFile; in LoadImageData() local