/system/update_engine/update_manager/ |
D | updater_provider.h | 43 kNone, enumerator 50 kNone, enumerator
|
D | interactive_update_policy_impl.cc | 68 *forced_update_requested_p != UpdateRequestStatus::kNone) { in CheckInteractiveUpdateRequested()
|
D | boxed_value.cc | 193 case UpdateRequestStatus::kNone: in ValuePrinter() 209 if (*val == UpdateRestrictions::kNone) { in ValuePrinter()
|
D | real_updater_provider.cc | 393 UpdateRequestStatus new_value = UpdateRequestStatus::kNone; in Reset() 403 UpdateRequestStatus update_request_status_ = UpdateRequestStatus::kNone; 420 UpdateRestrictions restriction_flags = UpdateRestrictions::kNone; in GetValue()
|
D | policy_test_utils.cc | 76 new UpdateRequestStatus{UpdateRequestStatus::kNone}); in SetUpDefaultState()
|
D | real_updater_provider_unittest.cc | 444 .WillRepeatedly(Return(UpdateAttemptFlags::kNone)); in TEST_F() 445 UmTestUtils::ExpectVariableHasValue(UpdateRestrictions::kNone, in TEST_F()
|
D | boxed_value_unittest.cc | 255 BoxedValue(new UpdateRestrictions(UpdateRestrictions::kNone)).ToString()); in TEST()
|
/system/core/init/ |
D | fscrypt_init_extensions.h | 22 kNone, enumerator
|
D | util.cpp | 465 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()
|
D | fscrypt_init_extensions.cpp | 141 if (action == FscryptAction::kNone) { in FscryptSetDirectoryPolicy()
|
D | builtins.cpp | 1382 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/ |
D | update_status.h | 63 kNone = 0, enumerator
|
/system/update_engine/cros/ |
D | common_service_unittest.cc | 75 CheckForUpdate("app_ver", "url", UpdateAttemptFlags::kNone)) in TEST_F() 79 &error_, "app_ver", "url", UpdateAttemptFlags::kNone, &result)); in TEST_F()
|
D | update_attempter.h | 508 UpdateAttemptFlags update_attempt_flags_ = UpdateAttemptFlags::kNone; 511 UpdateAttemptFlags current_update_attempt_flags_ = UpdateAttemptFlags::kNone;
|
D | update_attempter_unittest.cc | 115 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()
|
D | metrics_reporter_omaha.cc | 481 case ServerToCheck::kNone: in ReportCertificateCheckMetrics()
|
D | update_attempter.cc | 1393 current_update_attempt_flags_ = UpdateAttemptFlags::kNone; in ResetInteractivityFlags()
|
/system/iorap/src/inode2filename/ |
D | inode_resolver.h | 46 kNone, enumerator
|
D | inode_resolver.cc | 54 case VerifyKind::kNone: in ToArgs()
|
D | main.cc | 109 return VerifyKind::kNone; in ParseVerifyKind()
|
/system/update_engine/ |
D | certificate_checker.h | 83 kNone, enumerator
|
D | certificate_checker.cc | 103 case ServerToCheck::kNone: in ProcessSSLContext()
|
D | libcurl_http_fetcher.h | 324 ServerToCheck server_to_check_{ServerToCheck::kNone};
|
D | libcurl_http_fetcher.cc | 316 if (server_to_check_ != ServerToCheck::kNone) { in SetCurlOptionsForHttps()
|
/system/iorap/src/compiler/ |
D | main.cc | 212 ir_dependencies.verify = VerifyKind::kNone; // required for determinism. in Main()
|