Searched refs:GetRawFile (Results 1 – 6 of 6) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
D | resource_manager_impl.cpp | 544 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
|
/base/global/resource_management/frameworks/resmgr/src/ |
D | resource_manager_impl.cpp | 736 return GetRawFile(qd, ResType::PROF, outValue); in GetProfileById() 745 return GetRawFile(qd, ResType::PROF, outValue); in GetProfileByName() 755 RState state = GetRawFile(qd, ResType::MEDIA, outValue); in GetMediaById() 773 RState state = GetRawFile(qualifierDir, ResType::MEDIA, outValue); in GetMediaById() 787 RState state = GetRawFile(qd, ResType::MEDIA, outValue); in GetMediaByName() 805 return GetRawFile(qualifierDir, ResType::MEDIA, outValue); in GetMediaByName() 847 RState ResourceManagerImpl::GetRawFile(const HapResource::ValueUnderQualifierDir *vuqd, const ResTy… in GetRawFile() function in OHOS::Global::Resource::ResourceManagerImpl
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
D | resource_manager_impl.h | 306 …RState GetRawFile(const HapResource::ValueUnderQualifierDir *vuqd, const ResType resType, std::str…
|
/base/global/resource_management/interfaces/js/innerkits/core/include/ |
D | resource_manager_addon.h | 82 static napi_value GetRawFile(napi_env env, napi_callback_info info);
|
/base/global/resource_management/frameworks/resmgr/include/ |
D | resource_manager_impl.h | 513 …RState GetRawFile(const HapResource::ValueUnderQualifierDir *vuqd, const ResType resType, std::str…
|
/base/global/resource_management/interfaces/js/innerkits/core/src/ |
D | resource_manager_addon.cpp | 141 DECLARE_NAPI_FUNCTION("getRawFile", GetRawFile), in Init() 1103 napi_value ResourceManagerAddon::GetRawFile(napi_env env, napi_callback_info info) in GetRawFile() function in OHOS::Global::Resource::ResourceManagerAddon
|