Searched refs:IsNfcTaskReady (Results 1 – 2 of 2) sorted by relevance
80 bool IsNfcTaskReady(std::future<int>& future) const;
211 bool NfcService::IsNfcTaskReady(std::future<int>& future) const in IsNfcTaskReady() function in OHOS::NFC::NfcService254 if (!IsNfcTaskReady(future_)) { in ExecuteTask()