HomeSort by relevance Sort by last modified time
    Searched refs:StaticType (Results 1 - 16 of 16) sorted by null

  /system/update_engine/payload_consumer/
filesystem_verifier_action.h 64 static std::string StaticType() { return "FilesystemVerifierAction"; }
65 std::string Type() const override { return StaticType(); }
postinstall_runner_action.h 62 static std::string StaticType() { return "PostinstallRunnerAction"; }
63 std::string Type() const override { return StaticType(); }
download_action.h 71 static std::string StaticType() { return "DownloadAction"; }
90 std::string Type() const override { return StaticType(); }
install_plan.h 164 static std::string StaticType() { return "InstallPlanAction"; }
165 std::string Type() const override { return StaticType(); }
filesystem_verifier_action_unittest.cc 89 if (action->Type() == FilesystemVerifierAction::StaticType()) {
227 if (action->Type() == FilesystemVerifierAction::StaticType()) {
postinstall_runner_action_unittest.cc 64 if (action->Type() == PostinstallRunnerAction::StaticType()) {
download_action_unittest.cc 91 if (type == DownloadAction::StaticType()) {
  /system/update_engine/
omaha_response_handler_action.h 61 static std::string StaticType() { return "OmahaResponseHandlerAction"; }
62 std::string Type() const override { return StaticType(); }
omaha_request_action.h 162 static std::string StaticType() { return "OmahaRequestAction"; }
163 std::string Type() const override { return StaticType(); }
update_attempter_unittest.cc 422 OmahaRequestAction::StaticType())));
436 OmahaRequestAction::StaticType(),
437 OmahaResponseHandlerAction::StaticType(),
438 OmahaRequestAction::StaticType(),
439 DownloadAction::StaticType(),
440 OmahaRequestAction::StaticType(),
441 FilesystemVerifierAction::StaticType(),
442 PostinstallRunnerAction::StaticType(),
443 OmahaRequestAction::StaticType()
448 InstallPlanAction::StaticType(),
    [all...]
update_attempter.cc 110 if (type == OmahaRequestAction::StaticType())
112 if (type == OmahaResponseHandlerAction::StaticType())
114 if (type == FilesystemVerifierAction::StaticType())
116 if (type == PostinstallRunnerAction::StaticType())
    [all...]
update_attempter_android.cc 474 if (type == DownloadAction::StaticType()) {
477 if (type == PostinstallRunnerAction::StaticType()) {
486 if (type == DownloadAction::StaticType()) {
omaha_response_handler_action_unittest.cc 89 if (action->Type() == OmahaResponseHandlerAction::StaticType()) {
omaha_request_action_unittest.cc 312 if (action->Type() == OmahaRequestAction::StaticType())
347 static string StaticType() {
350 string Type() const { return StaticType(); }
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypeChecker.cpp 62 void reportTypeError(QualType DynamicType, QualType StaticType,
72 QualType StaticType,
83 QualType::print(StaticType.getTypePtr(), Qualifiers(), OS, C.getLangOpts(),
180 QualType StaticType = CE->getType();
183 const auto *StaticObjCType = StaticType->getAs<ObjCObjectPointerType>();
208 reportTypeError(DynType, StaticType, Region, CE, C);
  /system/update_engine/common/
test_utils.h 235 static std::string StaticType() { return "ObjectFeederAction"; }
236 std::string Type() const { return StaticType(); }
269 static std::string StaticType() { return "ObjectCollectorAction"; }
270 std::string Type() const { return StaticType(); }

Completed in 156 milliseconds