Searched refs:EnableForegroundDispatch (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/nfc/services/include/ |
H A D | nfc_polling_manager.h | 66 bool EnableForegroundDispatch(AppExecFwk::ElementName &element, const std::vector<uint32_t> &discTech,
|
/foundation/communication/nfc/test/fuzztest/services_test/nfcpollingmanager_test/nfcpollingmanager/nfcpollingmanager_fuzzer/ |
H A D | nfcpollingmanager_fuzzer.cpp | 60 nfcPollingManager->EnableForegroundDispatch(element, discTech, callback); in FuzzEnableForegroundDispatch()
|
/foundation/communication/nfc/services/src/ |
H A D | nfc_polling_manager.cpp | 149 bool NfcPollingManager::EnableForegroundDispatch(AppExecFwk::ElementName &element, in EnableForegroundDispatch() function in OHOS::NFC::NfcPollingManager 153 ErrorLog("EnableForegroundDispatch: nfcService_ is nullptr."); in EnableForegroundDispatch() 157 ErrorLog("EnableForegroundDispatch: NFC not enabled, do not set foreground"); in EnableForegroundDispatch() 161 ErrorLog("EnableForegroundDispatch: ForegroundCallback invalid"); in EnableForegroundDispatch() 165 DebugLog("EnableForegroundDispatch: element: %{public}s/%{public}s", in EnableForegroundDispatch()
|
/foundation/communication/nfc/test/unittest/services/services_test/ |
H A D | nfc_polling_manager_test.cpp | 107 * @tc.desc: Test NfcPollingManager EnableForegroundDispatch. 118 bool enable = nfcPollingManager.lock()->EnableForegroundDispatch(element, discTech, callback); in HWTEST_F()
|
/foundation/communication/nfc/services/src/ipc/tags/ |
H A D | tag_session.cpp | 538 if (nfcPollingManager_.lock()->EnableForegroundDispatch(element, discTech, callback)) {
in RegForegroundDispatchInner()
|
Completed in 3 milliseconds