Home
last modified time | relevance | path

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

/foundation/communication/nfc/services/include/
H A Dnfc_polling_manager.h66 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 Dnfcpollingmanager_fuzzer.cpp60 nfcPollingManager->EnableForegroundDispatch(element, discTech, callback); in FuzzEnableForegroundDispatch()
/foundation/communication/nfc/services/src/
H A Dnfc_polling_manager.cpp149 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 Dnfc_polling_manager_test.cpp107 * @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 Dtag_session.cpp538 if (nfcPollingManager_.lock()->EnableForegroundDispatch(element, discTech, callback)) { in RegForegroundDispatchInner()

Completed in 4 milliseconds