Home
last modified time | relevance | path

Searched refs:RadioHidlTest_v1_3 (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/radio/1.3/vts/functional/
H A Dradio_hidl_hal_test.cpp43 void RadioHidlTest_v1_3::SetUp() { in SetUp()
75 void RadioHidlTest_v1_3::notify(int receivedSerial) { in notify()
86 std::cv_status RadioHidlTest_v1_3::wait() { in wait()
101 void RadioHidlTest_v1_3::updateSimCardStatus() { in updateSimCardStatus()
H A DVtsHalRadioV1_3TargetTest.cpp22 GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(RadioHidlTest_v1_3);
23 INSTANTIATE_TEST_SUITE_P(PerInstance, RadioHidlTest_v1_3,
H A Dradio_hidl_hal_api.cpp26 TEST_P(RadioHidlTest_v1_3, enableModem) { in TEST_P() argument
74 TEST_P(RadioHidlTest_v1_3, getModemStackStatus) { in TEST_P() argument
H A Dradio_hidl_hal_utils_v1_3.h54 class RadioHidlTest_v1_3; variable
60 RadioHidlTest_v1_3& parent_v1_3;
71 RadioResponse_v1_3(RadioHidlTest_v1_3& parent_v1_3);
468 RadioHidlTest_v1_3& parent_v1_3;
471 RadioIndication_v1_3(RadioHidlTest_v1_3& parent_v1_3);
620 class RadioHidlTest_v1_3 : public ::testing::TestWithParam<std::string> {
H A Dradio_indication.cpp19 RadioIndication_v1_3::RadioIndication_v1_3(RadioHidlTest_v1_3& parent) : parent_v1_3(parent) {} in RadioIndication_v1_3()
H A Dradio_response.cpp21 RadioResponse_v1_3::RadioResponse_v1_3(RadioHidlTest_v1_3& parent) : parent_v1_3(parent) {} in RadioResponse_v1_3()