Home
last modified time | relevance | path

Searched refs:TASK_TURN_OFF (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dnfc_sdk_common.h68 enum NfcTask { TASK_TURN_ON = 101, TASK_TURN_OFF, TASK_INITIALIZE }; enumerator
/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/
H A Dnfc_controller_impl.cpp56 return nfcService_.lock()->ExecuteTask(KITS::TASK_TURN_OFF); in TurnOff()
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp245 if (param == KITS::TASK_TURN_OFF && nfcState_ == KITS::STATE_OFF) { in ExecuteTask()
280 case KITS::TASK_TURN_OFF: in NfcTaskThread()