OSDN Git Service

Re-point bta:: tests to common test/mock
authorChris Manton <cmanton@google.com>
Fri, 30 Apr 2021 22:21:38 +0000 (15:21 -0700)
committerChris Manton <cmanton@google.com>
Mon, 3 May 2021 01:43:04 +0000 (18:43 -0700)
commit2dbbbca5f16a9a09a2856d8324c7914f754ce08d
treed0666b6372f8334c073919a3451bb0f110469e9e
parentee6b8adcd1d5f7e5cb603cdb284b33dfb49905ca
Re-point bta:: tests to common test/mock

Bug: 163134718
Test: gd/cert/run
Tag: #refactor

Change-Id: I8dbfc4754a754011a0c06c5f8d21abce15931cd3
35 files changed:
bta/Android.bp
bta/test/bta_dm_test.cc
bta/test/common/mock_btif_dm.cc [deleted file]
bta/test/common/mock_device_controller.cc [deleted file]
bta/test/common/mock_shim.cc [deleted file]
bta/test/common/mock_stack_acl.cc [deleted file]
bta/test/common/mock_stack_btm.cc [deleted file]
bta/test/common/mock_stack_btm_ble.cc [deleted file]
bta/test/common/mock_stack_btm_dev.cc [deleted file]
bta/test/common/mock_stack_btm_main.cc [deleted file]
bta/test/common/mock_stack_btm_pm.cc [deleted file]
bta/test/common/mock_stack_btm_sco.cc [deleted file]
bta/test/common/mock_stack_btm_sec.cc [deleted file]
bta/test/common/mock_stack_gatt.cc [deleted file]
bta/test/common/mock_stack_gatt_connection_manager.cc [deleted file]
bta/test/common/mock_stack_hidh.cc [deleted file]
bta/test/common/mock_stack_l2cap.cc [deleted file]
bta/test/common/mock_stack_l2cap_ble.cc [deleted file]
bta/test/common/mock_stack_sdp.cc [deleted file]
test/Android.bp
test/mock/mock_btif_co_bta_dm_co.cc [moved from bta/test/common/mock_btif_co_bta_dm_co.cc with 100% similarity]
test/mock/mock_btif_co_bta_hh_co.cc [moved from bta/test/common/mock_btif_co_bta_hh_co.cc with 100% similarity]
test/mock/mock_btif_debug_conn.cc [moved from bta/test/common/mock_btif_debug_conn.cc with 100% similarity]
test/mock/mock_btif_stack_manager.cc [moved from bta/test/common/mock_btif_stack_manager.cc with 100% similarity]
test/mock/mock_btif_storage.cc [moved from bta/test/common/mock_btif_storage.cc with 100% similarity]
test/mock/mock_device_interop.cc [moved from bta/test/common/mock_device_interop.cc with 100% similarity]
test/mock/mock_main_shim_acl.cc [moved from bta/test/common/mock_main_shim_acl.cc with 100% similarity]
test/mock/mock_main_shim_btm_api.cc [moved from bta/test/common/mock_main_shim_btm_api.cc with 100% similarity]
test/mock/mock_main_shim_entry.cc
test/mock/mock_stack_acl_btm_pm.cc
test/mock/mock_stack_crypto_toolbox_aes_cmac.cc [moved from bta/test/common/mock_stack_crypto_toolbox_aes_cmac.cc with 100% similarity]
test/mock/mock_stack_gap_ble.cc [moved from bta/test/common/mock_stack_gap_ble.cc with 100% similarity]
test/mock/mock_stack_gatt_attr.cc [moved from bta/test/common/mock_stack_gatt_attr.cc with 100% similarity]
test/mock/mock_stack_srvc_dis.cc [moved from bta/test/common/mock_stack_srvc_dis.cc with 100% similarity]
test/stub/osi.cc [moved from bta/test/common/fake_osi.cc with 100% similarity]