Home
last modified time | relevance | path

Searched refs:BConnection (Results 1 - 1 of 1) sorted by relevance

/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch1_test.cpp772 BaseConnection BConnection; in HWTEST_F() local
774 BConnection.postDialCalltate_ = PostDialCallState::POST_DIAL_CALL_CANCELED; in HWTEST_F()
775 BConnection.ProcessNextChar(SIM1_SLOTID, c); in HWTEST_F()
776 BConnection.GetLeftPostDialCallString(); in HWTEST_F()
777 BConnection.postDialCallString_ = "111111"; in HWTEST_F()
778 BConnection.ProcessNextChar(SIM1_SLOTID, c); in HWTEST_F()
779 BConnection.postDialCalltate_ = PostDialCallState::POST_DIAL_CALL_NOT_STARTED; in HWTEST_F()
780 BConnection.ProcessNextChar(SIM1_SLOTID, c); in HWTEST_F()
781 BConnection.GetLeftPostDialCallString(); in HWTEST_F()

Completed in 3 milliseconds