Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/drm_framework/services/utils/
H A Ddrm_api_operation.cpp74 std::pair<std::string, std::string> ConfigParser::ParseKeyValue(const std::string &line) in ParseKeyValue() function in OHOS::DrmStandard::ConfigParser
133 auto keyValue = ParseKeyValue(line); in ParseReportConfig()
155 auto keyValue = ParseKeyValue(line); in ParseEvent()
/ohos5.0/foundation/multimedia/drm_framework/services/utils/include/
H A Ddrm_api_operation.h56 static std::pair<std::string, std::string> ParseKeyValue(const std::string &line);