Home
last modified time | relevance | path

Searched refs:IsNfcTaskReady (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/include/
H A Dnfc_service.h80 bool IsNfcTaskReady(std::future<int>& future) const;
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp211 bool NfcService::IsNfcTaskReady(std::future<int>& future) const in IsNfcTaskReady() function in OHOS::NFC::NfcService
254 if (!IsNfcTaskReady(future_)) { in ExecuteTask()