Home
last modified time | relevance | path

Searched refs:authorized (Results 1 – 25 of 207) sorted by relevance

123456789

/external/chromium/third_party/libjingle/source/talk/base/
Dwinfirewall.cc92 bool WinFirewall::QueryAuthorized(const char* filename, bool* authorized) in QueryAuthorized()
94 return QueryAuthorizedW(ToUtf16(filename).c_str(), authorized); in QueryAuthorized()
97 bool WinFirewall::QueryAuthorizedW(const wchar_t* filename, bool* authorized) in QueryAuthorizedW()
99 *authorized = false; in QueryAuthorizedW()
119 *authorized = (fwEnabled != VARIANT_FALSE); in QueryAuthorizedW()
135 bool authorized, in AddApplication() argument
138 ToUtf16(friendly_name).c_str(), authorized, result); in AddApplication()
143 bool authorized, in AddApplicationW() argument
160 hr = app->put_Enabled(authorized ? VARIANT_TRUE : VARIANT_FALSE); in AddApplicationW()
Dwinfirewall.h55 bool QueryAuthorized(const char* filename, bool* authorized) const;
56 bool QueryAuthorizedW(const wchar_t* filename, bool* authorized) const;
59 bool authorized, HRESULT* result);
61 bool authorized, HRESULT* result);
/external/chromium_org/third_party/libjingle/source/talk/base/
Dwinfirewall.cc92 bool WinFirewall::QueryAuthorized(const char* filename, bool* authorized) in QueryAuthorized()
94 return QueryAuthorizedW(ToUtf16(filename).c_str(), authorized); in QueryAuthorized()
97 bool WinFirewall::QueryAuthorizedW(const wchar_t* filename, bool* authorized) in QueryAuthorizedW()
99 *authorized = false; in QueryAuthorizedW()
119 *authorized = (fwEnabled != VARIANT_FALSE); in QueryAuthorizedW()
135 bool authorized, in AddApplication() argument
138 ToUtf16(friendly_name).c_str(), authorized, result); in AddApplication()
143 bool authorized, in AddApplicationW() argument
160 hr = app->put_Enabled(authorized ? VARIANT_TRUE : VARIANT_FALSE); in AddApplicationW()
Dwinfirewall_unittest.cc39 bool authorized; in TEST() local
41 EXPECT_FALSE(fw.QueryAuthorized("bogus.exe", &authorized)); in TEST()
45 EXPECT_TRUE(fw.QueryAuthorized("bogus.exe", &authorized)); in TEST()
52 EXPECT_FALSE(fw.QueryAuthorized("bogus.exe", &authorized)); in TEST()
Dwinfirewall.h55 bool QueryAuthorized(const char* filename, bool* authorized) const;
56 bool QueryAuthorizedW(const wchar_t* filename, bool* authorized) const;
59 bool authorized, HRESULT* result);
61 bool authorized, HRESULT* result);
/external/smack/src/org/apache/harmony/javax/security/sasl/
DAuthorizeCallback.java45 private boolean authorized; field in AuthorizeCallback
63 return (authorized ? authorizedID : null); in getAuthorizedID()
67 return authorized; in isAuthorized()
71 authorized = ok; in setAuthorized()
/external/chromium_org/third_party/sqlite/src/test/
Dauth.test47 } {1 {not authorized}}
72 } {1 {not authorized}}
92 } {1 {not authorized}}
105 } {1 {not authorized}}
209 } {1 {not authorized}}
243 } {1 {not authorized}}
270 } {1 {not authorized}}
381 } {1 {not authorized}}
406 } {1 {not authorized}}
434 } {1 {not authorized}}
[all …]
Dvtab3.test82 } {1 {not authorized}}
94 } {1 {not authorized}}
119 if {$msg eq "authorization denied"} {set msg "not authorized"}
121 } {1 {not authorized}}
Dauth3.test56 } {1 {not authorized}}
Dloadext.test243 } {1 {not authorized}}
256 } {1 {not authorized}}
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/
Dupload_page.js97 if (this.client_.authorized) {
126 (this.files_.length > 0) && this.client_.authorized;
/external/wpa_supplicant_8/src/ap/
Dieee802_1x.h29 struct sta_info *sta, int authorized);
Dsta_info.c889 int authorized) in ap_sta_set_authorized() argument
897 if (!!authorized == !!(sta->flags & WLAN_STA_AUTHORIZED)) in ap_sta_set_authorized()
915 if (authorized) { in ap_sta_set_authorized()
937 sta->addr, authorized, dev_addr); in ap_sta_set_authorized()
Dsta_info.h186 struct sta_info *sta, int authorized);
/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm.h69 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized);
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_glue.c716 static void wpa_supplicant_port_cb(void *ctx, int authorized) in wpa_supplicant_port_cb() argument
723 authorized ? "Authorized" : "Unauthorized"); in wpa_supplicant_port_cb()
728 authorized ? "Authorized" : "Unauthorized"); in wpa_supplicant_port_cb()
729 wpa_drv_set_supp_port(wpa_s, authorized); in wpa_supplicant_port_cb()
Dnotify.c583 const u8 *mac_addr, int authorized, in wpas_notify_sta_authorized() argument
586 if (authorized) in wpas_notify_sta_authorized()
Dnotify.h84 const u8 *mac_addr, int authorized,
/external/chromium_org/components/policy/proto/
Dchrome_extension_policy.proto24 // authorized to download |download_url|.
/external/javasqlite/
DNOTICE9 license, or royalty fee is required for any of the authorized uses.
/external/chromium_org/chrome/browser/policy/proto/cloud/
Dchrome_extension_policy.proto24 // authorized to download |download_url|.
/external/netperf/
DNOTICE8 limitations, you are hereby authorized to (i) use, reproduce, and
DMODULE_LICENSE_HP8 limitations, you are hereby authorized to (i) use, reproduce, and
/external/iputils/
DMakefile237 @if [ x"$(UNAME_N)" != x"pleiades" ]; then echo "Not authorized to advance snapshot"; exit 1; fi
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.h216 void (*port_cb)(void *ctx, int authorized);

123456789