Home
last modified time | relevance | path

Searched refs:test_state_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/stack/test/gatt/
H A Dgatt_sr_test.cc54 TestMutables test_state_; variable
68 test_state_.attp_build_sr_msg.op_code_ = op_code; in attp_build_sr_msg()
126 test_state_.gatts_write_attr_perm_check.access_count_++; in gatts_write_attr_perm_check()
158 test_state_.application_request_callback.conn_id_ = conn_id; in ApplicationRequestCallback()
160 test_state_.application_request_callback.type_ = type; in ApplicationRequestCallback()
161 test_state_.application_request_callback.data_ = *p_data; in ApplicationRequestCallback()
194 test_state_ = TestMutables(); in SetUp()
254 CHECK(test_state_.application_request_callback.type_ == in TEST_F()
297 CHECK(test_state_.application_request_callback.type_ == in TEST_F()
332 CHECK(test_state_.application_request_callback.type_ == in TEST_F()
[all …]
/aosp12/system/bt/hci/test/
H A Dpacket_fragmenter_host_test.cc83 TestMutables test_state_; variable
86 test_state_.fragmented.access_count_++; in OnFragmented()
90 test_state_.reassembled.access_count_++; in OnReassembled()
91 test_state_.reassembled.queue.push( in OnReassembled()
96 test_state_.transmit_finished.access_count_++; in OnTransmitFinished()
136 test_state_ = TestMutables(); in SetUp()
141 while (!test_state_.reassembled.queue.empty()) { in TearDown()
142 test_state_.reassembled.queue.pop(); in TearDown()
309 test_state_.reassembled.queue.pop(); in TEST_F()
320 CHECK(test_state_.reassembled.access_count_ == 0); in TEST_F()
[all …]