Home | History | Annotate | Download | only in base

Lines Matching refs:apps

107   INetFwAuthorizedApplications* apps = NULL;
108 HRESULT hr = profile_->get_AuthorizedApplications(&apps);
109 if (SUCCEEDED(hr) && (apps != NULL)) {
111 hr = apps->Item(bfilename, &app);
122 // No entry in list of authorized apps
127 apps->Release();
145 INetFwAuthorizedApplications* apps = NULL;
146 HRESULT hr = profile_->get_AuthorizedApplications(&apps);
147 if (SUCCEEDED(hr) && (apps != NULL)) {
162 hr = apps->Add(app);
165 apps->Release();