/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_connection_observer.h | 30 virtual void OnConnectionChanged(const GattDevice &device, uint16_t connectionHandle, int state) in OnConnectionChanged() function in OHOS::bluetooth::GattConnectionObserver
|
H A D | gatt_client_service.cpp | 136 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 D | gatt_server_service.cpp | 97 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 D | gatt_connection_manager.cpp | 542 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 D | wfd_source_demo.h | 49 void OnConnectionChanged(const ConnectionInfo &info);
|
H A D | wfd_source_demo.cpp | 208 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 D | wfd_sink_demo.h | 69 void OnConnectionChanged(const ConnectionInfo &info);
|
H A D | wfd_sink_demo.cpp | 426 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 D | wfd_source_scene.cpp | 747 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 D | wfd_source_scene.h | 105 void OnConnectionChanged(ConnectionInfo &connectionInfo);
|
H A D | wfd_sink_scene.h | 102 void OnConnectionChanged(ConnectionInfo &connectionInfo);
|
H A D | wfd_sink_scene.cpp | 889 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 D | hfp_ag_audio_connection.cpp | 31 &HfpAgAudioConnection::OnConnectionChanged, 505 void HfpAgAudioConnection::OnConnectionChanged(const BtmScoConnectionChangedParam *param, void *context) in OnConnectionChanged() function in OHOS::bluetooth::HfpAgAudioConnection
|
H A D | hfp_ag_audio_connection.h | 162 static void OnConnectionChanged(const BtmScoConnectionChangedParam *param, void *context);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_audio_connection.cpp | 30 &HfpHfAudioConnection::OnConnectionChanged, 412 void HfpHfAudioConnection::OnConnectionChanged(const BtmScoConnectionChangedParam *param, void *context) in OnConnectionChanged() function in OHOS::bluetooth::HfpHfAudioConnection
|
H A D | hfp_hf_audio_connection.h | 151 static void OnConnectionChanged(const BtmScoConnectionChangedParam *param, void *context);
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/ |
H A D | wfd_source_scene_test.cpp | 466 sourceScene_->OnConnectionChanged(connectionInfo); in HWTEST_F()
|