Home
last modified time | relevance | path

Searched refs:BleStopAdv (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.h53 virtual int32_t BleStopAdv(int32_t advId) = 0;
98 MOCK_METHOD(int32_t, BleStopAdv, (int32_t advId), (override));
182 EXPECT_CALL(mock_, BleStopAdv).Times(expectCallCount_[BLE_STOP_ADV]); in Build()
H A Dbluetooth_mock.cpp104 ON_CALL(*this, BleStopAdv).WillByDefault(BluetoothMock::ActionBleStopAdv); in BluetoothMock()
469 int32_t BleStopAdv(int32_t advId) in BleStopAdv() function
472 return BluetoothMock::GetMock()->BleStopAdv(advId); in BleStopAdv()
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp119 int32_t BleStopAdv(int32_t advId) in BleStopAdv() function
121 return MockBluetooth::GetMocker()->BleStopAdv(advId); in BleStopAdv()
H A Dbluetooth_mock.h47 virtual int BleStopAdv(int advId) = 0;
100 MOCK_METHOD(int32_t, BleStopAdv, (int advId), (override));
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.h49 virtual int32_t BleStopAdv(int32_t advId) = 0;
115 MOCK_METHOD(int32_t, BleStopAdv, (int32_t advId), (override));
H A Dbluetooth_mock.cpp170 int32_t BleStopAdv(int32_t advId) in BleStopAdv() function
H A Dsoftbus_ble_gatt_test.cpp606 EXPECT_CALL(mocker, BleStopAdv).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in HWTEST_F()
631 EXPECT_CALL(mocker, BleStopAdv).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in HWTEST_F()
758 EXPECT_CALL(mocker, BleStopAdv).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in HWTEST_F()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h513 * @brief Called when advertising is disabled. For details, see {@link BleStopAdv}.
660 int BleStopAdv(int advId);
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp371 int BleStopAdv(int advId) in BleStopAdv() function
373 HILOGD("BleStopAdv, advId: %{public}d.", advId); in BleStopAdv()
375 HILOGE("BleStopAdv fail, advId is invalid."); in BleStopAdv()
380 HILOGE("BleStopAdv fail, the current adv is not started."); in BleStopAdv()
1439 BleStopAdv(advHandle); in StartAdvAddrTimer()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c555 int32_t ret = BleStopAdv(btAdvId); in SoftbusStopAdv()
891 (void)BleStopAdv(advChannel->advId); in BcAdapterBtStateChanged()

Completed in 10 milliseconds