Home
last modified time | relevance | path

Searched refs:GetRawFile (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp544 return GetRawFile(qd, ResType::PROF, outValue); in GetProfileById()
553 return GetRawFile(qd, ResType::PROF, outValue); in GetProfileByName()
562 return GetRawFile(qd, ResType::MEDIA, outValue); in GetMediaById()
571 return GetRawFile(qd, ResType::MEDIA, outValue); in GetMediaByName()
574 RState ResourceManagerImpl::GetRawFile(const HapResource::ValueUnderQualifierDir *vuqd, const ResTy… in GetRawFile() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dresource_manager_addon.cpp101 DECLARE_NAPI_FUNCTION("getRawFile", GetRawFile), in Init()
193 napi_value ResourceManagerAddon::GetRawFile(napi_env env, napi_callback_info info) in GetRawFile() function in OHOS::Global::Resource::ResourceManagerAddon
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/include/
H A Dresource_manager_napi_async_impl.h66 static napi_value GetRawFile(napi_env env, napi_callback_info info);
H A Dresource_manager_addon.h97 static napi_value GetRawFile(napi_env env, napi_callback_info info);
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/
H A Dresource_manager_addon.h64 static napi_value GetRawFile(napi_env env, napi_callback_info info);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dresource_manager_impl.h306 …RState GetRawFile(const HapResource::ValueUnderQualifierDir *vuqd, const ResType resType, std::str…
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_addon.cpp135 DECLARE_NAPI_FUNCTION("getRawFile", GetRawFile),
276 napi_value ResourceManagerAddon::GetRawFile(napi_env env, napi_callback_info info) in GetRawFile() function in OHOS::Global::Resource::ResourceManagerAddon
H A Dresource_manager_napi_async_impl.cpp48 return ResourceManagerNapiAsyncImpl::GetRawFile(env, info);}}, in __anon06571fda0602()
701 napi_value ResourceManagerNapiAsyncImpl::GetRawFile(napi_env env, napi_callback_info info) in GetRawFile() function in OHOS::Global::Resource::ResourceManagerNapiAsyncImpl