Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/utils/src/
H A Ddaudio_utils.cpp85 size_t splitPosEnd = params.find(';', pos); in GetAudioParamStr() local
86 if (splitPosEnd != params.npos) { in GetAudioParamStr()
87 if (pos + step + 1 > splitPosEnd) { in GetAudioParamStr()
90 value = params.substr(pos + step + 1, splitPosEnd - pos - step - 1); in GetAudioParamStr()
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp232 size_t splitPosEnd = params.find(';', pos); in GetAudioParamStr() local
233 if (splitPosEnd != params.npos) { in GetAudioParamStr()
234 value = params.substr(pos + step + 1, splitPosEnd - pos - step - 1); in GetAudioParamStr()