Searched refs:GetInteger (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/base/utility/test/unittest/common/ |
H A D | system_service_ohos_test.cpp | 61 auto ret5 = Parameter::GetInteger("TEST_KEY3", 0);
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/ |
H A D | parameter_ex.h | 31 int64_t GetInteger(const std::string& key, const int64_t defaultValue);
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | resource_manager_impl.cpp | 437 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 D | parameter_ex.cpp | 34 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 D | mock_parameter_ex.cpp | 37 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 D | resource_manager_impl.h | 300 RState GetInteger(const IdItem *idItem, int &outValue);
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | resource_manager_impl.h | 756 RState GetInteger(const std::shared_ptr<IdItem> idItem, int &outValue);
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 750 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 D | libhiviewbase.map | 210 …"OHOS::HiviewDFX::Parameter::GetInteger(std::__h::basic_string<char, std::__h::char_traits<char>, …
|