/ohos5.0/base/global/resource_management/interfaces/cj/src/ |
H A D | resource_manager_interface.h | 43 virtual int32_t GetIntegerById(uint32_t id, int &outValue) = 0;
|
H A D | resource_manager_impl.cpp | 221 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 D | resource_manager_impl.h | 71 int32_t GetIntegerById(uint32_t id, int &outValue) override;
|
H A D | resource_manager_ffi.cpp | 437 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 D | resource_manager.h | 69 virtual RState GetIntegerById(uint32_t id, int &outValue) = 0;
|
H A D | resource_manager_impl.h | 193 virtual RState GetIntegerById(uint32_t id, int &outValue);
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_resourceManager_interface1.h | 76 virtual RState GetIntegerById(uint32_t id, int& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 175 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 D | mock_resourceManager_interface1.h | 76 virtual RState GetIntegerById(uint32_t id, int& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 175 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 D | resource_manager_test_common.cpp | 521 RState state = rm->GetIntegerById(id, outValue); in TestGetIntegerById() 527 state = rm->GetIntegerById(id, outValue); in TestGetIntegerById()
|
H A D | resource_manager_performance_test.cpp | 819 rm->GetIntegerById(id, outValue);
|
H A D | resource_manager_test.cpp | 640 state = rm->GetIntegerById(NON_EXIST_ID, outValue);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/ |
H A D | mock_resource_manager_impl.h | 209 virtual RState GetIntegerById(uint32_t id, int &outValue);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_resource_manager.cpp | 137 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 D | resource_manager_test.cpp | 1108 state = rm->GetIntegerById(id, outValue); 1114 state = rm->GetIntegerById(id, outValue); 1130 state = rm->GetIntegerById(NON_EXIST_ID, outValue);
|
H A D | resource_manager_performance_test.cpp | 812 rm->GetIntegerById(id, outValue);
|
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/ |
H A D | resource_manager.h | 116 virtual RState GetIntegerById(uint32_t id, int &outValue) = 0;
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | resource_manager_impl.h | 248 virtual RState GetIntegerById(uint32_t id, int &outValue);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | resource_adapter_impl_standard.cpp | 375 auto state = resourceManager_->GetIntegerById(resId, result); in GetInt()
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | resource_manager_impl.cpp | 434 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 D | resmgr_fuzzer.cpp | 190 result = rm->GetIntegerById(testId, outValue); in GetIntegerByIdFuzzTest()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_adapter_impl.cpp | 383 auto state = manager->GetIntegerById(resId, result); in GetInt()
|
H A D | resource_adapter_impl_v2.cpp | 495 auto state = manager->GetIntegerById(resId, result); in GetInt()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | native_resource_manager.cpp | 524 RState state = mgr->resManager->GetIntegerById(resId, tempResultValue); in OH_ResourceManager_GetInt()
|