Home
last modified time | relevance | path

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

/base/telephony/call_manager/test/unittest/ui_client/
H A Dbluetooth_call_test.cpp145 int32_t BluetoothCallTest::Init() in Init()
164 void BluetoothCallTest::RunBluetoothCallTest() in RunBluetoothCallTest()
186 void BluetoothCallTest::PrintfUsage() in PrintfUsage()
214 void BluetoothCallTest::InitFunMap() in InitFunMap()
216 memberFuncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_DIAL)] = &BluetoothCallTest::DialCall; in InitFunMap()
217 memberFuncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_ANSWER)] = &BluetoothCallTest::AnswerCall; in InitFunMap()
218 memberFuncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_REJECT)] = &BluetoothCallTest::RejectCall; in InitFunMap()
219 memberFuncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_HANGUP)] = &BluetoothCallTest::HangUpCall; in InitFunMap()
221 &BluetoothCallTest::GetCallState; in InitFunMap()
222 memberFuncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_HOLD)] = &BluetoothCallTest in InitFunMap()
[all...]
H A Dbluetooth_call_test.h50 class BluetoothCallTest { class
52 BluetoothCallTest() = default;
53 ~BluetoothCallTest() = default;
60 using BluetoothCallFunc = void (BluetoothCallTest::*)();
H A Dui_client_test.cpp1791 std::unique_ptr<OHOS::Telephony::BluetoothCallTest> testPtr = in main()
1792 std::make_unique<OHOS::Telephony::BluetoothCallTest>(); in main()

Completed in 6 milliseconds