mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 10:05:19 +00:00
Merge "Update Radio and Sap service name in VTS."
am: f7c337546a
Change-Id: I88432432ca7bc23e8b4a1e7d216a3abf90b512dc
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
void RadioHidlTest::SetUp() {
|
||||
radio = ::testing::VtsHalHidlTargetTestBase::getService<IRadio>(
|
||||
hidl_string("rild"));
|
||||
hidl_string(RADIO_SERVICE_NAME));
|
||||
ASSERT_NE(radio, nullptr);
|
||||
|
||||
radioRsp = new RadioResponse(*this);
|
||||
|
||||
@@ -81,6 +81,7 @@ using ::android::hardware::Void;
|
||||
using ::android::sp;
|
||||
|
||||
#define TIMEOUT_PERIOD 40
|
||||
#define RADIO_SERVICE_NAME "slot1"
|
||||
|
||||
class RadioHidlTest;
|
||||
extern CardStatus cardStatus;
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
void SapHidlTest::SetUp() {
|
||||
sap = ::testing::VtsHalHidlTargetTestBase::getService<ISap>(
|
||||
hidl_string("sap_uim_socket1"));
|
||||
hidl_string(SAP_SERVICE_NAME));
|
||||
ASSERT_NE(sap, nullptr);
|
||||
|
||||
sapCb = new SapCallback(*this);
|
||||
|
||||
@@ -34,6 +34,7 @@ using ::android::hardware::Void;
|
||||
using ::android::sp;
|
||||
|
||||
#define TIMEOUT_PERIOD 40
|
||||
#define SAP_SERVICE_NAME "slot1"
|
||||
|
||||
class SapHidlTest;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user