Home
last modified time | relevance | path

Searched refs:GetIntegerById (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_interface.h43 virtual int32_t GetIntegerById(uint32_t id, int &outValue) = 0;
H A Dresource_manager_impl.cpp221 int32_t ResourceManagerImpl::GetIntegerById(uint32_t id, int &outValue) in GetIntegerById() function in OHOS::Resource::ResourceManagerImpl
223 RState state = resMgr_->GetIntegerById(id, outValue); in GetIntegerById()
H A Dresource_manager_impl.h71 int32_t GetIntegerById(uint32_t id, int &outValue) override;
H A Dresource_manager_ffi.cpp437 auto state = instance->GetIntegerById(resId, data.intValue); in CJ_GetNumber()
462 auto state = instance->GetIntegerById(resId, data.intValue); in CJ_GetNumberByResource()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dresource_manager.h69 virtual RState GetIntegerById(uint32_t id, int &outValue) = 0;
H A Dresource_manager_impl.h193 virtual RState GetIntegerById(uint32_t id, int &outValue);
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_resourceManager_interface1.h76 virtual RState GetIntegerById(uint32_t id, int& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp175 virtual RState GetIntegerById(uint32_t id, int& outValue) in GetIntegerById() function in OHOS::Global::Resource::ResourceManagerTestInstance
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/
H A Dmock_resourceManager_interface1.h76 virtual RState GetIntegerById(uint32_t id, int& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp175 virtual RState GetIntegerById(uint32_t id, int& outValue) in GetIntegerById() function in OHOS::Global::Resource::ResourceManagerTestInstance
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_common.cpp521 RState state = rm->GetIntegerById(id, outValue); in TestGetIntegerById()
527 state = rm->GetIntegerById(id, outValue); in TestGetIntegerById()
H A Dresource_manager_performance_test.cpp819 rm->GetIntegerById(id, outValue);
H A Dresource_manager_test.cpp640 state = rm->GetIntegerById(NON_EXIST_ID, outValue);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h209 virtual RState GetIntegerById(uint32_t id, int &outValue);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp137 RState ResourceManagerImpl::GetIntegerById(uint32_t id, int32_t &outValue) in GetIntegerById() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp1108 state = rm->GetIntegerById(id, outValue);
1114 state = rm->GetIntegerById(id, outValue);
1130 state = rm->GetIntegerById(NON_EXIST_ID, outValue);
H A Dresource_manager_performance_test.cpp812 rm->GetIntegerById(id, outValue);
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h116 virtual RState GetIntegerById(uint32_t id, int &outValue) = 0;
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h248 virtual RState GetIntegerById(uint32_t id, int &outValue);
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl_standard.cpp375 auto state = resourceManager_->GetIntegerById(resId, result); in GetInt()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp434 RState ResourceManagerImpl::GetIntegerById(uint32_t id, int &outValue) in GetIntegerById() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp190 result = rm->GetIntegerById(testId, outValue); in GetIntegerByIdFuzzTest()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.cpp383 auto state = manager->GetIntegerById(resId, result); in GetInt()
H A Dresource_adapter_impl_v2.cpp495 auto state = manager->GetIntegerById(resId, result); in GetInt()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dnative_resource_manager.cpp524 RState state = mgr->resManager->GetIntegerById(resId, tempResultValue); in OH_ResourceManager_GetInt()

12