Home
last modified time | relevance | path

Searched refs:PolicyName (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/update_manager/
Dpolicy.h202 std::string class_name = PolicyName() + "::"; in PolicyRequestName()
282 virtual std::string PolicyName() const = 0;
Dupdate_manager_unittest.cc114 string PolicyName() const override { return "FailingPolicy"; } in PolicyName() function in chromeos_update_manager::FailingPolicy
129 string PolicyName() const override { return "LazyPolicy"; } in PolicyName() function in chromeos_update_manager::LazyPolicy
162 string PolicyName() const override { return "DelayPolicy"; } in PolicyName() function in chromeos_update_manager::DelayPolicy
Ddefault_policy.h91 std::string PolicyName() const override { return "DefaultPolicy"; } in PolicyName() function
Dmock_policy.h82 std::string PolicyName() const override { return "MockPolicy"; } in PolicyName() function
Dchromeos_policy.h90 std::string PolicyName() const override { return "ChromeOSPolicy"; } in PolicyName() function