HomeSort by relevance Sort by last modified time
    Searched refs:authorized (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/base/
winfirewall_unittest.cc 22 bool authorized; local
24 EXPECT_FALSE(fw.QueryAuthorized("bogus.exe", &authorized));
28 EXPECT_TRUE(fw.QueryAuthorized("bogus.exe", &authorized));
31 // about whether we're authorized. It will depend on the settings of the
35 EXPECT_FALSE(fw.QueryAuthorized("bogus.exe", &authorized));
winfirewall.h 38 bool QueryAuthorized(const char* filename, bool* authorized) const;
39 bool QueryAuthorizedW(const wchar_t* filename, bool* authorized) const;
42 bool authorized, HRESULT* result);
44 bool authorized, HRESULT* result);
winfirewall.cc 75 bool WinFirewall::QueryAuthorized(const char* filename, bool* authorized)
77 return QueryAuthorizedW(ToUtf16(filename).c_str(), authorized);
80 bool WinFirewall::QueryAuthorizedW(const wchar_t* filename, bool* authorized)
82 *authorized = false;
102 *authorized = (fwEnabled != VARIANT_FALSE);
105 // No entry in list of authorized apps
118 bool authorized,
121 ToUtf16(friendly_name).c_str(), authorized, result);
126 bool authorized,
143 hr = app->put_Enabled(authorized ? VARIANT_TRUE : VARIANT_FALSE)
    [all...]
  /external/smack/src/org/apache/harmony/javax/security/sasl/
AuthorizeCallback.java 43 * Store authorized Serialized field.
45 private boolean authorized; field in class:AuthorizeCallback
63 return (authorized ? authorizedID : null);
67 return authorized;
71 authorized = ok;
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.h 29 struct sta_info *sta, int authorized);
sta_info.h 198 struct sta_info *sta, int authorized);
sta_info.c 940 int authorized)
949 if (!!authorized == !!(sta->flags & WLAN_STA_AUTHORIZED))
967 if (authorized) {
1002 sta->addr, authorized, dev_addr);
1073 (flags & WLAN_STA_AUTHORIZED ? "[AUTHORIZED]" : ""),
hostapd.h 202 int authorized, const u8 *p2p_dev_addr);
ap_drv_ops.h 29 struct sta_info *sta, int authorized);
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 70 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized);
  /external/chromium_org/remoting/webapp/
feedback.js 12 * Desktop as an authorized feedback source.
  /external/iputils/
Makefile 237 @if [ x"$(UNAME_N)" != x"pleiades" ]; then echo "Not authorized to advance snapshot"; exit 1; fi
  /external/wpa_supplicant_8/wpa_supplicant/
notify.h 85 const u8 *mac_addr, int authorized,
notify.c 552 /* Notify listeners a new station has been authorized */
575 const u8 *mac_addr, int authorized,
578 if (authorized)
wpas_glue.c 769 static void wpa_supplicant_port_cb(void *ctx, int authorized)
776 authorized ? "Authorized" : "Unauthorized");
781 authorized ? "Authorized" : "Unauthorized");
782 wpa_drv_set_supp_port(wpa_s, authorized);
  /external/chromium_org/native_client_sdk/src/examples/demo/drive/
example.js 47 // if the user has already authorized the app, and the token is cached.
  /frameworks/base/core/java/android/net/
IConnectivityManager.aidl 109 void setVpnPackageAuthorization(boolean authorized);
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 14 typedef enum { Unauthorized, Authorized } PortStatus;
229 * port_cb - Set port authorized/unauthorized callback (optional)
231 * @authorized: Whether the supplicant port is now in authorized state
233 void (*port_cb)(void *ctx, int authorized);
  /external/chromium_org/ui/file_manager/image_loader/
request.js 197 // Fetch the image via authorized XHR and parse it.
253 // Fetches the access token and makes an authorized call. If refresh is true,
293 * Fetches data using authorized XmlHttpRequest with the provided OAuth2 token.
  /external/chromium_org/remoting/webapp/unittests/
xmpp_login_handler_unittest.js 134 '<not-authorized/></failure>'));
  /external/wpa_supplicant_8/src/drivers/
driver_madwifi.c 351 madwifi_set_sta_authorized(void *priv, const u8 *addr, int authorized)
357 wpa_printf(MSG_DEBUG, "%s: addr=%s authorized=%d",
358 __func__, ether_sprintf(addr), authorized);
360 if (authorized)
369 __func__, authorized ? "" : "un", MAC2STR(addr));
379 /* For now, only support setting Authorized flag */
    [all...]
driver_bsd.c 890 int authorized = -1; local
892 /* For now, only support setting Authorized flag */
894 authorized = 1;
896 authorized = 0;
898 if (authorized < 0)
901 return bsd_send_mlme_param(priv, authorized ?
    [all...]
  /device/asus/grouper/keymaster/
NOTICE 55 "Licensor" shall mean the copyright owner or entity authorized by
95 or by an individual or Legal Entity authorized to submit on behalf of
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 55 "Licensor" shall mean the copyright owner or entity authorized by
95 or by an individual or Legal Entity authorized to submit on behalf of
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 55 "Licensor" shall mean the copyright owner or entity authorized by
95 or by an individual or Legal Entity authorized to submit on behalf of

Completed in 1347 milliseconds

1 2