Home
last modified time | relevance | path

Searched refs:nfcControllerService_ (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_controller.cpp34 std::weak_ptr<INfcControllerService> NfcController::nfcControllerService_; member in OHOS::NFC::KITS::NfcController
60 DebugLog("NfcController::%{public}s in, initialized_ = %{public}d, nfcControllerService_ = %{public}d", in InitNfcRemoteSA()
61 __func__, initialized_, nfcControllerService_.expired()); in InitNfcRemoteSA()
63 if (!initialized_ || nfcControllerService_.expired() || remoteDied_) { in InitNfcRemoteSA()
75 nfcControllerService_ = nfcControllerProxy_; in InitNfcRemoteSA()
106 nfcControllerService_.reset(); in OnRemoteDied()
115 if (nfcControllerService_.expired()) { in TurnOn()
118 return nfcControllerService_.lock()->TurnOn(); in TurnOn()
125 if (nfcControllerService_.expired()) { in TurnOff()
128 return nfcControllerService_ in TurnOff()
[all...]
H A Dnfc_controller.h128 static std::weak_ptr<OHOS::NFC::INfcControllerService> nfcControllerService_; member in OHOS::NFC::KITS::final

Completed in 1 milliseconds