Home
last modified time | relevance | path

Searched refs:ResourceManagerNapiSyncImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_sync_impl.cpp32 ResourceManagerNapiSyncImpl::ResourceManagerNapiSyncImpl() in ResourceManagerNapiSyncImpl() function in OHOS::Global::Resource::ResourceManagerNapiSyncImpl
35 ResourceManagerNapiSyncImpl::~ResourceManagerNapiSyncImpl() in ~ResourceManagerNapiSyncImpl()
39 ResourceManagerNapiSyncImpl::syncFuncMatch {
41 return ResourceManagerNapiSyncImpl::GetStringSync(env, info);}}, in __anon20ee2a990102()
45 return ResourceManagerNapiSyncImpl::GetBoolean(env, info);}}, in __anon20ee2a990302()
49 return ResourceManagerNapiSyncImpl::GetNumber(env, info);}}, in __anon20ee2a990502()
57 return ResourceManagerNapiSyncImpl::GetColorSync(env, info);}}, in __anon20ee2a990902()
61 return ResourceManagerNapiSyncImpl::AddResource(env, info);}}, in __anon20ee2a990b02()
93 return ResourceManagerNapiSyncImpl::GetLocales(env, info);}}, in __anon20ee2a991b02()
95 return ResourceManagerNapiSyncImpl::GetSymbol(env, info);}}, in __anon20ee2a991c02()
[all …]
H A Dresource_manager_napi_context.cpp33 napiBase = std::make_shared<ResourceManagerNapiSyncImpl>(); in ContextGetResource()
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/include/
H A Dresource_manager_napi_sync_impl.h24 class ResourceManagerNapiSyncImpl : public ResourceManagerNapiBase {
26 ResourceManagerNapiSyncImpl();
28 ~ResourceManagerNapiSyncImpl();