Searched refs:splitString (Results 1 – 3 of 3) sorted by relevance
46 std::string splitString(reinterpret_cast<const char *>(data), size); in DoSomethingInterestingWithMyAPI()71 cSControl->SeparateConference(slotId, splitString, index); in DoSomethingInterestingWithMyAPI()
153 int32_t SeparateConference(int32_t slotId, const std::string &splitString, int32_t index);
378 int32_t CSControl::SeparateConference(int32_t slotId, const std::string &splitString, int32_t index) in SeparateConference() argument381 if (splitString.empty()) { in SeparateConference()