Home
last modified time | relevance | path

Searched refs:TryParseInt (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/drm_framework/services/utils/
H A Ddrm_api_operation.cpp90 bool ConfigParser::TryParseInt(const std::string& str, int& out) in TryParseInt() function in OHOS::DrmStandard::ConfigParser
111 if (TryParseInt(value, temp)) { in ParseReportConfig()
119 if (TryParseInt(value, temp)) { in ParseReportConfig()
/ohos5.0/foundation/multimedia/drm_framework/services/utils/include/
H A Ddrm_api_operation.h57 static bool TryParseInt(const std::string& str, int& out);