blob: 68380e46ce3c180109290f8b6ca04cb4ceb23750 [file] [log] [blame]
/*
* Copyright 2021 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
* Generated mock file from original source file
* Functions generated:13
*/
#include <map>
#include <string>
extern std::map<std::string, int> mock_function_count_map;
#include <base/bind.h>
#include <base/callback.h>
#include <base/location.h>
#include <cstdint>
#include <memory>
#include <vector>
#include "bt_target.h"
#include "bta/gatt/bta_gatts_int.h"
#include "osi/include/allocator.h"
#include "types/bluetooth/uuid.h"
#include "types/bt_transport.h"
#include "types/raw_address.h"
#ifndef UNUSED_ATTR
#define UNUSED_ATTR
#endif
void BTA_GATTS_Disable(void) { mock_function_count_map[__func__]++; }
void BTA_GATTS_AppDeregister(tGATT_IF server_if) {
mock_function_count_map[__func__]++;
}
void BTA_GATTS_AppRegister(const bluetooth::Uuid& app_uuid,
tBTA_GATTS_CBACK* p_cback, bool eatt_support) {
mock_function_count_map[__func__]++;
}
void BTA_GATTS_CancelOpen(tGATT_IF server_if, const RawAddress& remote_bda,
bool is_direct) {
mock_function_count_map[__func__]++;
}
void BTA_GATTS_Close(uint16_t conn_id) { mock_function_count_map[__func__]++; }
void BTA_GATTS_AddService(tGATT_IF server_if,
std::vector<btgatt_db_element_t> service,
BTA_GATTS_AddServiceCb cb) {
mock_function_count_map[__func__]++;
}
void BTA_GATTS_DeleteService(uint16_t service_id) {
mock_function_count_map[__func__]++;
}
void BTA_GATTS_HandleValueIndication(uint16_t conn_id, uint16_t attr_id,
std::vector<uint8_t> value,
bool need_confirm) {
mock_function_count_map[__func__]++;
}
void BTA_GATTS_Open(tGATT_IF server_if, const RawAddress& remote_bda,
bool is_direct, tBT_TRANSPORT transport) {
mock_function_count_map[__func__]++;
}
void BTA_GATTS_SendRsp(uint16_t conn_id, uint32_t trans_id, tGATT_STATUS status,
tGATTS_RSP* p_msg) {
mock_function_count_map[__func__]++;
}
void BTA_GATTS_StopService(uint16_t service_id) {
mock_function_count_map[__func__]++;
}
void bta_gatts_add_service_impl(tGATT_IF server_if,
std::vector<btgatt_db_element_t> service,
BTA_GATTS_AddServiceCb cb) {
mock_function_count_map[__func__]++;
}