Home
last modified time | relevance | path

Searched refs:splitString (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
H A Dseparateconference_fuzzer.cpp46 std::string splitString(reinterpret_cast<const char *>(data), size); in DoSomethingInterestingWithMyAPI()
71 cSControl->SeparateConference(slotId, splitString, index); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server_asr.cpp151 std::vector<std::string> splitString(const std::string& str, const std::string& pattern) in splitString() function
230 std::vector<std::string> resMode = splitString(asrAecModeSink, "="); in GetAsrAecMode()
290 std::vector<std::string> resMode = splitString(asrNoiseSuppressionModeSink, "="); in GetAsrNoiseSuppressionMode()
350 std::vector<std::string> resMode = splitString(asrWhisperDetectionModeSink, "="); in GetAsrWhisperDetectionMode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_style.h36 …std::vector<std::string> SplitString(const std::string& srcString, const std::string& splitString);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_style.h36 …std::vector<std::string> SplitString(const std::string& srcString, const std::string& splitString);
/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dcs_control.h153 int32_t SeparateConference(int32_t slotId, const std::string &splitString, int32_t index);
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dcs_control.cpp378 int32_t CSControl::SeparateConference(int32_t slotId, const std::string &splitString, int32_t index) in SeparateConference() argument
381 if (splitString.empty()) { in SeparateConference()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_proxy.cpp615 std::vector<std::string> splitString(std::string str, char delimiter) in splitString() function
640 std::vector<std::string> tokens = splitString(net, ';'); in ParseBigConfig()