Home
last modified time | relevance | path

Searched refs:radioConfigRsp (Results 1 – 11 of 11) 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()
65 EXPECT_EQ(RadioResponseType::SOLICITED, radioConfigRsp->rspInfo.type); in TEST_P()
66 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.cpp55 radioConfigRsp = new (std::nothrow) RadioConfigResponse(*this); in SetUp()
56 ASSERT_NE(nullptr, radioConfigRsp.get()); in SetUp()
59 radioConfig->setResponseFunctions(radioConfigRsp, nullptr); in SetUp()
73 EXPECT_EQ(RadioResponseType::SOLICITED, radioConfigRsp->rspInfo.type); in getLogicalSimId()
74 EXPECT_EQ(serial, radioConfigRsp->rspInfo.serial); in getLogicalSimId()
76 ASSERT_TRUE(CheckAnyOfErrors(radioConfigRsp->rspInfo.error, in getLogicalSimId()
79 if (radioConfigRsp->rspInfo.error != RadioError ::NONE) { in getLogicalSimId()
81 toString(radioConfigRsp->rspInfo.error).c_str()); in getLogicalSimId()
86 cardStatus.physicalSlotId >= radioConfigRsp->simSlotStatus.size()) { in getLogicalSimId()
91 logicalSlotId = radioConfigRsp->simSlotStatus[cardStatus.physicalSlotId].logicalSlotId; in getLogicalSimId()
[all …]
Dradio_hidl_hal_utils_v1_2.h681 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