Home
last modified time | relevance | path

Searched refs:Registrar (Results 1 – 25 of 32) sorted by relevance

12

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DPluginRegistry.java34 Registrar registrarFor(String pluginKey); in registrarFor()
63 interface Registrar { interface
154 Registrar publish(Object value); in publish()
164 Registrar addRequestPermissionsResultListener(RequestPermissionsResultListener listener); in addRequestPermissionsResultListener()
173 Registrar addActivityResultListener(ActivityResultListener listener); in addActivityResultListener()
182 Registrar addNewIntentListener(NewIntentListener listener); in addNewIntentListener()
191 Registrar addUserLeaveHintListener(UserLeaveHintListener listener); in addUserLeaveHintListener()
200 Registrar addViewDestroyListener(ViewDestroyListener listener); in addViewDestroyListener()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/app/
DFlutterPluginRegistry.java72 public Registrar registrarFor(String pluginKey) { in registrarFor()
101 private class FlutterRegistrar implements Registrar {
154 public Registrar publish(Object value) { in publish()
160 public Registrar addRequestPermissionsResultListener( in addRequestPermissionsResultListener()
167 public Registrar addActivityResultListener(ActivityResultListener listener) { in addActivityResultListener()
173 public Registrar addNewIntentListener(NewIntentListener listener) { in addNewIntentListener()
179 public Registrar addUserLeaveHintListener(UserLeaveHintListener listener) { in addUserLeaveHintListener()
185 public Registrar addViewDestroyListener(ViewDestroyListener listener) { in addViewDestroyListener()
DFlutterFragmentActivity.java82 public final Registrar registrarFor(String pluginKey) { in registrarFor()
DFlutterActivity.java82 public final Registrar registrarFor(String pluginKey) { in registrarFor()
DFlutterActivityDelegate.java120 public Registrar registrarFor(String pluginKey) { in registrarFor()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/plugins/shim/
DShimRegistrar.java32 class ShimRegistrar implements PluginRegistry.Registrar, FlutterPlugin, ActivityAware {
96 public PluginRegistry.Registrar publish(Object value) { in publish()
102 …public PluginRegistry.Registrar addRequestPermissionsResultListener(PluginRegistry.RequestPermissi… in addRequestPermissionsResultListener()
113 …public PluginRegistry.Registrar addActivityResultListener(PluginRegistry.ActivityResultListener li… in addActivityResultListener()
124 public PluginRegistry.Registrar addNewIntentListener(PluginRegistry.NewIntentListener listener) { in addNewIntentListener()
135 …public PluginRegistry.Registrar addUserLeaveHintListener(PluginRegistry.UserLeaveHintListener list… in addUserLeaveHintListener()
147 …public PluginRegistry.Registrar addViewDestroyListener(@NonNull PluginRegistry.ViewDestroyListener… in addViewDestroyListener()
DShimPluginRegistry.java51 public Registrar registrarFor(String pluginKey) { in registrarFor()
/third_party/mindspore/mindspore/ccsrc/cxx_api/
Dfactory.h71 class Registrar {
75 Registrar(const std::string &device_name, U creator) { in Registrar() function
78 ~Registrar() = default;
82 static const Registrar<BASE_CLASS> g_api_##DERIVE_CLASS##_registrar_##DEVICE_NAME##_reg( \
/third_party/flutter/flutter/packages/flutter_tools/templates/plugin/android-kotlin.tmpl/src/main/kotlin/androidIdentifier/
DpluginClass.kt.tmpl7 import io.flutter.plugin.common.PluginRegistry.Registrar
12 fun registerWith(registrar: Registrar) {
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DREADME-WPS30 - Registrar: a device that control a network and can authorize
32 Registrar") or in an external device, e.g., a laptop, ("external
33 Registrar")
37 roles (i.e., AP acts as an Enrollee and client device as a Registrar)
49 an Enrollee to enroll new network credential or as a Registrar to
117 entered at the Registrar to complete WPS registration. At that point,
147 a button is also pressed at the AP/Registrar at about the same time (2
153 At this point, the AP/Registrar has two minutes to complete WPS
158 If the client wants to operate in the Registrar role to learn the
188 the AP support WPS, but has not recently activated a Registrar, [WPS]
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DREADME-WPS30 - Registrar: a device that control a network and can authorize
32 Registrar") or in an external device, e.g., a laptop, ("external
33 Registrar")
37 roles (i.e., AP acts as an Enrollee and client device as a Registrar)
49 an Enrollee to enroll new network credential or as a Registrar to
117 entered at the Registrar to complete WPS registration. At that point,
147 a button is also pressed at the AP/Registrar at about the same time (2
153 At this point, the AP/Registrar has two minutes to complete WPS
158 If the client wants to operate in the Registrar role to learn the
188 the AP support WPS, but has not recently activated a Registrar, [WPS]
[all …]
/third_party/flutter/flutter/packages/flutter_tools/templates/plugin/android-java.tmpl/src/main/java/androidIdentifier/
DpluginClass.java.tmpl7 import io.flutter.plugin.common.PluginRegistry.Registrar;
12 public static void registerWith(Registrar registrar) {
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
DREADME-WPS29 - Registrar: a device that control a network and can authorize
31 Registrar") or in an external device, e.g., a laptop, ("external
32 Registrar")
36 roles (i.e., AP acts as an Enrollee and client device as a Registrar)
48 internal WPS Registrar to manage addition of new WPS enabled clients
52 WPS registration between a wireless Enrollee and an external Registrar
133 Registrar) in order to start PIN mode negotiation for WPS, an
176 If the UUID-E is not available (e.g., Enrollee waits for the Registrar
215 When an external Registrar is used, the AP can act as an Enrollee and
265 also be used to add additional networks if the Registrar is used to
[all …]
DChangeLog559 * limit number of active wildcard PINs for WPS Registrar to one to avoid
678 * fix WPS internal Registrar use when an external Registrar is also
695 * work around interoperability issue with some WPS External Registrar
713 * WPS: handle Selected Registrar as union of info from all Registrars
767 (hostapd can now be configured to act as an integrated WPS Registrar
769 methods; external wireless Registrar can configure the AP, but
DREADME-MULTI-AP141 in hostapd on Registrar AP).
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
DREADME-WPS29 - Registrar: a device that control a network and can authorize
31 Registrar") or in an external device, e.g., a laptop, ("external
32 Registrar")
36 roles (i.e., AP acts as an Enrollee and client device as a Registrar)
48 internal WPS Registrar to manage addition of new WPS enabled clients
52 WPS registration between a wireless Enrollee and an external Registrar
133 Registrar) in order to start PIN mode negotiation for WPS, an
176 If the UUID-E is not available (e.g., Enrollee waits for the Registrar
215 When an external Registrar is used, the AP can act as an Enrollee and
265 also be used to add additional networks if the Registrar is used to
[all …]
DChangeLog516 * limit number of active wildcard PINs for WPS Registrar to one to avoid
635 * fix WPS internal Registrar use when an external Registrar is also
652 * work around interoperability issue with some WPS External Registrar
670 * WPS: handle Selected Registrar as union of info from all Registrars
724 (hostapd can now be configured to act as an integrated WPS Registrar
726 methods; external wireless Registrar can configure the AP, but
DREADME-MULTI-AP141 in hostapd on Registrar AP).
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp423 EHFrameRegistrar &Registrar) in EHFrameRegistrationPlugin() argument
424 : Registrar(Registrar) {} in EHFrameRegistrationPlugin()
456 return Registrar.registerEHFrames(EHFrameRange.Addr, EHFrameRange.Size); in notifyEmitted()
469 return Registrar.deregisterEHFrames(EHFrameRange.Addr, EHFrameRange.Size); in notifyRemovingModule()
490 Registrar.deregisterEHFrames(EHFrameRange.Addr, in notifyRemovingAllModules()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h159 EHFrameRegistrationPlugin(jitlink::EHFrameRegistrar &Registrar);
173 jitlink::EHFrameRegistrar &Registrar; variable
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DULocaleCollationTest.java50 }, null, new Registrar() { in TestCollator()
83 interface Registrar { interface in ULocaleCollationTest
216 Subobject sub, Registrar reg) { in checkService()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
DULocaleCollationTest.java47 }, null, new Registrar() { in TestCollator()
80 interface Registrar { interface in ULocaleCollationTest
213 Subobject sub, Registrar reg) { in checkService()
/third_party/ejdb/src/bindings/ejdb2_flutter/android/src/main/java/com/softmotions/ejdb2/
DEjdb2FlutterPlugin.java24 import io.flutter.plugin.common.PluginRegistry.Registrar;
66 Ejdb2FlutterPlugin(Registrar registrar) { in Ejdb2FlutterPlugin()
74 final Registrar registrar;
87 public static void registerWith(Registrar registrar) { in registerWith()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/lang/
Dwpa_gui_de.ts551 <source> (Registrar-specified)</source>
1035 <source>Registrar does not yet know PIN</source>
1192 <source>Waiting for Registrar</source>
1197 …<source>Enter the generated PIN into the Registrar (either the internal one in the AP or an extern…
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/lang/
Dwpa_gui_de.ts551 <source> (Registrar-specified)</source>
1035 <source>Registrar does not yet know PIN</source>
1192 <source>Waiting for Registrar</source>
1197 …<source>Enter the generated PIN into the Registrar (either the internal one in the AP or an extern…

12