Home
last modified time | relevance | path

Searched refs:BtConnectionInfo (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dbt_connection_manager_test.cpp212 std::shared_ptr<BtConnectionInfo> info = nullptr; in HWTEST_F()
233 std::shared_ptr<BtConnectionInfo> info = std::make_shared<BtConnectionInfo>(); in HWTEST_F()
256 std::shared_ptr<BtConnectionInfo> info = std::make_shared<BtConnectionInfo>(); in HWTEST_F()
279 std::shared_ptr<BtConnectionInfo> info = nullptr; in HWTEST_F()
300 std::shared_ptr<BtConnectionInfo> info = std::make_shared<BtConnectionInfo>(); in HWTEST_F()
324 std::shared_ptr<BtConnectionInfo> info = std::make_shared<BtConnectionInfo>(); in HWTEST_F()
[all...]
/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h30 class BtConnectionInfo { class
48 void OnPairStatusChanged(std::shared_ptr<BtConnectionInfo> info);
49 void OnConnectionStateChanged(std::shared_ptr<BtConnectionInfo> info);
/foundation/communication/nfc/test/fuzztest/services_test/btconnectionmanager_test/btconnectionmanager/btconnectionmanager_fuzzer/
H A Dbtconnectionmanager_fuzzer.cpp121 std::shared_ptr<BtConnectionInfo> info = std::make_shared<BtConnectionInfo>(); in FuzzOnPairStatusChanged()
137 std::shared_ptr<BtConnectionInfo> info = std::make_shared<BtConnectionInfo>(); in FuzzOnConnectionStateChanged()
/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp119 std::shared_ptr<BtConnectionInfo> info = std::make_shared<BtConnectionInfo>(); in SendConnMsgToEvtHandler()
758 void BtConnectionManager::OnPairStatusChanged(std::shared_ptr<BtConnectionInfo> info) in OnPairStatusChanged()
792 void BtConnectionManager::OnConnectionStateChanged(std::shared_ptr<BtConnectionInfo> info) in OnConnectionStateChanged()
/foundation/communication/nfc/services/src/
H A Dnfc_event_handler.cpp469 event->GetSharedObject<TAG::BtConnectionInfo>()); in ProcessEvent()
474 event->GetSharedObject<TAG::BtConnectionInfo>()); in ProcessEvent()

Completed in 4 milliseconds