Searched refs:INVALID (Results 1 – 14 of 14) sorted by relevance
28 #define INVALID false macro36 {INVALID, "tc qdisc del dev root"},39 {INVALID, "/system/bin/ip -6 addr add dev wlan2 2001:db8::/64"},41 {INVALID, "/system/bin/ip6tables -w -A INPUT -j routectrl_MANGLE_INPUT"},44 {INVALID, "/system/bin/ip6tables -w -F INPUT"},48 {INVALID, "/system/bin/ndc network interface add 100 v_oem9"},53 {INVALID, "/system/bin/ndc network interface add handle42966108894"},
91 peer_io_capability_ = IoCapabilityType::INVALID; in SetPeerIoCapability()98 peer_authentication_requirements_ = AuthenticationType::INVALID; in SetPeerIoCapability()124 return PairingType::INVALID; in GetSimplePairingType()135 return PairingType::INVALID; in GetSimplePairingType()
34 INVALID = 0xff, enumerator42 INVALID = 0xff, enumerator52 INVALID = 0xff, enumerator
432 if (pairing_type != PairingType::INVALID) { in IncomingIoCapabilityResponsePacket()720 case PairingType::INVALID: in AuthenticateRemoteStage1()766 if (pairing_type != PairingType::INVALID) { in IoCapabilityRequestReply()
24 enum StrictPenalty { INVALID, ACCEPT, LOG, REJECT }; enumerator
112 if (state != DmDeviceState::INVALID) { in MapPartitionOnDeviceMapper()118 if (state == DmDeviceState::INVALID) { in MapPartitionOnDeviceMapper()132 DmDeviceState::INVALID) { in UnmapPartitionOnDeviceMapper()
45 enum class DmDeviceState { INVALID, SUSPENDED, ACTIVE }; enumerator
105 return DmDeviceState::INVALID; in GetState()
132 DECLARE_TYPED_TAG(INVALID);
413 if (dm.GetState("userdata_gsi") != DmDeviceState::INVALID) { in PostInstallCleanup()416 if (dm.GetState("system_gsi") != DmDeviceState::INVALID) { in PostInstallCleanup()
255 case Tag::INVALID: in AuthorizeBegin()
186 if (dm.GetState("vroot") != android::dm::DmDeviceState::INVALID) { in GetRootEntry()
1703 if (dm.GetState(mount_point) == DmDeviceState::INVALID) { in fs_mgr_is_verity_enabled()1734 if (dm.GetState(device) == DmDeviceState::INVALID || !dm.GetTableInfo(device, &table)) { in fs_mgr_verity_is_check_at_most_once()
294 if (dm.GetState(name) != DmDeviceState::INVALID) { in createVerityDevice()