Searched refs:GetSlots (Results 1 – 5 of 5) sorted by relevance
41 virtual Status_Weaver GetSlots(SlotInfo &slotInfo) = 0;
44 Status_Weaver GetSlots(SlotInfo &slotInfo) override;
56 Status_Weaver status = pInterface->GetSlots(slotInfo); in getConfig()
79 Status_Weaver WeaverImpl::GetSlots(SlotInfo &slotInfo) { in GetSlots() function in WeaverImpl