/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | rawfile-guidelines.md | 61 …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 D | changelogs-global.md | 65 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 D | rawfile-guidelines.md | 62 … 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 D | resource_manager_addon.cpp | 116 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 D | changelogs-global.md | 65 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 D | resource_manager_interface.h | 37 …virtual int32_t GetRawFileContent(const std::string &name, size_t &len, std::unique_ptr<uint8_t[]>…
|
H A D | resource_manager_impl.h | 43 …int32_t GetRawFileContent(const std::string &name, size_t &len, std::unique_ptr<uint8_t[]> &outVal…
|
H A D | resource_manager_impl.cpp | 69 int32_t ResourceManagerImpl::GetRawFileContent(const std::string &name, size_t &len, in GetRawFileContent() function in OHOS::Resource::ResourceManagerImpl
|
H A D | resource_manager_ffi.cpp | 117 int32_t state = instance->GetRawFileContent(path, len, data); in CJ_GetRawFileContent()
|
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/include/ |
H A D | resource_manager_napi_async_impl.h | 82 static napi_value GetRawFileContent(napi_env env, napi_callback_info info);
|
H A D | resource_manager_addon.h | 141 static napi_value GetRawFileContent(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/ |
H A D | resource_manager_addon.h | 108 static napi_value GetRawFileContent(napi_env env, napi_callback_info info);
|
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/ |
H A D | resource_manager_addon.cpp | 150 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 D | resource_manager_napi_async_impl.cpp | 66 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 D | Samples.md | 1899 …leList、getRawFileContent、getRawFileDescriptor,映射C++接口分别为GetFileList、GetRawFileContent、GetRawFileDe…
|