Home
last modified time | relevance | path

Searched refs:GetRawFd (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dresource_manager_addon.cpp117 DECLARE_NAPI_FUNCTION("getRawFd", GetRawFd), in Init()
263 napi_value ResourceManagerAddon::GetRawFd(napi_env env, napi_callback_info info) in GetRawFd() function in OHOS::Global::Resource::ResourceManagerAddon
/ohos5.0/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_interface.h35 virtual int32_t GetRawFd(const std::string &rawFileName,
H A Dresource_manager_impl.h40 int32_t GetRawFd(const std::string &rawFileName,
H A Dresource_manager_impl.cpp57 int32_t ResourceManagerImpl::GetRawFd(const std::string &rawFileName, in GetRawFd() function in OHOS::Resource::ResourceManagerImpl
H A Dresource_manager_ffi.cpp85 return instance->GetRawFd(rawFileName, descriptor); in CJ_GetRawFd()
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/include/
H A Dresource_manager_napi_async_impl.h84 static napi_value GetRawFd(napi_env env, napi_callback_info info);
H A Dresource_manager_addon.h143 static napi_value GetRawFd(napi_env env, napi_callback_info info);
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/
H A Dresource_manager_addon.h110 static napi_value GetRawFd(napi_env env, napi_callback_info info);
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_manager.h341 RState GetRawFd(const std::string &rawFile, ResourceManager::RawFileDescriptor &descriptor);
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_addon.cpp151 DECLARE_NAPI_FUNCTION("getRawFd", GetRawFd),
346 napi_value ResourceManagerAddon::GetRawFd(napi_env env, napi_callback_info info) in GetRawFd() function in OHOS::Global::Resource::ResourceManagerAddon
H A Dresource_manager_napi_async_impl.cpp68 return ResourceManagerNapiAsyncImpl::GetRawFd(env, info);}}, in __anon06571fda0f02()
716 napi_value ResourceManagerNapiAsyncImpl::GetRawFd(napi_env env, napi_callback_info info) in GetRawFd() function in OHOS::Global::Resource::ResourceManagerNapiAsyncImpl
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp793 RState state = GetRawFd(rawFileName, descriptor); in FindRawFileDescriptorFromHap()
800 RState HapManager::GetRawFd(const std::string &rawFileName, ResourceManager::RawFileDescriptor &des… in GetRawFd() function in OHOS::Global::Resource::HapManager
H A Dresource_manager_impl.cpp1638 return hapManager_->GetRawFd(name, descriptor); in GetRawFdNdkFromHap()