Home
last modified time | relevance | path

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

/foundation/communication/nfc/services/include/
H A Dnfc_polling_manager.h68 bool DisableForegroundDispatch(const AppExecFwk::ElementName &element);
/foundation/communication/nfc/services/src/
H A Dnfc_polling_manager.cpp177 bool NfcPollingManager::DisableForegroundDispatch(const AppExecFwk::ElementName &element) in DisableForegroundDispatch() function in OHOS::NFC::NfcPollingManager
179 DebugLog("DisableForegroundDispatch: element: %{public}s/%{public}s", in DisableForegroundDispatch()
186 ErrorLog("DisableForegroundDispatch: nciNfccProxy_ is nullptr."); in DisableForegroundDispatch()
195 return DisableForegroundDispatch(foregroundData_->element_); in DisableForegroundByDeathRcpt()
/foundation/communication/nfc/test/fuzztest/services_test/nfcpollingmanager_test/nfcpollingmanager/nfcpollingmanager_fuzzer/
H A Dnfcpollingmanager_fuzzer.cpp71 nfcPollingManager->DisableForegroundDispatch(element); in FuzzDisableForegroundDispatch()
/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_polling_manager_test.cpp93 * @tc.desc: Test NfcPollingManager DisableForegroundDispatch.
102 bool disable = nfcPollingManager.lock()->DisableForegroundDispatch(element); in HWTEST_F()
/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.cpp586 if (nfcPollingManager_.lock()->DisableForegroundDispatch(element)) { in UnregForegroundDispatchInner()

Completed in 4 milliseconds