Searched refs:BleStopAdv (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/ |
H A D | bluetooth_mock.h | 53 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 D | bluetooth_mock.cpp | 104 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 D | bluetooth_mock.cpp | 119 int32_t BleStopAdv(int32_t advId) in BleStopAdv() function 121 return MockBluetooth::GetMocker()->BleStopAdv(advId); in BleStopAdv()
|
H A D | bluetooth_mock.h | 47 virtual int BleStopAdv(int advId) = 0; 100 MOCK_METHOD(int32_t, BleStopAdv, (int advId), (override));
|
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.h | 49 virtual int32_t BleStopAdv(int32_t advId) = 0; 115 MOCK_METHOD(int32_t, BleStopAdv, (int32_t advId), (override));
|
H A D | bluetooth_mock.cpp | 170 int32_t BleStopAdv(int32_t advId) in BleStopAdv() function
|
H A D | softbus_ble_gatt_test.cpp | 606 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 D | ohos_bt_gatt.h | 513 * @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 D | ohos_bt_gatt.cpp | 371 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 D | softbus_ble_gatt.c | 555 int32_t ret = BleStopAdv(btAdvId); in SoftbusStopAdv() 891 (void)BleStopAdv(advChannel->advId); in BcAdapterBtStateChanged()
|
Completed in 10 milliseconds