Home
last modified time | relevance | path

Searched refs:BleGattsStartService (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp213 int32_t BleGattsStartService(int32_t serverId, int32_t srvcHandle) in BleGattsStartService() function
215 return MockBluetooth::GetMocker()->BleGattsStartService(serverId, srvcHandle); in BleGattsStartService()
H A Dbluetooth_mock.h72 virtual int BleGattsStartService(int serverId, int srvcHandle) = 0;
129 MOCK_METHOD(int32_t, BleGattsStartService, (int serverId, int srvcHandle), (override));
H A Dsoftbus_adapter_ble_gatt_server_test.cpp100 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 Dohos_bt_gatt_server.h213 * @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 Dbluetooth_mock.cpp264 int32_t BleGattsStartService(int32_t serverId, int32_t srvcHandle) in BleGattsStartService() function
266 return MockBluetooth::GetMocker()->BleGattsStartService(serverId, srvcHandle); in BleGattsStartService()
H A Dbluetooth_mock.h81 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 Dsoftbus_adapter_ble_gatt_server.c162 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 Dohos_bt_gatt_server.cpp889 int BleGattsStartService(int serverId, int srvcHandle) in BleGattsStartService() function

Completed in 8 milliseconds