Home
last modified time | relevance | path

Searched defs:delegate (Results 1 - 25 of 169) sorted by relevance

1234567

/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_javascript_execute_callback.cpp22 auto delegate = webDelegate_.Upgrade(); in OnReceiveValue() local
32 auto delegate = webDelegate_.Upgrade(); in OnReceiveValue() local
H A Dweb_configuration_observer.cpp21 auto delegate = delegate_.Upgrade(); in OnConfigurationUpdated() local
H A Dweb_configuration_observer.h24 explicit WebConfigurationObserver(WeakPtr<WebDelegate> delegate) : delegate_(delegate) {} in WebConfigurationObserver() argument
H A Dweb_javascript_result_callback.h35 WebJavaScriptResultCallBack(const WeakPtr<WebDelegate>& delegate) : webDelegate_(delegate) {} in WebJavaScriptResultCallBack() argument
H A Dweb_javascript_execute_callback.h32 explicit WebJavaScriptExecuteCallBack(const WeakPtr<WebDelegate>& delegate) : webDelegate_(delegate) {} in WebJavaScriptExecuteCallBack() argument
49 explicit WebMessageValueCallBackImpl(const WeakPtr<WebDelegate>& delegate) : webDelegate_(delegate) {} in WebMessageValueCallBackImpl() argument
/foundation/arkui/ace_engine/frameworks/core/common/font/
H A Dfont_platform_proxy.cpp26 void FontPlatformProxy::SetDelegate(std::unique_ptr<FontPlatformInterface>&& delegate) in SetDelegate() argument
/foundation/arkui/ace_engine/frameworks/core/common/vibrator/
H A Dvibrator_proxy.cpp24 void VibratorProxy::SetDelegate(std::unique_ptr<VibratorInterface>&& delegate) in SetDelegate() argument
/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() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_command.cpp77 const auto delegate = COMMANDS.find(line[0]); in Invoke() local
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
H A Drich_text_element.h32 void SetDelegate(const RefPtr<RichTextDelegate>& delegate) in SetDelegate() argument
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_declarative.h120 explicit CardEventHandlerDeclarative(const RefPtr<Framework::CardFrontendDelegateDeclarative>& delegate) in CardEventHandlerDeclarative() argument
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_proxy.cpp24 void TextInputProxy::SetDelegate(std::unique_ptr<TextInput>&& delegate) in SetDelegate() argument
/foundation/arkui/ace_engine/frameworks/core/common/clipboard/
H A Dclipboard_proxy.cpp34 void ClipboardProxy::SetDelegate(std::unique_ptr<ClipboardInterface>&& delegate) in SetDelegate() argument
/foundation/arkui/ace_engine/frameworks/core/common/storage/
H A Dstorage_proxy.cpp31 void StorageProxy::SetDelegate(std::unique_ptr<StorageInterface>&& delegate) in SetDelegate() argument
36 void StorageProxy::SetDistributedDelegate(std::unique_ptr<StorageInterface>&& delegate) in SetDistributedDelegate() argument
/foundation/arkui/ace_engine/frameworks/core/common/environment/
H A Denvironment_proxy.cpp35 void EnvironmentProxy::SetDelegate(std::unique_ptr<EnvironmentInterface>&& delegate) in SetDelegate() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_image_animator_bridge.cpp48 auto delegate = engine->GetFrontendDelegate(); in JsGetState() local
H A Djsi_list_bridge.cpp56 auto delegate = engine->GetFrontendDelegate(); in JsGetCurrentOffset() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddelegate_mgr_callback.h27 explicit DelegateMgrCallback(DistributedDB::KvStoreDelegateManager *delegate) in DelegateMgrCallback() argument
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate_kernel.h27 namespace delegate { namespace
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/
H A Dtrigger_connector_internal_validation.h48 void SetDelegate(std::shared_ptr<IIntellVoiceTriggerConnectorModule> delegate) in SetDelegate() argument
62 explicit TriggerConnectorCallbackValidation(std::shared_ptr<IIntellVoiceTriggerConnectorCallback> delegate) in TriggerConnectorCallbackValidation() argument
H A Dtrigger_connector_mgr.cpp32 TriggerConnectorMgr::TriggerConnectorMgr(std::unique_ptr<IIntellVoiceTriggerConnectorInternal> delegate) in TriggerConnectorMgr() argument
/foundation/ability/ability_runtime/test/fuzztest/statusbardelegatemanager_fuzzer/
H A Dstatusbardelegatemanager_fuzzer.cpp42 sptr<AbilityRuntime::IStatusBarDelegate> delegate; in DoSomethingInterestingWithMyAPI() local
/foundation/arkui/ace_engine/frameworks/core/components/root/
H A Drosen_render_root.cpp54 void RosenRenderRoot::FinishRender(const std::unique_ptr<DrawDelegate>& delegate, const Rect& dirty) in FinishRender() argument
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_callback_client.h98 void SetFormManagerDelegate(WeakPtr<FormManagerDelegate> delegate) in SetFormManagerDelegate() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/
H A Dnavigator_event_hub.cpp38 auto delegate = EngineHelper::GetCurrentDelegate(); in NavigatePage() local

Completed in 12 milliseconds

1234567