Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dbt_connection_manager_test.cpp65 BtConnectionManager::GetInstance().TryPairBt(data);
83 BtConnectionManager::GetInstance().TryPairBt(data);
97 BtConnectionManager::GetInstance().TryPairBt(data);
115 BtConnectionManager::GetInstance().TryPairBt(data);
116 BtConnectionManager::GetInstance().OnBtNtfClicked();
134 BtConnectionManager::GetInstance().TryPairBt(data);
153 BtConnectionManager::GetInstance().TryPairBt(data);
172 BtConnectionManager::GetInstance().TryPairBt(data);
191 BtConnectionManager::GetInstance().TryPairBt(data);
192 BtConnectionManager::GetInstance().OnBtEnabled();
[all …]
/ohos5.0/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()
194 void BtConnectionManager::OnFinish() in OnFinish()
234 bool BtConnectionManager::IsBtEnabled() in IsBtEnabled()
242 bool BtConnectionManager::HandleEnableBt() in HandleEnableBt()
254 bool BtConnectionManager::HandleBtPair() in HandleBtPair()
292 bool BtConnectionManager::IsHfpSupported() in IsHfpSupported()
308 bool BtConnectionManager::HandleBtInit() in HandleBtInit()
685 void BtConnectionManager::NextAction() in NextAction()
[all …]
H A Dtag_dispatcher.cpp128 BtConnectionManager::GetInstance().Initialize(nfcService_); in HandleNdefDispatch()
129 BtConnectionManager::GetInstance().TryPairBt(btData); in HandleNdefDispatch()
/ohos5.0/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()
71 BtConnectionManager::GetInstance().TryPairBt(btData); in FuzzHandleBtEnableFailed()
84 BtConnectionManager::GetInstance().TryPairBt(btData); in FuzzHandleBtPairFailed()
97 BtConnectionManager::GetInstance().TryPairBt(btData); in FuzzHandleBtConnectFailed()
110 BtConnectionManager::GetInstance().TryPairBt(btData); in FuzzOnBtEnabled()
111 BtConnectionManager::GetInstance().OnBtEnabled(); in FuzzOnBtEnabled()
[all …]
/ohos5.0/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h37 class BtConnectionManager {
39 static BtConnectionManager& GetInstance();
131 BtConnectionManager();
132 ~BtConnectionManager() {} in ~BtConnectionManager()
H A Dinfc_service.h28 class BtConnectionManager; variable
H A Dnfc_service.h152 friend class TAG::BtConnectionManager;
/ohos5.0/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()