Lines Matching refs:nfcService_
27 : nfcService_(nfcService), nciNfccProxy_(nciNfccProxy), nciTagProxy_(nciTagProxy)
82 if (nfcService_.expired()) {
83 ErrorLog("StartPollingLoop: nfcService_ is nullptr.");
86 if (!nfcService_.lock()->IsNfcEnabled()) {
152 if (nfcService_.expired() || nciTagProxy_.expired()) {
153 ErrorLog("EnableForegroundDispatch: nfcService_ is nullptr.");
156 if (!nfcService_.lock()->IsNfcEnabled()) {
216 if (nfcService_.expired() || nciTagProxy_.expired()) {
217 ErrorLog("EnableReaderMode: nfcService_ is nullptr.");
220 if (!nfcService_.lock()->IsNfcEnabled()) {