Searched refs:GetInteger (Results 1 – 9 of 9) sorted by relevance
/base/hiviewdfx/hiview/base/utility/include/ |
D | parameter_ex.h | 33 int64_t GetInteger(const std::string& key, const int64_t defaultValue);
|
/base/hiviewdfx/hiview/base/utility/test/unittest/common/ |
D | system_service_ohos_test.cpp | 77 auto ret5 = Parameter::GetInteger("TEST_KEY3", 0);
|
/base/hiviewdfx/hiview/base/utility/ |
D | parameter_ex.cpp | 29 int64_t GetInteger(const std::string& key, const int64_t defaultValue) in GetInteger() function
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
D | sa_dumper.cpp | 48 int GetInteger() const in GetInteger() function in OHOS::HiviewDFX::__anon0680ae890111::UString
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
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
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
D | resource_manager_impl.h | 300 RState GetInteger(const IdItem *idItem, int &outValue);
|
/base/global/resource_management/frameworks/resmgr/include/ |
D | resource_manager_impl.h | 559 RState GetInteger(const IdItem *idItem, int &outValue);
|
/base/global/resource_management/frameworks/resmgr/src/ |
D | resource_manager_impl.cpp | 598 RState state = GetInteger(idItem, outValue); in GetIntegerById() 612 RState state = GetInteger(idItem, outValue); in GetIntegerByName() 619 RState ResourceManagerImpl::GetInteger(const IdItem *idItem, int &outValue) in GetInteger() function in OHOS::Global::Resource::ResourceManagerImpl
|
/base/hiviewdfx/hiview/base/ |
D | libhiviewbase.map | 267 …"OHOS::HiviewDFX::Parameter::GetInteger(std::__h::basic_string<char, std::__h::char_traits<char>, …
|