Searched refs:NFC_SWITCH_STATE_PARAM_NAME (Results 1 – 2 of 2) sorted by relevance
30 int errCode = SetParameter(NFC_SWITCH_STATE_PARAM_NAME, std::to_string(newState).c_str()); in UpdateNfcStateToParam()39 int errCode = GetParameter(NFC_SWITCH_STATE_PARAM_NAME, "", nfcState, PROPERTY_VALUE_MAX); in GetNfcStateFromParam()
20 constexpr const char* NFC_SWITCH_STATE_PARAM_NAME = "persist.nfc.switch.state"; variable