Searched refs:InviteToConferenceRequest (Results 1 – 6 of 6) sorted by relevance
49 cellularCallConnectionIMS->InviteToConferenceRequest(slotId, numberList); in DoSomethingInterestingWithMyAPI()
117 int32_t InviteToConferenceRequest(int32_t slotId, const std::vector<std::string> &numberList);
219 int32_t CellularCallConnectionIMS::InviteToConferenceRequest( in InviteToConferenceRequest() function in OHOS::Telephony::CellularCallConnectionIMS
986 ASSERT_EQ(callConn.InviteToConferenceRequest(SIM1_SLOTID, numberList), INVALID_VALUE);1005 ASSERT_EQ(callConn.InviteToConferenceRequest(SIM1_SLOTID, numberList), TELEPHONY_SUCCESS);
138 int32_t ret = cellularCallConnectionIMS->InviteToConferenceRequest(slotId, numberList);
303 return connection.InviteToConferenceRequest(slotId, numberList); in InviteToConference()