Home
last modified time | relevance | path

Searched refs:NONE (Results 1 – 25 of 41) sorted by relevance

12

/system/timezone/tzdatacheck/
Dtzdatacheck.cpp184 enum PathStatus { ERR, NONE, IS_DIR, IS_REG, UNKNOWN }; enumerator
193 return NONE; in checkPath()
205 if (pathStatus == NONE) { in deleteFile()
235 if (pathStatus == NONE) { in deleteDir()
292 case NONE: in handleStagedUninstall()
336 case NONE: in handleStagedInstall()
381 if (dataStagedDirStatus == NONE) { in processStagedOperation()
410 if (uninstallTombStoneFileStatus != IS_REG && uninstallTombStoneFileStatus != NONE) { in processStagedOperation()
458 if (dataCurrentDirStatus == NONE) { in main()
/system/netd/server/
DFirewallController.cpp99 if (mUseBpfOwnerMatch != BpfLevel::NONE) { in setupIptablesHooks()
163 if (mUseBpfOwnerMatch != BpfLevel::NONE) { in enableChildChains()
223 case NONE: in getFirewallType()
255 case NONE: in setUidRule()
262 if (mUseBpfOwnerMatch != BpfLevel::NONE) { in setUidRule()
350 if (mUseBpfOwnerMatch != BpfLevel::NONE) { in replaceUidChain()
DFirewallControllerTest.cpp45 mFw.mUseBpfOwnerMatch = android::bpf::BpfLevel::NONE; in FirewallControllerTest()
152 mFw.setUidRule(NONE, 54321, DENY); in TEST_F()
161 mFw.setUidRule(NONE, 54321, ALLOW); in TEST_F()
DTrafficController.cpp287 if (mBpfLevel == BpfLevel::NONE) { in start()
354 if (mBpfLevel == BpfLevel::NONE) { in tagSocket()
420 if (mBpfLevel == BpfLevel::NONE) { in untagSocket()
440 if (mBpfLevel == BpfLevel::NONE) { in setCounterSet()
473 if (mBpfLevel == BpfLevel::NONE) { in deleteTagData()
535 if (mBpfLevel == BpfLevel::NONE) return 0; in addInterface()
645 if (mBpfLevel == BpfLevel::NONE) { in changeUidOwnerRule()
660 case NONE: in changeUidOwnerRule()
698 if (mBpfLevel == BpfLevel::NONE) { in addUidInterfaceRules()
717 if (mBpfLevel == BpfLevel::NONE) { in removeUidInterfaceRules()
[all …]
DFirewallController.h42 NONE = INetd::FIREWALL_CHAIN_NONE, enumerator
DTetherControllerTest.cpp312 const ExpectedIptablesCommands NONE = {}; in TEST_F() local
314 expectIptablesRestoreCommands(NONE); in TEST_F()
DControllers.cpp290 bandwidthCtrl.setBpfEnabled(trafficCtrl.getBpfLevel() != android::bpf::BpfLevel::NONE); in init()
/system/bpf/libbpf_android/include/bpf/
DBpfUtils.h129 NONE, enumerator
169 if (android::bpf::getBpfSupportLevel() == android::bpf::BpfLevel::NONE) { \
177 if (android::bpf::getBpfSupportLevel() != android::bpf::BpfLevel::NONE) return; \
/system/bt/bta/include/
Dbta_hearing_aid_api.h76 NONE, // Not Connected enumerator
148 connection_update_status(NONE), in HearingDevice()
172 connection_update_status(NONE), in HearingDevice()
/system/tools/hidl/c2hal/
DType.h35 NONE = 0, enumerator
81 case Qualifier::NONE: return ""; in qualifierText()
/system/bpf/libbpf_android/
DBpfUtils.cpp255 case BpfLevel::NONE: return "NONE_SUPPORT"; in BpfLevelToString()
275 if (api_level < MINIMUM_API_REQUIRED) return BpfLevel::NONE; in getBpfSupportLevel()
279 return BpfLevel::NONE; in getBpfSupportLevel()
284 if (ret < 2) return BpfLevel::NONE; in getBpfSupportLevel()
289 return BpfLevel::NONE; in getBpfSupportLevel()
/system/libhidl/adapter/
DHidlBinderAdapter.cpp54 NONE, enumerator
60 StopMethod stopMethod = StopMethod::NONE;
178 case StopMethod::NONE: { in adapterMain()
/system/security/keystore/
Dkeystore_utils.cpp73 params->push_back(TAG_PADDING, PaddingMode::NONE); in add_legacy_key_authorizations()
80 params->push_back(TAG_DIGEST, Digest::NONE); in add_legacy_key_authorizations()
/system/bpf/bpfloader/
DBpfLoader.cpp95 if (android::bpf::getBpfSupportLevel() != android::bpf::BpfLevel::NONE) { in main()
/system/libhidl/base/
DStatus.cpp146 static HidlReturnRestriction gReturnRestriction = HidlReturnRestriction::NONE;
166 if (gReturnRestriction == HidlReturnRestriction::NONE) { in ~return_status()
/system/libvintf/include/vintf/
DRuntimeInfo.h88 NONE = 0, enumerator
/system/libhwbinder/include/hwbinder/
DProcessState.h83 NONE, enumerator
/system/tools/hidl/
DAST.cpp390 AST* ast = mCoordinator->parse(subFQName, &mImportedASTs, Coordinator::Enforce::NONE); in addImport()
411 Coordinator::Enforce::NONE); in addImport()
443 importAST = mCoordinator->parse(typesFQName, &mImportedASTs, Coordinator::Enforce::NONE); in addImport()
780 AST* ast = mCoordinator->parse(name, nullptr /* imported */, Coordinator::Enforce::NONE); in getAllImportedNames()
791 fqName, nullptr /* imported */, Coordinator::Enforce::NONE); in getAllImportedNamesGranular()
DCoordinator.h77 NONE, // only for use during enforcement enumerator
/system/keymaster/ng/include/
Dauthorization_set.h325 Authorization(TAG_DIGEST, Digest::NONE); in NoDigestOrPadding()
326 return Authorization(TAG_PADDING, PaddingMode::NONE); in NoDigestOrPadding()
/system/security/keystore-engine/
Dkeystore_backend_binder.cpp136 params[0] = Authorization(TAG_DIGEST, Digest::NONE); in sign()
137 params[1] = Authorization(TAG_PADDING, PaddingMode::NONE); in sign()
/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp182 params[0] = Authorization(TAG_DIGEST, Digest::NONE); in sign()
183 params[1] = Authorization(TAG_PADDING, PaddingMode::NONE); in sign()
/system/chre/platform/android/
Dhost_link.cc57 != fbs::ChreMessage::NONE, in sendFlatbufferToHost()
/system/libhidl/base/include/hidl/
DStatus.h195 NONE, enumerator
/system/bt/vendor_libs/test_vendor_lib/include/hci/
Dop_code.h35 NONE = 0x0000, enumerator

12