Searched refs:WinFirewall (Results 1 – 3 of 3) sorted by relevance
31 WinFirewall::WinFirewall() : mgr_(NULL), policy_(NULL), profile_(NULL) { in WinFirewall() function in rtc::WinFirewall34 WinFirewall::~WinFirewall() { in ~WinFirewall()38 bool WinFirewall::Initialize(HRESULT* result) { in Initialize()60 void WinFirewall::Shutdown() { in Shutdown()66 bool WinFirewall::Enabled() const { in Enabled()75 bool WinFirewall::QueryAuthorized(const char* filename, bool* authorized) in QueryAuthorized()80 bool WinFirewall::QueryAuthorizedW(const wchar_t* filename, bool* authorized) in QueryAuthorizedW()116 bool WinFirewall::AddApplication(const char* filename, in AddApplication()124 bool WinFirewall::AddApplicationW(const wchar_t* filename, in AddApplicationW()
29 class WinFirewall {31 WinFirewall();32 ~WinFirewall();
20 WinFirewall fw; in TEST()