Home
last modified time | relevance | path

Searched refs:StrToUint64 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netmanagerutils/unittest/netmanager_base_common_test/
H A Dut_netmanager_base_common.cpp574 auto result = CommonUtils::StrToUint64(value, defaultErr);
578 result = CommonUtils::StrToUint64(value, defaultErr);
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/include/
H A Dnetmanager_base_common_utils.h69 uint64_t StrToUint64(const std::string &value, uint64_t defaultErr = 0);
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_common_utils.cpp446 uint64_t StrToUint64(const std::string &value, uint64_t defaultErr) in StrToUint64() function