Home
last modified time | relevance | path

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

/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
Dseparateconference_fuzzer.cpp46 std::string splitString(reinterpret_cast<const char *>(data), size); in DoSomethingInterestingWithMyAPI()
71 cSControl->SeparateConference(slotId, splitString, index); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/services/control/include/
Dcs_control.h153 int32_t SeparateConference(int32_t slotId, const std::string &splitString, int32_t index);
/base/telephony/cellular_call/services/control/src/
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()