Home
last modified time | relevance | path

Searched refs:test_channel (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/vendor_libs/test_vendor_lib/scripts/
H A Dtest_channel.py153 def __init__(self, test_channel): argument
155 self._test_channel = test_channel
311 test_channel = TestChannel(port)
317 test_channel_shell = TestChannelShell(test_channel)
H A Dbuild_and_run.sh86 python ${TEST_CHANNEL_ABS}/test_channel.py localhost ${TEST_CHANNEL_PORT}
/aosp12/system/bt/vendor_libs/test_vendor_lib/scripts/scripted_beacon_test/
H A Drun_test.sh8 python3 scripts/test_channel.py 6401 < scripts/scripted_beacon_test/add_beacons > /tmp/logs/scripte…
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dservice_tests.cpp174 auto test_channel = std::make_shared<Channel>(); in TEST_F() local
175 info.channel = test_channel.get(); in TEST_F()
189 EXPECT_EQ(test_channel, message.GetChannel()); in TEST_F()
202 auto test_channel = std::make_shared<Channel>(); in TEST_F() local
203 info.channel = test_channel.get(); in TEST_F()
211 EXPECT_EQ(test_channel, message.GetChannel()); in TEST_F()
768 auto test_channel = std::make_shared<Channel>(); in TEST_F() local
771 .WillOnce(DoAll(SetArgPointee<2>(test_channel.get()), Return(kTestCid))); in TEST_F()
776 EXPECT_EQ(test_channel, channel); in TEST_F()
799 auto test_channel = std::make_shared<Channel>(); in TEST_F() local
[all …]