Home
last modified time | relevance | path

Searched refs:BtConnectionManager (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dbt_connection_manager_test.cpp64 BtConnectionManager::GetInstance().Initialize(service); in HWTEST_F()
65 BtConnectionManager::GetInstance().TryPairBt(data); in HWTEST_F()
82 BtConnectionManager::GetInstance().Initialize(service); in HWTEST_F()
83 BtConnectionManager::GetInstance().TryPairBt(data); in HWTEST_F()
96 BtConnectionManager::GetInstance().Initialize(service); in HWTEST_F()
97 BtConnectionManager::GetInstance().TryPairBt(data); in HWTEST_F()
114 BtConnectionManager::GetInstance().Initialize(service); in HWTEST_F()
115 BtConnectionManager::GetInstance().TryPairBt(data); in HWTEST_F()
116 BtConnectionManager::GetInstance().OnBtNtfClicked(); in HWTEST_F()
133 BtConnectionManager in HWTEST_F()
[all...]
/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp74 BtConnectionManager::BtConnectionManager() in BtConnectionManager() function in OHOS::NFC::TAG::BtConnectionManager
78 BtConnectionManager& BtConnectionManager::GetInstance() in GetInstance()
80 static BtConnectionManager instance; in GetInstance()
84 void BtConnectionManager::Initialize(std::weak_ptr<NfcService> nfcService) in Initialize()
94 void BtConnectionManager::SendMsgToEvtHandler(NfcCommonEvent evt, int64_t delay) in SendMsgToEvtHandler()
108 void BtConnectionManager::SendConnMsgToEvtHandler(NfcCommonEvent evt, const Bluetooth::BluetoothRemoteDevice &device, in SendConnMsgToEvtHandler()
127 void BtConnectionManager::RemoveMsgFromEvtHandler(NfcCommonEvent evt) in RemoveMsgFromEvtHandler()
141 void BtConnectionManager
[all...]
H A Dtag_dispatcher.cpp132 BtConnectionManager::GetInstance().Initialize(nfcService_); in HandleNdefDispatch()
133 BtConnectionManager::GetInstance().TryPairBt(btData); in HandleNdefDispatch()
/foundation/communication/nfc/test/fuzztest/services_test/btconnectionmanager_test/btconnectionmanager/btconnectionmanager_fuzzer/
H A Dbtconnectionmanager_fuzzer.cpp45 BtConnectionManager::GetInstance().Initialize(service); in FuzzTryPairBt()
46 BtConnectionManager::GetInstance().TryPairBt(btData); in FuzzTryPairBt()
57 BtConnectionManager::GetInstance().Initialize(service); in FuzzOnBtNtfClicked()
58 BtConnectionManager::GetInstance().TryPairBt(btData); in FuzzOnBtNtfClicked()
59 BtConnectionManager::GetInstance().OnBtNtfClicked(); in FuzzOnBtNtfClicked()
70 BtConnectionManager::GetInstance().Initialize(service); in FuzzHandleBtEnableFailed()
71 BtConnectionManager::GetInstance().TryPairBt(btData); in FuzzHandleBtEnableFailed()
72 BtConnectionManager::GetInstance().HandleBtEnableFailed(); in FuzzHandleBtEnableFailed()
83 BtConnectionManager::GetInstance().Initialize(service); in FuzzHandleBtPairFailed()
84 BtConnectionManager in FuzzHandleBtPairFailed()
[all...]
/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h37 class BtConnectionManager { class
39 static BtConnectionManager& GetInstance();
131 BtConnectionManager();
132 ~BtConnectionManager() {} in ~BtConnectionManager()
H A Dinfc_service.h28 class BtConnectionManager;
H A Dnfc_service.h151 friend class TAG::BtConnectionManager;
/foundation/communication/nfc/services/src/
H A Dnfc_event_handler.cpp452 TAG::BtConnectionManager::GetInstance().HandleBtEnableFailed(); in ProcessEvent()
456 TAG::BtConnectionManager::GetInstance().HandleBtPairFailed(); in ProcessEvent()
460 TAG::BtConnectionManager::GetInstance().HandleBtConnectFailed(); in ProcessEvent()
464 TAG::BtConnectionManager::GetInstance().OnBtEnabled(); in ProcessEvent()
468 TAG::BtConnectionManager::GetInstance().OnPairStatusChanged( in ProcessEvent()
473 TAG::BtConnectionManager::GetInstance().OnConnectionStateChanged( in ProcessEvent()
478 TAG::BtConnectionManager::GetInstance().OnBtNtfClicked(); in ProcessEvent()

Completed in 5 milliseconds