Home
last modified time | relevance | path

Searched refs:radioConfigRsp (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/radio/config/1.1/vts/functional/
Dradio_config_hidl_hal_api.cpp29 EXPECT_EQ(RadioResponseType::SOLICITED, radioConfigRsp->rspInfo.type); in TEST_P()
30 EXPECT_EQ(serial, radioConfigRsp->rspInfo.serial); in TEST_P()
31 ALOGI("getModemsConfig, rspInfo.error = %s\n", toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_P()
33 ASSERT_TRUE(CheckAnyOfErrors(radioConfigRsp->rspInfo.error, in TEST_P()
46 EXPECT_EQ(RadioResponseType::SOLICITED, radioConfigRsp->rspInfo.type); in TEST_P()
47 EXPECT_EQ(serial, radioConfigRsp->rspInfo.serial); in TEST_P()
48 ALOGI("setModemsConfig, rspInfo.error = %s\n", toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_P()
51 CheckAnyOfErrors(radioConfigRsp->rspInfo.error, in TEST_P()
74 EXPECT_EQ(RadioResponseType::SOLICITED, radioConfigRsp->rspInfo.type); in TEST_P()
75 EXPECT_EQ(serial, radioConfigRsp->rspInfo.serial); in TEST_P()
[all …]
Dradio_config_hidl_hal_test.cpp27 radioConfigRsp = new (std::nothrow) RadioConfigResponse(*this); in SetUp()
28 ASSERT_NE(nullptr, radioConfigRsp.get()); in SetUp()
32 radioConfig->setResponseFunctions(radioConfigRsp, nullptr); in SetUp()
Dradio_config_hidl_hal_utils.h103 sp<RadioConfigResponse> radioConfigRsp; variable
/hardware/interfaces/radio/config/1.0/vts/functional/
Dradio_config_hidl_hal_api.cpp29 EXPECT_EQ(RadioResponseType::SOLICITED, radioConfigRsp->rspInfo.type); in TEST_P()
30 EXPECT_EQ(serial, radioConfigRsp->rspInfo.serial); in TEST_P()
32 toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_P()
34 ASSERT_TRUE(CheckAnyOfErrors(radioConfigRsp->rspInfo.error, in TEST_P()
47 EXPECT_EQ(RadioResponseType::SOLICITED, radioConfigRsp->rspInfo.type); in TEST_P()
48 EXPECT_EQ(serial, radioConfigRsp->rspInfo.serial); in TEST_P()
50 toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_P()
52 ASSERT_TRUE(CheckAnyOfErrors(radioConfigRsp->rspInfo.error, in TEST_P()
Dradio_config_hidl_hal_test.cpp27 radioConfigRsp = new (std::nothrow) RadioConfigResponse(*this); in SetUp()
28 ASSERT_NE(nullptr, radioConfigRsp.get()); in SetUp()
35 radioConfig->setResponseFunctions(radioConfigRsp, radioConfigInd); in SetUp()
Dradio_config_hidl_hal_utils.h101 sp<RadioConfigResponse> radioConfigRsp; variable
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_test.cpp84 radioConfigRsp = new (std::nothrow) RadioConfigResponse(*this); in SetUp()
85 ASSERT_NE(nullptr, radioConfigRsp.get()); in SetUp()
88 radioConfig->setResponseFunctions(radioConfigRsp, nullptr); in SetUp()
102 EXPECT_EQ(RadioResponseType::SOLICITED, radioConfigRsp->rspInfo.type); in getLogicalSimId()
103 EXPECT_EQ(serial, radioConfigRsp->rspInfo.serial); in getLogicalSimId()
105 ASSERT_TRUE(CheckAnyOfErrors(radioConfigRsp->rspInfo.error, in getLogicalSimId()
108 if (radioConfigRsp->rspInfo.error != RadioError ::NONE) { in getLogicalSimId()
110 toString(radioConfigRsp->rspInfo.error).c_str()); in getLogicalSimId()
115 cardStatus.physicalSlotId >= radioConfigRsp->simSlotStatus.size()) { in getLogicalSimId()
120 logicalSlotId = radioConfigRsp->simSlotStatus[cardStatus.physicalSlotId].logicalSlotId; in getLogicalSimId()
[all …]
Dradio_hidl_hal_utils_v1_2.h691 sp<RadioConfigResponse> radioConfigRsp; variable
/hardware/interfaces/radio/config/1.3/vts/functional/
Dradio_config_hidl_hal_test.cpp27 radioConfigRsp = new (std::nothrow) RadioConfigResponse(*this); in SetUp()
28 ASSERT_NE(nullptr, radioConfigRsp.get()); in SetUp()
32 radioConfig->setResponseFunctions(radioConfigRsp, nullptr); in SetUp()
Dradio_config_hidl_hal_api.cpp29 toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_P()
Dradio_config_hidl_hal_utils.h123 sp<RadioConfigResponse> radioConfigRsp; variable
/hardware/interfaces/radio/config/1.2/vts/functional/
Dradio_config_hidl_hal_test.cpp27 radioConfigRsp = new (std::nothrow) RadioConfigResponse(*this); in SetUp()
28 ASSERT_NE(nullptr, radioConfigRsp.get()); in SetUp()
32 radioConfig->setResponseFunctions(radioConfigRsp, nullptr); in SetUp()
Dradio_config_hidl_hal_api.cpp29 toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_P()
Dradio_config_hidl_hal_utils.h127 sp<RadioConfigResponse> radioConfigRsp; variable
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_hidl_hal_test.cpp130 sp<RadioConfigResponse> radioConfigRsp = new (std::nothrow) RadioConfigResponse(*this); in getRadioHalCapabilities() local
131 radioConfig_v1_3->setResponseFunctions(radioConfigRsp, nullptr); in getRadioHalCapabilities()
136 return radioConfigRsp->modemReducedFeatureSet1; in getRadioHalCapabilities()