Home
last modified time | relevance | path

Searched refs:OnDiscoveryStateChanged (Results 1 - 22 of 22) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host_observer.h32 virtual void OnDiscoveryStateChanged(int32_t status) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_host_observer.h29 void OnDiscoveryStateChanged(int status) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access_observer.h31 void OnDiscoveryStateChanged(int status) override {};
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection_observer.h32 void OnDiscoveryStateChanged(int status) override;
H A Dnapi_bluetooth_connection_observer.cpp37 void NapiBluetoothConnectionObserver::OnDiscoveryStateChanged(int status) in OnDiscoveryStateChanged() function in OHOS::Bluetooth::NapiBluetoothConnectionObserver
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_host_observer_proxy.h33 void OnDiscoveryStateChanged(int32_t status) override;
/foundation/communication/bluetooth/frameworks/cj/access/include/
H A Dbluetooth_access_impl.h47 void OnDiscoveryStateChanged(int status) override{};
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.h46 void OnDiscoveryStateChanged(int status) in OnDiscoveryStateChanged() function in OHOS::Bluetooth::BleHostObserverTest
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_classic.h60 virtual void OnDiscoveryStateChanged(int status) = 0;
H A Dinterface_adapter_ble.h132 virtual void OnDiscoveryStateChanged(const int status) = 0;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_observer_stub.cpp90 stub->OnDiscoveryStateChanged(status); in OnDiscoveryStateChangedInner()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h86 virtual void OnDiscoveryStateChanged(int status) = 0;
/foundation/communication/bluetooth/frameworks/cj/connection/include/
H A Dbluetooth_connection_impl.h65 void OnDiscoveryStateChanged(int status) override{};
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.cpp93 void OnDiscoveryStateChanged(const int status) in OnDiscoveryStateChanged() function in OHOS::bluetooth::GenericAccessService::AdapterBleObserverImpl
124 void OnDiscoveryStateChanged(int status) in OnDiscoveryStateChanged() function in OHOS::bluetooth::GenericAccessService::AdapterClassicObserverImpl
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp36 void OnDiscoveryStateChanged(int status) override;
93 void BluetoothHostObserverCommon::OnDiscoveryStateChanged(int status) in OnDiscoveryStateChanged() function in OHOS::Bluetooth::BluetoothHostObserverCommon
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_observer_proxy.cpp51 void BluetoothHostObserverProxy::OnDiscoveryStateChanged(int32_t status) in OnDiscoveryStateChanged() function in OHOS::Bluetooth::BluetoothHostObserverProxy
56 HILOGE("BluetoothHostObserverProxy::OnDiscoveryStateChanged WriteInterfaceToken error"); in OnDiscoveryStateChanged()
61 HILOGE("BluetoothHostObserverProxy::OnDiscoveryStateChanged status error"); in OnDiscoveryStateChanged()
70 HILOGE("BluetoothHostProxy::OnDiscoveryStateChanged done fail, error: %{public}d", result); in OnDiscoveryStateChanged()
/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h68 void OnDiscoveryStateChanged(int status) override {};
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp76 void OnDiscoveryStateChanged(int status) override
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp248 void OnDiscoveryStateChanged(const int32_t status) override
257 observer->OnDiscoveryStateChanged(static_cast<int32_t>(status));
422 void OnDiscoveryStateChanged(const int32_t status) override
431 observer->OnDiscoveryStateChanged(static_cast<int32_t>(status));
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp142 void OnDiscoveryStateChanged(int32_t status) override
146 [status](std::shared_ptr<BluetoothHostObserver> observer) { observer->OnDiscoveryStateChanged(status); });
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.h81 void OnDiscoveryStateChanged(int status) override
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp1147 [discoveryState](IAdapterClassicObserver &observer) { observer.OnDiscoveryStateChanged(discoveryState); }); in SendDiscoveryStateChanged()

Completed in 16 milliseconds