Lines Matching refs:callout

30         proc_str, callout::Priority::HIGH, false);  in TEST()
33 omi_str, callout::Priority::MED_A, true); in TEST()
36 core_str, callout::Priority::MED, true); in TEST()
39 callout::Procedure::NEXTLVL, callout::Priority::LOW); in TEST()
42 callout::ClockType::OSC_REF_CLOCK_1, callout::Priority::LOW, false); in TEST()
69 std::pair<callout::SrcSubsystem, callout::Priority> subsys = { in TEST()
70 callout::SrcSubsystem::PROCESSOR_FRU, callout::Priority::HIGH}; in TEST()
73 subsys = {callout::SrcSubsystem::PROCESSOR_FRU, callout::Priority::HIGH}; in TEST()
148 omi_str, callout::Priority::MED_A, true); in TEST()
158 std::pair<callout::SrcSubsystem, callout::Priority> subsys = { in TEST()
159 callout::SrcSubsystem::MEMORY_CTLR, callout::Priority::MED_A}; in TEST()
197 callout::BusType::SMP_BUS, iolink_str, callout::Priority::MED_A, true); in TEST()
200 callout::BusType::OMI_BUS, ocmb_str, callout::Priority::MED_B, true); in TEST()
203 callout::BusType::OMI_BUS, omi_str, callout::Priority::MED_C, true); in TEST()
218 std::pair<callout::SrcSubsystem, callout::Priority> subsys = { in TEST()
219 callout::SrcSubsystem::PROCESSOR_BUS, callout::Priority::MED_A}; in TEST()
288 omi_str, callout::Priority::MED_A, true); in TEST()
291 callout::BusType::OMI_BUS, omi_str, callout::Priority::MED_A, true); in TEST()
294 callout::BusType::OMI_BUS, omi_str, callout::Priority::LOW, false); in TEST()
309 std::pair<callout::SrcSubsystem, callout::Priority> subsys = { in TEST()
310 callout::SrcSubsystem::MEMORY_CTLR, callout::Priority::MED_A}; in TEST()
375 callout::ClockType::OSC_REF_CLOCK_1, callout::Priority::HIGH, false); in TEST()
385 std::pair<callout::SrcSubsystem, callout::Priority> subsys = { in TEST()
386 callout::SrcSubsystem::CEC_CLOCKS, callout::Priority::HIGH}; in TEST()
421 callout::Procedure::NEXTLVL, callout::Priority::LOW); in TEST()
431 std::pair<callout::SrcSubsystem, callout::Priority> subsys = { in TEST()
432 callout::SrcSubsystem::OTHERS, callout::Priority::LOW}; in TEST()
464 auto c1 = std::make_shared<PartCalloutResolution>(callout::PartType::PNOR, in TEST()
465 callout::Priority::MED); in TEST()
475 std::pair<callout::SrcSubsystem, callout::Priority> subsys = { in TEST()
476 callout::SrcSubsystem::CEC_HARDWARE, callout::Priority::MED}; in TEST()