Home
last modified time | relevance | path

Searched defs:delegate (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp125 auto delegate = webDelegate_.Upgrade(); in OnDownloadStart() local
135 auto delegate = webDelegate_.Upgrade(); in OnAccessibilityEvent() local
144 auto delegate = webDelegate_.Upgrade(); in OnFindResultReceived() local
155 auto delegate = webDelegate_.Upgrade(); in SpanstringConvertHtml() local
164 auto delegate = webDelegate_.Upgrade(); in OnPageLoadEnd() local
174 auto delegate = webDelegate_.Upgrade(); in OnFocus() local
186 auto delegate = webDelegate_.Upgrade(); in OnFocus() local
198 auto delegate = webDelegate_.Upgrade(); in OnConsoleLog() local
222 auto delegate = webDelegate_.Upgrade(); in OnPageLoadBegin() local
232 auto delegate = webDelegate_.Upgrade(); in OnLoadingProgress() local
[all …]
H A Dweb_client_impl.h41 void SetWebDelegate(const WeakPtr<WebDelegate>& delegate) in SetWebDelegate()
57 void SetWebDelegate(const WeakPtr<WebDelegate>& delegate) in SetWebDelegate()
78 void SetWebDelegate(const WeakPtr<WebDelegate>& delegate) in SetWebDelegate()
95 void SetWebDelegate(const WeakPtr<WebDelegate>& delegate) in SetWebDelegate()
112 void SetWebDelegate(const WeakPtr<WebDelegate>& delegate) in SetWebDelegate()
263 void SetWebDelegate(const WeakPtr<WebDelegate>& delegate) in SetWebDelegate()
H A Dweb_delegate.cpp151 auto delegate = webDelegate_.Upgrade(); in Close() local
160 auto delegate = webDelegate_.Upgrade(); in PostMessage() local
169 auto delegate = webDelegate_.Upgrade(); in SetWebMessageCallback() local
231 auto delegate = webDelegate_.Upgrade(); in ExitFullScreen() local
855 auto delegate = weak.Upgrade(); in CreatePlatformResource() local
865 auto delegate = weak.Upgrade(); in CreatePlatformResource() local
1896 auto delegate = delegate_.Upgrade(); in OnSurfaceChanged() local
2020 auto delegate = weak.Upgrade(); in RegisterOHOSWebEventAndMethord() local
4262 auto delegate = weak.Upgrade(); in RegisterWebEvent() local
4268 auto delegate = weak.Upgrade(); in RegisterWebEvent() local
[all …]
H A Dweb_javascript_execute_callback.cpp23 auto delegate = webDelegate_.Upgrade(); in OnReceiveValue() local
33 auto delegate = webDelegate_.Upgrade(); in OnReceiveValue() local
H A Dweb_javascript_execute_callback.h32 …explicit WebJavaScriptExecuteCallBack(const WeakPtr<WebDelegate>& delegate) : webDelegate_(delegat… in WebJavaScriptExecuteCallBack()
49 …explicit WebMessageValueCallBackImpl(const WeakPtr<WebDelegate>& delegate) : webDelegate_(delegate… in WebMessageValueCallBackImpl()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DRenderNode_Delegate.java76 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nSetElevation() local
86 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nGetElevation() local
95 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nSetTranslationX() local
105 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nGetTranslationX() local
114 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nSetTranslationY() local
124 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nGetTranslationY() local
133 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nSetTranslationZ() local
143 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nGetTranslationZ() local
152 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nSetRotation() local
162 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nGetRotation() local
[all …]
H A DPaint_Delegate.java292 Paint_Delegate delegate = sManager.getDelegate(nativePaint); in nGetFlags() local
305 Paint_Delegate delegate = sManager.getDelegate(nativePaint); in nSetFlags() local
321 Paint_Delegate delegate = sManager.getDelegate(nativePaint); in nGetHinting() local
332 Paint_Delegate delegate = sManager.getDelegate(nativePaint); in nSetHinting() local
381 Paint_Delegate delegate = sManager.getDelegate(paintPtr); in nSetColor() local
391 Paint_Delegate delegate = sManager.getDelegate(paintPtr); in nSetColor() local
402 Paint_Delegate delegate = sManager.getDelegate(nativePaint); in nSetAlpha() local
413 Paint_Delegate delegate = sManager.getDelegate(nativePaint); in nGetStrokeWidth() local
424 Paint_Delegate delegate = sManager.getDelegate(nativePaint); in nSetStrokeWidth() local
435 Paint_Delegate delegate = sManager.getDelegate(nativePaint); in nGetStrokeMiter() local
[all …]
H A DBitmap_Delegate.java333 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeErase() local
358 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeRowBytes() local
369 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeConfig() local
380 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeHasAlpha() local
388 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeHasMipMap() local
396 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeGetPixel() local
412 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeGetPixels() local
423 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeSetPixel() local
434 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeSetPixels() local
458 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeGenerationId() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drender_scene_viewer.cpp33 auto delegate = weak.Upgrade(); in ~RenderSceneViewer() local
95 auto delegate = weak.Upgrade(); local
128 auto delegate = weak.Upgrade(); local
151 auto delegate = weak.Upgrade(); local
178 auto delegate = weak.Upgrade(); local
206 auto delegate = weak.Upgrade(); local
234 auto delegate = weak.Upgrade(); local
342 auto delegate = weak.Upgrade(); local
396 auto delegate = weak.Upgrade(); local
425 auto delegate = weak.Upgrade(); local
[all …]
/aosp12/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTextToSpeechTests.java78 IDelegate delegate = Mockito.mock(IDelegate.class); in testSetLanguage_delegation() local
96 IDelegate delegate = Mockito.mock(IDelegate.class); in testSetLanguage_availableLanguage() local
122 IDelegate delegate = Mockito.mock(IDelegate.class); in testSetLanguage_unavailableLanguage() local
146 IDelegate delegate = Mockito.mock(IDelegate.class); in testIsLanguageAvailable() local
159 IDelegate delegate = Mockito.mock(IDelegate.class); in testDefaultLanguage_setsVoiceName() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_test.cpp206 RelationalStoreDelegate *delegate = nullptr; in NoramlCreateDistributedTableTest() local
289 RelationalStoreDelegate *delegate = nullptr; variable
341 RelationalStoreDelegate *delegate = nullptr; variable
365 RelationalStoreDelegate *delegate = nullptr; in CreateDistributedTableOverLimitTest() local
430 RelationalStoreDelegate *delegate = nullptr; in CreateDistributedTableInvalidArgsTest() local
512 RelationalStoreDelegate *delegate = nullptr; in CreateDistributedTableNonPrimaryKeyTest() local
571 RelationalStoreDelegate *delegate = nullptr; in CreateDistributedTableInvalidFieldTest() local
613 RelationalStoreDelegate *delegate = nullptr; in CreateDistributedTableCompositePKTest() local
656 RelationalStoreDelegate *delegate = nullptr; in CreateDistributedTableWithHistoryDataTest() local
713 RelationalStoreDelegate *delegate = nullptr; in TableModifyTest() local
[all …]
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/test/
H A Ddelegate_interface_test.cpp46 std::function<int32_t(DTaskCallback)> delegate = [](DTaskCallback cb) -> int32_t { in __anonf59594830202() variable
69 std::function<int32_t(DTaskCallback)> delegate = [](DTaskCallback cb) -> int32_t { in __anonf59594830302() variable
96 std::function<int32_t(DTaskCallback)> delegate = [](DTaskCallback cb) -> int32_t { in __anonf59594830402() variable
127 std::function<int32_t(DTaskCallback)> delegate = [](DTaskCallback cb) -> int32_t { in __anonf59594830502() variable
154 std::function<int32_t(DTaskCallback)> delegate = [](DTaskCallback cb) -> int32_t { in __anonf59594830602() variable
173 std::function<int32_t(DTaskCallback)> delegate = [](DTaskCallback cb) -> int32_t { in __anonf59594830702() variable
195 std::function<int32_t(DTaskCallback)> delegate = [](DTaskCallback cb) -> int32_t { in __anonf59594830802() variable
215 std::function<int32_t(DTaskCallback)> delegate = [](DTaskCallback cb) -> int32_t { in __anonf59594830a02() variable
248 std::function<int32_t(DTaskCallback)> delegate = [](DTaskCallback cb) -> int32_t { in __anonf59594830b02() variable
277 std::function<int32_t(DTaskCallback)> delegate = [](DTaskCallback cb) -> int32_t { in __anonf59594830c02() variable
/aosp12/packages/apps/TV/common/src/com/android/tv/common/feature/
H A DTestableFeature.java39 public static TestableFeature createTestableFeature(Feature delegate) { in createTestableFeature()
44 public static TestableFeature createTestableFeature(Feature delegate, Boolean initialValue) { in createTestableFeature()
48 private TestableFeature(Feature delegate) { in TestableFeature()
52 private TestableFeature(Feature delegate, Boolean initialValue) { in TestableFeature()
/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DButtonController.java65 @NonNull protected final InCallButtonUiDelegate delegate; field in ButtonController.CheckableButtonController
74 protected CheckableButtonController( in CheckableButtonController()
159 protected SimpleCheckableButtonController( in SimpleCheckableButtonController()
188 protected final InCallButtonUiDelegate delegate; field in ButtonController.NonCheckableButtonController
196 InCallButtonUiDelegate delegate, in NonCheckableButtonController()
265 InCallButtonUiDelegate delegate, in SimpleNonCheckableButtonController()
288 public MuteButtonController(InCallButtonUiDelegate delegate) { in MuteButtonController()
307 @NonNull private final InCallButtonUiDelegate delegate; field in ButtonController.SpeakerButtonController
434 public HoldButtonController(@NonNull InCallButtonUiDelegate delegate) { in HoldButtonController()
470 public SwapButtonController(@NonNull InCallButtonUiDelegate delegate) { in SwapButtonController()
[all …]
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/overlay/
H A Djs_overlay.cpp55 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in JSAddFrameNode() local
81 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in JSRemoveFrameNode() local
94 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in JSShowNode() local
107 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in JSHideNode() local
118 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in JSShowAllFrameNodes() local
129 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in JSHideAllFrameNodes() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_schema_test.cpp147 KvStoreNbDelegate *delegate = nullptr; variable
181 KvStoreNbDelegate *delegate = nullptr; variable
248 KvStoreNbDelegate *delegate = nullptr; variable
280 KvStoreNbDelegate *delegate = nullptr; variable
340 KvStoreNbDelegate *delegate = nullptr; variable
409 KvStoreNbDelegate *delegate = nullptr; variable
455 KvStoreNbDelegate *delegate = nullptr; variable
507 KvStoreNbDelegate *delegate = nullptr; variable
593 KvStoreNbDelegate *delegate = nullptr; variable
936 KvStoreNbDelegate *delegate = nullptr; variable
[all …]
H A Ddistributeddb_nb_predicate_query_test.cpp271 KvStoreNbDelegate *delegate = nullptr; variable
391 KvStoreNbDelegate *delegate = nullptr; variable
523 KvStoreNbDelegate *delegate = nullptr; variable
606 KvStoreNbDelegate *delegate = nullptr; variable
784 KvStoreNbDelegate *delegate = nullptr; variable
902 KvStoreNbDelegate *delegate = nullptr; variable
948 KvStoreNbDelegate *delegate = nullptr; variable
1022 KvStoreNbDelegate *delegate = nullptr; variable
1166 KvStoreNbDelegate *delegate = nullptr; variable
1241 KvStoreNbDelegate *delegate = nullptr; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
H A Dplugin_callback_client.h27 auto delegate = delegate_.Upgrade(); in OnDeathReceived() local
33 void SetPluginManagerDelegate(WeakPtr<PluginManagerDelegate> delegate) in SetPluginManagerDelegate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/
H A Dability_component_delegate.cpp66 auto delegate = weak.Upgrade(); in InitControllerImpl() local
72 auto delegate = weak.Upgrade(); in InitControllerImpl() local
78 auto delegate = weak.Upgrade(); in InitControllerImpl() local
105 auto delegate = weak.Upgrade(); in Stop() local
126 auto delegate = weak.Upgrade(); in RegisterEvent() local
133 auto delegate = weak.Upgrade(); in RegisterEvent() local
140 auto delegate = weak.Upgrade(); in RegisterEvent() local
147 auto delegate = weak.Upgrade(); in RegisterEvent() local
154 auto delegate = weak.Upgrade(); in RegisterEvent() local
225 auto delegate = weak.Upgrade(); in CreatePluginResource() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_router_module.cpp65 auto delegate = EngineHelper::GetCurrentDelegate(); in PagePush() local
83 auto delegate = EngineHelper::GetCurrentDelegate(); in PageReplace() local
105 auto delegate = EngineHelper::GetCurrentDelegate(); in PageBack() local
117 auto delegate = EngineHelper::GetCurrentDelegate(); in PageClear() local
129 auto delegate = EngineHelper::GetCurrentDelegate(); in PageGetLength() local
141 auto delegate = EngineHelper::GetCurrentDelegate(); in PageGetState() local
160 auto delegate = EngineHelper::GetCurrentDelegate(); in PageGetParams() local
/aosp12/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteILayoutPullParserAdapter.java29 private RemoteILayoutPullParserAdapter(@NotNull ILayoutPullParser delegate) { in RemoteILayoutPullParserAdapter()
33 public static RemoteILayoutPullParser create(@NotNull ILayoutPullParser delegate) in create()
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate.cpp91 TfLiteDelegate* delegate, TfLiteBufferHandle bufferHandle, TfLiteTensor* tensor) in DoCopyFromBufferHandle()
97 TfLiteDelegate* delegate, TfLiteBufferHandle bufferHandle, TfLiteTensor* tensor) in DoCopyToBufferHandle()
103 TfLiteDelegate* delegate, TfLiteBufferHandle* handle) in DoFreeBufferHandle()
144 TfLiteDelegate* delegate, std::vector<int32_t>& supportedNodes) in GetSupportedNodes()
169 void NnrtDelegate::GetDelegateKernelRegistration(TfLiteDelegate* delegate, TfLiteRegistration& nnrt… in GetDelegateKernelRegistration()
227 TfLiteStatus NnrtDelegate::CheckDeviceValid(TfLiteContext* context, TfLiteDelegate* delegate) in CheckDeviceValid()
253 TfLiteStatus NnrtDelegate::DoPrepare(TfLiteContext* context, TfLiteDelegate* delegate) in DoPrepare()
313 static NnrtDelegate delegate; in NnrtDelegateSingleton() local
/aosp12/frameworks/layoutlib/remote/common/src/com/android/layout/remote/util/
H A DRemoteResolverAdapter.java30 private RemoteResolverAdapter(Resolver delegate) { in RemoteResolverAdapter()
34 public static RemoteNamespaceResolver create(@NotNull ResourceNamespace.Resolver delegate) in create()
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
H A DRequireScrollMixin.java76 private ScrollHandlingDelegate delegate; field in RequireScrollMixin
88 public void setScrollHandlingDelegate(@NonNull ScrollHandlingDelegate delegate) { in setScrollHandlingDelegate()
/aosp12/frameworks/base/core/java/android/timezone/
H A DTimeZoneFinder.java54 private TimeZoneFinder(@NonNull com.android.i18n.timezone.TimeZoneFinder delegate) { in TimeZoneFinder()
74 com.android.i18n.timezone.CountryTimeZones delegate = mDelegate in lookupCountryTimeZones() local

12345678910>>...18