Home
last modified time | relevance | path

Searched refs:GetIntegerByName (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_interface.h44 virtual int32_t GetIntegerByName(const char *name, int &outValue) = 0;
H A Dresource_manager_impl.cpp232 int32_t ResourceManagerImpl::GetIntegerByName(const char *name, int &outValue) in GetIntegerByName() function in OHOS::Resource::ResourceManagerImpl
234 RState state = resMgr_->GetIntegerByName(name, outValue); in GetIntegerByName()
H A Dresource_manager_impl.h73 int32_t GetIntegerByName(const char *name, int &outValue) override;
H A Dresource_manager_ffi.cpp479 auto state = instance->GetIntegerByName(name, data.intValue); in CJ_GetNumberByName()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dresource_manager.h71 virtual RState GetIntegerByName(const char *name, int &outValue) = 0;
H A Dresource_manager_impl.h201 virtual RState GetIntegerByName(const char *name, int &outValue);
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_resourceManager_interface1.h78 virtual RState GetIntegerByName(const char* name, int& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp180 virtual RState GetIntegerByName(const char* name, int& outValue) in GetIntegerByName() 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.h78 virtual RState GetIntegerByName(const char* name, int& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp180 virtual RState GetIntegerByName(const char* name, int& outValue) in GetIntegerByName() function in OHOS::Global::Resource::ResourceManagerTestInstance
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test.cpp667 state = rm->GetIntegerByName(g_nonExistName, outValue);
1403 rState = rm->GetIntegerByName("integer_input_device", outValue);;
1433 rState = rm->GetIntegerByName("integer_input_device", outValue);;
1463 rState = rm->GetIntegerByName("integer_input_device", outValue);
1493 rState = rm->GetIntegerByName("integer_input_device", outValue);;
1856 state = rm->GetIntegerByName("same_name", outValueI);
H A Dresource_manager_test_common.cpp535 RState state = rm->GetIntegerByName(integer1, outValue); in TestGetIntegerByName()
539 state = rm->GetIntegerByName(integerRef, outValue); in TestGetIntegerByName()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dresource_utils.cpp429 if (GetIntegerByName(iter.first.c_str(), intValue)) { in SaveAllValue()
466 bool ResourceUtils::GetIntegerByName(std::string name, int &value) in GetIntegerByName() function in OHOS::Telephony::ResourceUtils
468 Global::Resource::RState state = resourceManager_->GetIntegerByName(name.c_str(), value); in GetIntegerByName()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp1145 state = rm->GetIntegerByName("integer_1", outValue);
1149 state = rm->GetIntegerByName("integer_ref", outValue);
1165 state = rm->GetIntegerByName(g_nonExistName, outValue);
1706 state = rm->GetIntegerByName("same_name", outValueI);
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dresource_utils.h226 bool GetIntegerByName(std::string name, int &value);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h217 virtual RState GetIntegerByName(const char *name, int &outValue);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp142 RState ResourceManagerImpl::GetIntegerByName(const char *name, int32_t &outValue) in GetIntegerByName() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h118 virtual RState GetIntegerByName(const char *name, int &outValue) = 0;
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h256 virtual RState GetIntegerByName(const char *name, int &outValue);
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl_standard.cpp388 auto state = resourceManager_->GetIntegerByName(actualResName.c_str(), result); in GetIntByName()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp440 RState ResourceManagerImpl::GetIntegerByName(const char *name, int &outValue) in GetIntegerByName() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp201 result = rm->GetIntegerByName(testName.c_str(), outValue); in GetIntegerByNameFuzzTest()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.cpp396 auto state = manager->GetIntegerByName(actualResName.c_str(), result); in GetIntByName()
H A Dresource_adapter_impl_v2.cpp508 auto state = manager->GetIntegerByName(actualResName.c_str(), result); in GetIntByName()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dnative_resource_manager.cpp542 RState state = mgr->resManager->GetIntegerByName(resName, tempResultValue); in OH_ResourceManager_GetIntByName()

12