Home
last modified time | relevance | path

Searched refs:GetRawFileContent (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/napi/
H A Drawfile-guidelines.md61 …leList、getRawFileContent、getRawFileDescriptor,映射C++接口分别为GetFileList、GetRawFileContent、GetRawFileDe…
69 …{ "getRawFileContent", nullptr, GetRawFileContent, nullptr, nullptr, nullptr, napi_default, nullpt…
84 static napi_value GetRawFileContent(napi_env env, napi_callback_info info)
142 // 示例二:获取rawfile文件内容 GetRawFileContent
163 static napi_value GetRawFileContent(napi_env env, napi_callback_info info)
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.33/
H A Dchangelogs-global.md65 static napi_value GetRawFileContent(napi_env env, napi_callback_info info) {
88 static napi_value GetRawFileContent(napi_env env, napi_callback_info info) {
126 static napi_value GetRawFileContent(napi_env env, napi_callback_info info) {
/ohos5.0/docs/en/application-dev/napi/
H A Drawfile-guidelines.md62 … and **getRawFileDescriptor** to C++ native APIs **GetFileList**, **GetRawFileContent**, and **Get…
70 …{ "getRawFileContent", nullptr, GetRawFileContent, nullptr, nullptr, nullptr, napi_default, nullpt…
85 static napi_value GetRawFileContent(napi_env env, napi_callback_info info)
143 // Example 2: Use GetRawFileContent to obtain the content of the raw file.
164 static napi_value GetRawFileContent(napi_env env, napi_callback_info info)
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dresource_manager_addon.cpp116 DECLARE_NAPI_FUNCTION("getRawFileContent", GetRawFileContent), in Init()
258 napi_value ResourceManagerAddon::GetRawFileContent(napi_env env, napi_callback_info info) in GetRawFileContent() function in OHOS::Global::Resource::ResourceManagerAddon
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.33/
H A Dchangelogs-global.md65 static napi_value GetRawFileContent(napi_env env, napi_callback_info info) {
88 static napi_value GetRawFileContent(napi_env env, napi_callback_info info) {
126 static napi_value GetRawFileContent(napi_env env, napi_callback_info info) {
/ohos5.0/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_interface.h37 …virtual int32_t GetRawFileContent(const std::string &name, size_t &len, std::unique_ptr<uint8_t[]>…
H A Dresource_manager_impl.h43 …int32_t GetRawFileContent(const std::string &name, size_t &len, std::unique_ptr<uint8_t[]> &outVal…
H A Dresource_manager_impl.cpp69 int32_t ResourceManagerImpl::GetRawFileContent(const std::string &name, size_t &len, in GetRawFileContent() function in OHOS::Resource::ResourceManagerImpl
H A Dresource_manager_ffi.cpp117 int32_t state = instance->GetRawFileContent(path, len, data); in CJ_GetRawFileContent()
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/include/
H A Dresource_manager_napi_async_impl.h82 static napi_value GetRawFileContent(napi_env env, napi_callback_info info);
H A Dresource_manager_addon.h141 static napi_value GetRawFileContent(napi_env env, napi_callback_info info);
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/
H A Dresource_manager_addon.h108 static napi_value GetRawFileContent(napi_env env, napi_callback_info info);
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_addon.cpp150 DECLARE_NAPI_FUNCTION("getRawFileContent", GetRawFileContent),
341 napi_value ResourceManagerAddon::GetRawFileContent(napi_env env, napi_callback_info info) in GetRawFileContent() function in OHOS::Global::Resource::ResourceManagerAddon
H A Dresource_manager_napi_async_impl.cpp66 return ResourceManagerNapiAsyncImpl::GetRawFileContent(env, info);}}, in __anon06571fda0e02()
692 napi_value ResourceManagerNapiAsyncImpl::GetRawFileContent(napi_env env, napi_callback_info info) in GetRawFileContent() function in OHOS::Global::Resource::ResourceManagerNapiAsyncImpl
/ohos5.0/docs/zh-cn/application-dev/
H A DSamples.md1899 …leList、getRawFileContent、getRawFileDescriptor,映射C++接口分别为GetFileList、GetRawFileContent、GetRawFileDe…