Home
last modified time | relevance | path

Searched refs:GetSymbolById (Results 1 - 10 of 10) sorted by relevance

/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_interface.h66 virtual int32_t GetSymbolById(uint32_t id, uint32_t &outValue) = 0;
H A Dresource_manager_impl.h101 int32_t GetSymbolById(uint32_t id, uint32_t &outValue) override;
H A Dresource_manager_impl.cpp459 int32_t ResourceManagerImpl::GetSymbolById(uint32_t id, uint32_t &outValue) in GetSymbolById() function in OHOS::Resource::ResourceManagerImpl
461 RState state = resMgr_->GetSymbolById(id, outValue); in GetSymbolById()
463 LOGE("ResourceManagerImpl::GetSymbolById failed %{public}" PRIu32, state); in GetSymbolById()
465 LOGI("ResourceManagerImpl::GetSymbolById success"); in GetSymbolById()
H A Dresource_manager_ffi.cpp743 ret.code = instance->GetSymbolById(resId, ret.data); in CJ_GetSymbol()
768 ret.code = resMgr->GetSymbolById(resId, ret.data); in CJ_GetSymbolByResource()
/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h209 virtual RState GetSymbolById(uint32_t id, uint32_t &outValue) = 0;
/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h332 virtual RState GetSymbolById(uint32_t id, uint32_t &outValue);
/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp513 result = rm->GetSymbolById(testId, outValue); in GetSymbolByIdFuzzTest()
/base/global/resource_management/frameworks/resmgr/src/
H A Dnative_resource_manager.cpp343 RState state = mgr->resManager->GetSymbolById(resId, tempResultValue); in OH_ResourceManager_GetSymbol()
H A Dresource_manager_impl.cpp892 RState ResourceManagerImpl::GetSymbolById(uint32_t id, uint32_t &outValue) in GetSymbolById() function in OHOS::Global::Resource::ResourceManagerImpl
896 RESMGR_HILOGE(RESMGR_TAG, "GetSymbolById error id = %{public}d", id); in GetSymbolById()
/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_sync_impl.cpp367 RState state = resMgr->GetSymbolById(resId, dataContext->symbolValue_); in ProcessSymbolResource()

Completed in 13 milliseconds