Searched refs:BleGattsStartService (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | bluetooth_mock.cpp | 213 int32_t BleGattsStartService(int32_t serverId, int32_t srvcHandle) in BleGattsStartService() function 215 return MockBluetooth::GetMocker()->BleGattsStartService(serverId, srvcHandle); in BleGattsStartService()
|
H A D | bluetooth_mock.h | 72 virtual int BleGattsStartService(int serverId, int srvcHandle) = 0; 129 MOCK_METHOD(int32_t, BleGattsStartService, (int serverId, int srvcHandle), (override));
|
H A D | softbus_adapter_ble_gatt_server_test.cpp | 100 EXPECT_CALL(mocker, BleGattsStartService).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in MockAll() 294 EXPECT_CALL(mocker, BleGattsStartService).Times(1).WillOnce(Return(OHOS_BT_STATUS_FAIL)); in HWTEST_F() 297 EXPECT_CALL(mocker, BleGattsStartService).Times(1).WillOnce(Return(OHOS_BT_STATUS_SUCCESS)); in HWTEST_F()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt_server.h | 213 * @brief Called when a service is started via {@link BleGattsStartService}. 523 int BleGattsStartService(int serverId, int srvcHandle);
|
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.cpp | 264 int32_t BleGattsStartService(int32_t serverId, int32_t srvcHandle) in BleGattsStartService() function 266 return MockBluetooth::GetMocker()->BleGattsStartService(serverId, srvcHandle); in BleGattsStartService()
|
H A D | bluetooth_mock.h | 81 virtual int32_t BleGattsStartService(int32_t serverId, int32_t srvcHandle) = 0; 152 MOCK_METHOD(int32_t, BleGattsStartService, (int32_t serverId, int32_t srvcHandle), (override));
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/ |
H A D | softbus_adapter_ble_gatt_server.c | 162 if (BleGattsStartService(g_halServerId, srvcHandle) != SOFTBUS_OK) { in SoftBusGattsStartService() 163 CONN_LOGE(CONN_BLE, "BleGattsStartService return error"); in SoftBusGattsStartService()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 889 int BleGattsStartService(int serverId, int srvcHandle) in BleGattsStartService() function
|
Completed in 8 milliseconds