Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dupdater_provider.h43 kNone, enumerator
50 kNone, enumerator
Dinteractive_update_policy_impl.cc68 *forced_update_requested_p != UpdateRequestStatus::kNone) { in CheckInteractiveUpdateRequested()
Dboxed_value.cc193 case UpdateRequestStatus::kNone: in ValuePrinter()
209 if (*val == UpdateRestrictions::kNone) { in ValuePrinter()
Dreal_updater_provider.cc393 UpdateRequestStatus new_value = UpdateRequestStatus::kNone; in Reset()
403 UpdateRequestStatus update_request_status_ = UpdateRequestStatus::kNone;
420 UpdateRestrictions restriction_flags = UpdateRestrictions::kNone; in GetValue()
Dpolicy_test_utils.cc76 new UpdateRequestStatus{UpdateRequestStatus::kNone}); in SetUpDefaultState()
Dreal_updater_provider_unittest.cc444 .WillRepeatedly(Return(UpdateAttemptFlags::kNone)); in TEST_F()
445 UmTestUtils::ExpectVariableHasValue(UpdateRestrictions::kNone, in TEST_F()
Dboxed_value_unittest.cc255 BoxedValue(new UpdateRestrictions(UpdateRestrictions::kNone)).ToString()); in TEST()
/system/core/init/
Dfscrypt_init_extensions.h22 kNone, enumerator
Dutil.cpp465 return FscryptAction::kNone; in FscryptInferAction()
479 return FscryptAction::kNone; in FscryptInferAction()
492 return FscryptAction::kNone; in FscryptInferAction()
550 fscrypt_action = FscryptAction::kNone; in ParseMkdir()
574 if (set_option_key && fscrypt_action == FscryptAction::kNone) { in ParseMkdir()
584 if (fscrypt_action == FscryptAction::kNone) { in ParseMkdir()
Dfscrypt_init_extensions.cpp141 if (action == FscryptAction::kNone) { in FscryptSetDirectoryPolicy()
Dbuiltins.cpp1382 auto options = MkdirOptions{path, 0771, AID_ROOT, AID_SYSTEM, FscryptAction::kNone, "ref"}; in create_apex_data_dirs()
/system/update_engine/client_library/include/update_engine/
Dupdate_status.h63 kNone = 0, enumerator
/system/update_engine/cros/
Dcommon_service_unittest.cc75 CheckForUpdate("app_ver", "url", UpdateAttemptFlags::kNone)) in TEST_F()
79 &error_, "app_ver", "url", UpdateAttemptFlags::kNone, &result)); in TEST_F()
Dupdate_attempter.h508 UpdateAttemptFlags update_attempt_flags_ = UpdateAttemptFlags::kNone;
511 UpdateAttemptFlags current_update_attempt_flags_ = UpdateAttemptFlags::kNone;
Dupdate_attempter_unittest.cc115 UpdateAttemptFlags flags = UpdateAttemptFlags::kNone;
1615 attempter_.CheckForUpdate("", "", UpdateAttemptFlags::kNone); in TEST_F()
1760 attempter_.CheckForUpdate("", "", UpdateAttemptFlags::kNone); in TEST_F()
1761 EXPECT_EQ(UpdateAttemptFlags::kNone, in TEST_F()
1766 attempter_.SetUpdateAttemptFlags(UpdateAttemptFlags::kNone); in TEST_F()
1774 EXPECT_EQ(UpdateAttemptFlags::kNone, in TEST_F()
Dmetrics_reporter_omaha.cc481 case ServerToCheck::kNone: in ReportCertificateCheckMetrics()
Dupdate_attempter.cc1393 current_update_attempt_flags_ = UpdateAttemptFlags::kNone; in ResetInteractivityFlags()
/system/iorap/src/inode2filename/
Dinode_resolver.h46 kNone, enumerator
Dinode_resolver.cc54 case VerifyKind::kNone: in ToArgs()
Dmain.cc109 return VerifyKind::kNone; in ParseVerifyKind()
/system/update_engine/
Dcertificate_checker.h83 kNone, enumerator
Dcertificate_checker.cc103 case ServerToCheck::kNone: in ProcessSSLContext()
Dlibcurl_http_fetcher.h324 ServerToCheck server_to_check_{ServerToCheck::kNone};
Dlibcurl_http_fetcher.cc316 if (server_to_check_ != ServerToCheck::kNone) { in SetCurlOptionsForHttps()
/system/iorap/src/compiler/
Dmain.cc212 ir_dependencies.verify = VerifyKind::kNone; // required for determinism. in Main()