Searched refs:PolicyName (Results 1 – 5 of 5) sorted by relevance
/system/update_engine/update_manager/ | ||
D | policy.h | 202 std::string class_name = PolicyName() + "::"; in PolicyRequestName() |
D | update_manager_unittest.cc | 114 string PolicyName() const override { return "FailingPolicy"; } in PolicyName() function in chromeos_update_manager::FailingPolicy |
D | default_policy.h | 91 std::string PolicyName() const override { return "DefaultPolicy"; } in PolicyName() function |
D | mock_policy.h | 82 std::string PolicyName() const override { return "MockPolicy"; } in PolicyName() function |
D | chromeos_policy.h | 90 std::string PolicyName() const override { return "ChromeOSPolicy"; } in PolicyName() function |