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

1 2 3 4 5

  /external/wpa_supplicant/
dbus-wpa_supplicant.conf 6 <allow own="fi.epitest.hostap.WPASupplicant"/>
8 <allow send_destination="fi.epitest.hostap.WPASupplicant"/>
9 <allow send_interface="fi.epitest.hostap.WPASupplicant"/>
  /external/wpa_supplicant_6/wpa_supplicant/
dbus-wpa_supplicant.conf 6 <allow own="fi.epitest.hostap.WPASupplicant"/>
8 <allow send_destination="fi.epitest.hostap.WPASupplicant"/>
9 <allow send_interface="fi.epitest.hostap.WPASupplicant"/>
  /external/dnsmasq/dbus/
dnsmasq.conf 6 <allow own="uk.org.thekelleys.dnsmasq"/>
7 <allow send_destination="uk.org.thekelleys.dnsmasq"/>
  /external/bluetooth/bluez/src/
bluetooth.conf 11 <allow own="org.bluez"/>
12 <allow send_destination="org.bluez"/>
13 <allow send_interface="org.bluez.Agent"/>
17 <allow send_destination="org.bluez"/>
  /external/dbus/test/data/valid-config-files/
debug-allow-all-sha1.conf 11 <allow send_interface="*"/>
12 <allow receive_interface="*"/>
13 <allow own="*"/>
14 <allow user="*"/>
many-rules.conf 12 <allow user="*"/>
21 <allow send_type="error"/>
22 <allow send_type="method_call"/>
23 <allow send_type="method_return"/>
24 <allow send_type="signal"/>
30 <allow user="*"/>
39 <allow send_type="error"/>
40 <allow send_type="method_call"/>
41 <allow send_type="method_return"/>
42 <allow send_type="signal"/
    [all...]
system.conf 26 <!-- Only allow socket-credentials-based authentication -->
40 <!-- But allow all users to connect -->
41 <allow user="*"/>
42 <!-- Allow anyone to talk to the message bus -->
43 <!-- FIXME I think currently these allow rules are always implicit
45 <allow send_destination="org.freedesktop.DBus"/>
46 <allow receive_sender="org.freedesktop.DBus"/>
48 <allow send_requested_reply="true"/>
49 <allow receive_requested_reply="true"/>
basic.conf 11 <allow user="*"/>
entities.conf 12 <allow user="*"/>
  /external/webkit/WebKit/win/Interfaces/
IWebGeolocationPolicyListener.idl 38 HRESULT allow();
  /external/webkit/WebKit/android/WebCoreSupport/
GeolocationPermissions.h 80 // permission is specified by 'allow' and applied to 'origin'. If
85 void providePermissionState(WebCore::String origin, bool allow, bool remember);
103 static void allow(WebCore::String origin);
119 void recordPermissionState(WebCore::String origin, bool allow, bool remember);
122 void makeAsynchronousCallbackToGeolocation(WebCore::String origin, bool allow);
129 void maybeCallbackFrames(WebCore::String origin, bool allow);
164 bool allow; member in struct:android::GeolocationPermissions::CallbackData
GeolocationPermissions.cpp 88 bool allow = iter->second; local
89 makeAsynchronousCallbackToGeolocation(originString, allow);
97 bool allow = iter->second; local
98 makeAsynchronousCallbackToGeolocation(originString, allow);
155 void GeolocationPermissions::makeAsynchronousCallbackToGeolocation(String origin, bool allow)
158 m_callbackData.allow = allow;
162 void GeolocationPermissions::providePermissionState(String origin, bool allow, bool remember)
174 maybeCallbackFrames(origin, allow);
175 recordPermissionState(origin, allow, remember)
226 bool allow = iter->second; local
308 void GeolocationPermissions::allow(String origin) function in class:android::GeolocationPermissions
    [all...]
  /external/dbus/test/data/valid-config-files/system.d/
test.conf 11 <allow own="org.foo.FooService"/>
12 <allow send_interface="org.foo.FooBroadcastInterface"/>
15 <!-- Allow any connection to receive the message, but
18 <allow receive_interface="org.foo.FooBroadcastInterface" receive_sender="org.foo.FooService"/>
  /external/dbus/test/data/equiv-config-files/basic/basic.d/
basic.conf 11 <allow user="*"/>
  /external/dbus/test/data/equiv-config-files/entities/basic.d/
basic.conf 11 <allow user="*"/>
  /external/dbus/test/data/valid-config-files/basic.d/
basic.conf 11 <allow user="*"/>
  /system/core/rootdir/etc/
dbus.conf 8 <!-- Only allow socket-credentials-based authentication -->
17 <!-- Allow everything, D-Bus socket is protected by unix filesystem
20 <allow send_interface="*"/>
21 <allow receive_interface="*"/>
22 <allow own="*"/>
23 <allow user="*"/>
24 <allow send_requested_reply="true"/>
25 <allow receive_requested_reply="true"/>
  /external/webkit/WebCore/bindings/v8/
DateExtension.h 42 void setAllowSleep(bool allow);
V8Utilities.h 94 AllowAllocation allow;
102 AllowAllocation allow;
110 AllowAllocation allow;
  /external/webkit/WebKit/android/jni/
GeolocationPermissionsBridge.cpp 72 static void allow(JNIEnv* env, jobject obj, jstring origin) function in namespace:android
75 GeolocationPermissions::allow(originString);
94 (void*) allow },
  /external/webkit/WebKit/win/
WebGeolocationPolicyListener.h 50 virtual HRESULT STDMETHODCALLTYPE allow();
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 67 public void setGeolocationPermission(boolean allow);
  /external/apache-http/src/org/apache/http/client/params/
ClientParamBean.java 68 public void setAllowCircularRedirects (final boolean allow) {
69 params.setBooleanParameter(ClientPNames.ALLOW_CIRCULAR_REDIRECTS, allow);
  /external/dbus/test/data/equiv-config-files/basic/
basic-1.conf 11 <allow user="*"/>
  /external/dbus/test/data/equiv-config-files/entities/
entities-1.conf 12 <allow user="*"/>

Completed in 636 milliseconds

1 2 3 4 5