Searched refs:SetUpInternal (Results 1 – 2 of 2) sorted by relevance
53 bool Enable() { return SetUpInternal(true); } in Enable()56 bool Disable() { return SetUpInternal(false); } in Disable()108 bool SetUpInternal(bool enabled);
121 bool UserCollector::SetUpInternal(bool enabled) { in SetUpInternal() function in UserCollector