Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dims_control.h121 int32_t KickOutFromConference(int32_t slotId, const std::string &KickOutString, int32_t index);
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dims_control.cpp306 int32_t IMSControl::KickOutFromConference(int32_t slotId, const std::string &KickOutString, int32_t… in KickOutFromConference() argument
309 if (KickOutString.empty()) { in KickOutFromConference()