Home
last modified time | relevance | path

Searched refs:NapiMapMseObserver (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_map_mse_observer.h28 class NapiMapMseObserver : public MapMseObserver {
32 NapiMapMseObserver();
33 ~NapiMapMseObserver() override = default;
H A Dnapi_bluetooth_map_mse.h43 static std::shared_ptr<NapiMapMseObserver> observer_;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnapi_bluetooth_map_mse_observer.cpp27 NapiMapMseObserver::NapiMapMseObserver() in NapiMapMseObserver() function in OHOS::Bluetooth::NapiMapMseObserver
31 void NapiMapMseObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int32_t stat… in OnConnectionStateChanged()
H A Dnapi_bluetooth_map_mse.cpp35 std::shared_ptr<NapiMapMseObserver> NapiMapMse::observer_ = std::make_shared<NapiMapMseObserver>();