Home
last modified time | relevance | path

Searched refs:GetInteger (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/utility/test/unittest/common/
H A Dsystem_service_ohos_test.cpp61 auto ret5 = Parameter::GetInteger("TEST_KEY3", 0);
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dparameter_ex.h31 int64_t GetInteger(const std::string& key, const int64_t defaultValue);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp437 return GetInteger(idItem, outValue); in GetIntegerById()
443 return GetInteger(idItem, outValue); in GetIntegerByName()
446 RState ResourceManagerImpl::GetInteger(const IdItem *idItem, int &outValue) in GetInteger() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dparameter_ex.cpp34 int64_t GetInteger(const std::string& key, const int64_t defaultValue) in GetInteger() function
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/
H A Dmock_parameter_ex.cpp37 int64_t GetInteger(const std::string& key, const int64_t defaultValue) in GetInteger() function
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dresource_manager_impl.h300 RState GetInteger(const IdItem *idItem, int &outValue);
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h756 RState GetInteger(const std::shared_ptr<IdItem> idItem, int &outValue);
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp750 RState state = GetInteger(idItem, outValue); in GetIntegerById()
764 RState state = GetInteger(idItem, outValue); in GetIntegerByName()
771 RState ResourceManagerImpl::GetInteger(const std::shared_ptr<IdItem> idItem, int &outValue) in GetInteger() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dlibhiviewbase.map210 …"OHOS::HiviewDFX::Parameter::GetInteger(std::__h::basic_string<char, std::__h::char_traits<char>, …