Home
last modified time | relevance | path

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

/base/telephony/sms_mms/test/unittest/
H A Dsms_cb_message_test.cpp26 void SmsCbMessageTest::ProcessInput(int inputCMD, bool &loopFlag) const in ProcessInput()
70 loopFlag = false; in ProcessInput()
77 bool loopFlag = true; in ProcessTest() local
78 while (loopFlag) { in ProcessTest()
104 ProcessInput(inputCMD, loopFlag); in ProcessTest()
H A Dsms_cb_message_test.h24 void ProcessInput(int inputCMD, bool &loopFlag) const;
H A Dsms_gsm_message_test.h26 void ProcessInput(int inputCMD, bool &loopFlag) const;
H A Dsms_gsm_message_test.cpp29 void SmsGsmMessageTest::ProcessInput(int inputCMD, bool &loopFlag) const in ProcessInput()
76 loopFlag = false; in ProcessInput()
83 bool loopFlag = true; in ProcessTest() local
84 while (loopFlag) { in ProcessTest()
109 ProcessInput(inputCMD, loopFlag); in ProcessTest()
H A Dcdma_sms_test.cpp747 bool loopFlag = true; in ProcessTest() local
748 while (loopFlag) { in ProcessTest()
788 loopFlag = false; in ProcessTest()
H A Dmms_msg_test.cpp104 bool loopFlag = true; in ProcessTest() local
106 while (loopFlag) { in ProcessTest()
/base/telephony/core_service/services/network_search/test/
H A Dtest.cpp799 void ProcessInput(bool &loopFlag) in ProcessInput() argument
820 loopFlag = false; in ProcessInput()
830 void TestInputQuit(bool &loopFlag) in TestInputQuit() argument
832 loopFlag = false; in TestInputQuit()
897 bool loopFlag = true; in main() local
898 while (loopFlag) { in main()
900 ProcessInput(loopFlag); in main()
/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.cpp715 bool loopFlag = true; in ImsCallTest() local
716 while (loopFlag) { in ImsCallTest()
766 bool loopFlag = true; in ImsSmsTest() local
767 while (loopFlag) { in ImsSmsTest()
808 bool loopFlag = true; in ImsCoreServiceTest() local
809 while (loopFlag) { in ImsCoreServiceTest()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_test.cpp328 bool loopFlag = true; in InputNumForInterface() local
331 while (loopFlag) { in InputNumForInterface()
/base/telephony/telephony_data/test/unittest/data_test/
H A Ddata_storage_test.cpp706 bool loopFlag = true; in Looper() local
710 while (loopFlag) { in Looper()
727 loopFlag = false; in Looper()
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp1738 static int32_t SwitchMenu(TestMenu module, bool *loopFlag) in SwitchMenu() argument
1743 if (loopFlag != nullptr) { in SwitchMenu()
1744 *loopFlag = false; in SwitchMenu()
1786 bool loopFlag = true; in main() local
1787 while (loopFlag) { in main()
1791 mWhat = SwitchMenu(static_cast<TestMenu>(module), &loopFlag); in main()
/base/telephony/core_service/services/sim/test/
H A Dtest.cpp1502 bool loopFlag = true; in ProcessInput() local
1510 loopFlag = (*cmdFunc)(); in ProcessInput()
1515 return loopFlag; in ProcessInput()
1546 bool loopFlag = true; in main() local
1547 while (loopFlag) { in main()
1549 loopFlag = ProcessInput(); in main()
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.cpp514 bool loopFlag = true; in InputNumForInterface() local
517 while (loopFlag) { in InputNumForInterface()
/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp1693 void DiffParamType(int32_t loopFlag, int32_t reasonType) in DiffParamType() argument
1698 while (loopFlag) { in DiffParamType()
1715 void DiffParamMode(int32_t loopFlag, int32_t mode) in DiffParamMode() argument
1721 while (loopFlag) { in DiffParamMode()
1740 void DiffParamClassx(int32_t loopFlag, int32_t classx) in DiffParamClassx() argument
1745 while (loopFlag) { in DiffParamClassx()
1772 int32_t loopFlag = true; in OnRequestSetCallForwardTest() local
1775 DiffParamType(loopFlag, reasonType); in OnRequestSetCallForwardTest()
1777 DiffParamMode(loopFlag, mode); in OnRequestSetCallForwardTest()
1782 DiffParamClassx(loopFlag, class in OnRequestSetCallForwardTest()
[all...]

Completed in 25 milliseconds