Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/test/
Dbta_jv_test.cc54 test::mock::stack_sdp_legacy::api_ = { in FakeSdp()
117 ~FakeSdp() { test::mock::stack_sdp_legacy::api_ = {}; } in ~FakeSdp()
190 test::mock::stack_sdp_legacy::api_.db.SDP_FindServiceUUIDInDb = in TEST_F()
196 test::mock::stack_sdp_legacy::api_.record.SDP_FindProtocolListElemInRec = in TEST_F()
278 test::mock::stack_sdp_legacy::api_.service in TEST_F()
/packages/modules/Bluetooth/system/stack/test/gatt/
Dstack_gatt_test.cc54 test::mock::stack_sdp_legacy::api_.handle.SDP_CreateRecord = in SetUp()
56 test::mock::stack_sdp_legacy::api_.handle.SDP_AddServiceClassIdList = in SetUp()
58 test::mock::stack_sdp_legacy::api_.handle.SDP_AddAttribute = in SetUp()
60 test::mock::stack_sdp_legacy::api_.handle.SDP_AddProtocolList = in SetUp()
62 test::mock::stack_sdp_legacy::api_.handle.SDP_AddUuidSequence = in SetUp()
65 void TearDown() override { test::mock::stack_sdp_legacy::api_.handle = {}; } in TearDown()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_sdp_legacy_api.cc24 namespace stack_sdp_legacy { namespace
81 return &test::mock::stack_sdp_legacy::api_; in get_legacy_stack_sdp_api()
Dmock_stack_sdp_legacy_api.h23 namespace stack_sdp_legacy {