Home
last modified time | relevance | path

Searched refs:PWR_STA_SWTCH_ON_SCRN_UNLCK (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Drouting_manager.cpp42 static const uint8_t PWR_STA_SWTCH_ON_SCRN_UNLCK = 0x01; variable
48 static const uint8_t DEFAULT_PWR_STA_HOST = PWR_STA_SWTCH_ON_SCRN_UNLCK | PWR_STA_SWTCH_ON_SCRN_LOC…
49 static const uint8_t DEFAULT_PWR_STA_FOR_TECH_A_B = PWR_STA_SWTCH_ON_SCRN_UNLCK | PWR_STA_SWTCH_OFF…
257 swtchOnMask = (power & PWR_STA_SWTCH_ON_SCRN_UNLCK) ? value : 0; in SetRoutingEntry()
278 swtchOnMask = (power & PWR_STA_SWTCH_ON_SCRN_UNLCK) ? protoMask : 0; in SetRoutingEntry()
301 power = PWR_STA_SWTCH_ON_SCRN_UNLCK; in SetDefaultAidRoute()
305 power = PWR_STA_SWTCH_ON_SCRN_UNLCK; in SetDefaultAidRoute()
450 isSecureNfcEnabled_ ? PWR_STA_SWTCH_ON_SCRN_UNLCK : defaultSysCodePowerstate_); in UpdateDefaultRoute()
466 uint8_t powerState = PWR_STA_SWTCH_ON_SCRN_UNLCK; in UpdateDefaultRoute()
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.cpp30 static const int PWR_STA_SWTCH_ON_SCRN_UNLCK = 0x01; variable
31 static const int DEFAULT_PWR_STA_HOST = PWR_STA_SWTCH_ON_SCRN_UNLCK;