Searched refs:StopRttRequest (Results 1 – 11 of 11) sorted by relevance
52 cellularCallConnectionIMS->StopRttRequest(slotId); in DoSomethingInterestingWithMyAPI()
152 int32_t StopRttRequest(int32_t slotId);
129 ffrt::submit([=]() { callRequestProcessPtr_->StopRttRequest(callId); }); in StopRtt()
723 void CallRequestProcess::StopRttRequest(int32_t callId) in StopRttRequest() function in OHOS::Telephony::CallRequestProcess
44 void StopRttRequest(int32_t callId);
209 callRequestProcess->StopRttRequest(1);330 callRequestProcess->StopRttRequest(VALID_CALLID);331 callRequestProcess->StopRttRequest(2);
334 int32_t CellularCallConnectionIMS::StopRttRequest(int32_t slotId) in StopRttRequest() function in OHOS::Telephony::CellularCallConnectionIMS
990 ASSERT_EQ(callConn.StopRttRequest(SIM1_SLOTID), INVALID_VALUE);1009 ASSERT_EQ(callConn.StopRttRequest(SIM1_SLOTID), TELEPHONY_SUCCESS);
250 int32_t ret = cellularCallConnectionIMS->StopRttRequest(slotId);
575 EXPECT_EQ(imsConnection.StopRttRequest(slotId), TELEPHONY_SUCCESS);
335 return connection.StopRttRequest(slotId); in StopRtt()