Home
last modified time | relevance | path

Searched refs:OnConnectionChanged (Results 1 - 17 of 17) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_observer.h30 virtual void OnConnectionChanged(const GattDevice &device, uint16_t connectionHandle, int state) in OnConnectionChanged() function in OHOS::bluetooth::GattConnectionObserver
H A Dgatt_client_service.cpp136 void OnConnectionChanged(const GattDevice &device, uint16_t connectionHandle, int state);
437 void OnConnectionChanged(const GattDevice &device, uint16_t connectionHandle, int state) override
440 service_.GetDispatcher()->PostTask(std::bind(&impl::OnConnectionChanged,
1152 void GattClientService::impl::OnConnectionChanged(const GattDevice &device, uint16_t connectionHandle, int state) in OnConnectionChanged() function in OHOS::bluetooth::GattClientService::impl
H A Dgatt_server_service.cpp97 void OnConnectionChanged(const GattDevice &device, int state);
464 void OnConnectionChanged(const GattDevice &device, uint16_t connectionHandle, int state) override
467 service_.GetDispatcher()->PostTask(std::bind(&impl::OnConnectionChanged, service_.pimpl.get(), device, state));
1146 void GattServerService::impl::OnConnectionChanged(const GattDevice &device, int state) in OnConnectionChanged() function in OHOS::bluetooth::GattServerService::impl
H A Dgatt_connection_manager.cpp542 item.second->OnConnectionChanged(device, in NotifyObserver()
546 item.second->OnConnectionChanged(device, in NotifyObserver()
550 item.second->OnConnectionChanged(device, in NotifyObserver()
/foundation/CastEngine/castengine_wifi_display/tests/demo/interaction/
H A Dwfd_source_demo.h49 void OnConnectionChanged(const ConnectionInfo &info);
H A Dwfd_source_demo.cpp208 OnConnectionChanged(info); in OnInfo()
243 void WfdSourceDemoListener::OnConnectionChanged(const ConnectionInfo &info) in OnConnectionChanged() function in WfdSourceDemoListener
250 printf("on OnConnectionChanged. state: %d, ip: %s, mac: %s.\n", info.state, info.ip.c_str(), info.mac.c_str()); in OnConnectionChanged()
H A Dwfd_sink_demo.h69 void OnConnectionChanged(const ConnectionInfo &info);
H A Dwfd_sink_demo.cpp426 OnConnectionChanged(info); in OnInfo()
434 void WfdSinkDemoListener::OnConnectionChanged(const ConnectionInfo &info) in OnConnectionChanged() function in WfdSinkDemoListener
455 printf("on OnConnectionChanged. ip: %s, mac: %s, surfaceId: %llu", info.ip.c_str(), info.mac.c_str(), in OnConnectionChanged()
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_source_scene.cpp747 OnConnectionChanged(connectionInfo); in OnP2pPeerConnected()
766 OnConnectionChanged(*connDev_); in OnP2pPeerDisconnected()
853 OnConnectionChanged(*connDev_); in OnInnerDestroy()
873 OnConnectionChanged(*connDev_); in OnInnerEvent()
890 void WfdSourceScene::OnConnectionChanged(ConnectionInfo &connectionInfo) in OnConnectionChanged() function in OHOS::Sharing::WfdSourceScene
H A Dwfd_source_scene.h105 void OnConnectionChanged(ConnectionInfo &connectionInfo);
H A Dwfd_sink_scene.h102 void OnConnectionChanged(ConnectionInfo &connectionInfo);
H A Dwfd_sink_scene.cpp889 OnConnectionChanged(connectionInfo); in HandleClose()
1054 OnConnectionChanged(connectionInfo); in OnP2pPeerConnected()
1092 OnConnectionChanged(connectionInfo); in OnP2pPeerDisconnected()
1155 OnConnectionChanged(*connectionInfo); in OnP2pPeerDisconnected()
1269 OnConnectionChanged(connectionInfo); in OnInnerDestroy()
1297 OnConnectionChanged(*itConnection->second); in OnInnerEvent()
1348 void WfdSinkScene::OnConnectionChanged(ConnectionInfo &connectionInfo) in OnConnectionChanged() function in OHOS::Sharing::WfdSinkScene
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_audio_connection.cpp31 &HfpAgAudioConnection::OnConnectionChanged,
505 void HfpAgAudioConnection::OnConnectionChanged(const BtmScoConnectionChangedParam *param, void *context) in OnConnectionChanged() function in OHOS::bluetooth::HfpAgAudioConnection
H A Dhfp_ag_audio_connection.h162 static void OnConnectionChanged(const BtmScoConnectionChangedParam *param, void *context);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_audio_connection.cpp30 &HfpHfAudioConnection::OnConnectionChanged,
412 void HfpHfAudioConnection::OnConnectionChanged(const BtmScoConnectionChangedParam *param, void *context) in OnConnectionChanged() function in OHOS::bluetooth::HfpHfAudioConnection
H A Dhfp_hf_audio_connection.h151 static void OnConnectionChanged(const BtmScoConnectionChangedParam *param, void *context);
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/
H A Dwfd_source_scene_test.cpp466 sourceScene_->OnConnectionChanged(connectionInfo); in HWTEST_F()

Completed in 17 milliseconds