Searched refs:ResourceManagerNapiAsyncImpl (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/ |
H A D | resource_manager_napi_async_impl.cpp | 28 ResourceManagerNapiAsyncImpl::ResourceManagerNapiAsyncImpl() in ResourceManagerNapiAsyncImpl() function in OHOS::Global::Resource::ResourceManagerNapiAsyncImpl 31 ResourceManagerNapiAsyncImpl::~ResourceManagerNapiAsyncImpl() in ~ResourceManagerNapiAsyncImpl() 35 ResourceManagerNapiAsyncImpl::asyncFuncMatch { 38 return ResourceManagerNapiAsyncImpl::GetString(env, info);}}, in __anon06571fda0102() 40 return ResourceManagerNapiAsyncImpl::GetStringArray(env, info);}}, in __anon06571fda0202() 42 return ResourceManagerNapiAsyncImpl::GetMedia(env, info);}}, in __anon06571fda0302() 44 return ResourceManagerNapiAsyncImpl::GetMediaBase64(env, info);}}, in __anon06571fda0402() 48 return ResourceManagerNapiAsyncImpl::GetRawFile(env, info);}}, in __anon06571fda0602() 68 return ResourceManagerNapiAsyncImpl::GetRawFd(env, info);}}, in __anon06571fda0f02() 70 return ResourceManagerNapiAsyncImpl::CloseRawFd(env, info);}}, in __anon06571fda1002() [all …]
|
H A D | resource_manager_napi_context.cpp | 35 napiBase = std::make_shared<ResourceManagerNapiAsyncImpl>(); in ContextGetResource()
|
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/include/ |
H A D | resource_manager_napi_async_impl.h | 24 class ResourceManagerNapiAsyncImpl : public ResourceManagerNapiBase { 26 ResourceManagerNapiAsyncImpl(); 28 ~ResourceManagerNapiAsyncImpl();
|
/ohos5.0/base/global/resource_management/interfaces/js/kits/src/ |
H A D | resource_manager_napi.cpp | 135 …ResourceManagerNapiAsyncImpl::Complete, static_cast<void*>(asyncContext.get()), &asyncContext->wor… in getResult()
|