Home
last modified time | relevance | path

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

/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
/foundation/communication/nfc/services/src/ipc/controller/
H A Dnfc_controller_impl.cpp56 return nfcService_.lock()->ExecuteTask(KITS::TASK_TURN_OFF); in TurnOff()
/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp241 if (param == KITS::TASK_TURN_OFF && nfcState_ == KITS::STATE_OFF) { in ExecuteTask()
276 case KITS::TASK_TURN_OFF: in NfcTaskThread()

Completed in 2 milliseconds