Home
last modified time | relevance | path

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

123456

/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
Dweb_client_impl.cpp113 auto delegate = webClientImpl->GetWebDelegate(); in OnJsCommonDialog() local
126 auto delegate = webDelegate_.Upgrade(); in OnDownloadStart() local
136 auto delegate = webDelegate_.Upgrade(); in OnAccessibilityEvent() local
145 auto delegate = webDelegate_.Upgrade(); in OnFindResultReceived() local
155 auto delegate = webDelegate_.Upgrade(); in OnPageLoadEnd() local
165 auto delegate = webDelegate_.Upgrade(); in OnFocus() local
184 auto delegate = webClient->webDelegate_.Upgrade(); in OnConsoleLog() local
197 auto delegate = webDelegate_.Upgrade(); in OnPageLoadBegin() local
207 auto delegate = webDelegate_.Upgrade(); in OnLoadingProgress() local
217 auto delegate = webDelegate_.Upgrade(); in OnPageTitle() local
[all …]
Dweb_delegate.cpp129 auto delegate = webDelegate_.Upgrade(); in Close() local
138 auto delegate = webDelegate_.Upgrade(); in PostMessage() local
147 auto delegate = webDelegate_.Upgrade(); in SetWebMessageCallback() local
209 auto delegate = webDelegate_.Upgrade(); in ExitFullScreen() local
679 auto delegate = weak.Upgrade(); in Stop() local
718 auto delegate = weak.Upgrade(); in CreatePlatformResource() local
728 auto delegate = weak.Upgrade(); in CreatePlatformResource() local
747 auto delegate = weak.Upgrade(); in LoadUrl() local
768 auto delegate = weak.Upgrade(); in Backward() local
787 auto delegate = weak.Upgrade(); in Forward() local
[all …]
Dweb_client_impl.h42 void SetWebDelegate(const WeakPtr<WebDelegate>& delegate) in SetWebDelegate()
60 void SetWebDelegate(const WeakPtr<WebDelegate>& delegate) in SetWebDelegate()
96 void SetWebDelegate(const WeakPtr<WebDelegate>& delegate) in SetWebDelegate()
221 void SetWebDelegate(const WeakPtr<WebDelegate>& delegate) in SetWebDelegate()
Dweb_configuration_observer.h26 explicit WebConfigurationObserver(WeakPtr<WebDelegate> delegate) : delegate_(delegate) {} in WebConfigurationObserver()
Dweb_configuration_observer.cpp22 auto delegate = delegate_.Upgrade(); in OnConfigurationUpdated() local
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
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
273 auto delegate = weak.Upgrade(); local
342 auto delegate = weak.Upgrade(); local
396 auto delegate = weak.Upgrade(); local
[all …]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
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 …]
/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
Dplugin_callback_client.h27 auto delegate = delegate_.Upgrade(); in OnDeathReceived() local
33 void SetPluginManagerDelegate(WeakPtr<PluginManagerDelegate> delegate) in SetPluginManagerDelegate()
Dplugin_manager_delegate.cpp60 auto delegate = weak.Upgrade(); in RegisterEvent() local
67 auto delegate = weak.Upgrade(); in RegisterEvent() local
74 auto delegate = weak.Upgrade(); in RegisterEvent() local
97 auto delegate = weak.Upgrade(); in CreatePlatformResource() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
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
573 KvStoreDelegateManager *&manager, KvStoreNbDelegate *&delegate) in ReopenDBWithDiffSchema()
593 KvStoreNbDelegate *delegate = nullptr; variable
[all …]
Ddistributeddb_nb_predicate_query_test.cpp95 void PrepareSchemaDBAndData(KvStoreNbDelegate *&delegate, KvStoreDelegateManager *&manager, in PrepareSchemaDBAndData()
124 bool CheckSchemaQuery(KvStoreNbDelegate *&delegate, Query &queryNeedCheck, vector<Entry> &expectEnt… in CheckSchemaQuery()
166 bool CheckSchemaQueryForOrderBy(KvStoreNbDelegate *&delegate, Query &queryNeedCheck, vector<Entry> … in CheckSchemaQueryForOrderBy()
201 bool CheckSchemaNotExist(KvStoreNbDelegate *&delegate) in CheckSchemaNotExist()
271 KvStoreNbDelegate *delegate = nullptr; variable
344 bool InvalidFieldCheck(KvStoreNbDelegate *&delegate, string field, DBStatus status) in InvalidFieldCheck()
391 KvStoreNbDelegate *delegate = nullptr; variable
427 bool CheckSchemaBoolNotExist(KvStoreNbDelegate *&delegate, vector<Entry> &entries) in CheckSchemaBoolNotExist()
479 bool CheckSchemaBoolExist(KvStoreNbDelegate *&delegate, vector<Entry> &entries) in CheckSchemaBoolExist()
523 KvStoreNbDelegate *delegate = nullptr; variable
[all …]
Ddistributeddb_nb_cursor_testcase.cpp103 void SetResultSetCacheMode(KvStoreNbDelegate *delegate, bool isRowIdMode) in SetResultSetCacheMode()
135 void DistributeddbNbCursorTestcase::ResultSetDb001(KvStoreNbDelegate *delegate, bool isRowIdMode) in ResultSetDb001()
222 void DistributeddbNbCursorTestcase::ResultSetDb002(KvStoreNbDelegate *delegate, bool isRowIdMode) in ResultSetDb002()
292 void DistributeddbNbCursorTestcase::ResultSetDb003(KvStoreNbDelegate *delegate, bool isRowIdMode) in ResultSetDb003()
368 void DistributeddbNbCursorTestcase::ResultSetDb004(KvStoreNbDelegate *delegate, bool isRowIdMode) in ResultSetDb004()
442 void DistributeddbNbCursorTestcase::ResultSetDb005(KvStoreNbDelegate *delegate, bool isRowIdMode) in ResultSetDb005()
523 void DistributeddbNbCursorTestcase::ResultSetDb006(KvStoreNbDelegate *delegate, bool isRowIdMode) in ResultSetDb006()
584 void DistributeddbNbCursorTestcase::ResultSetDb007(KvStoreNbDelegate *delegate, bool isRowIdMode) in ResultSetDb007()
638 void DistributeddbNbCursorTestcase::ResultSetDb008(KvStoreNbDelegate *delegate, bool isRowIdMode) in ResultSetDb008()
704 void DistributeddbNbCursorTestcase::ResultSetDb009(KvStoreNbDelegate *delegate, bool isRowIdMode) in ResultSetDb009()
[all …]
Ddistributed_crud_transaction_tools.cpp39 DistributedCrudTransactionTools::DistributedCrudTransactionTools(KvStoreDelegate &delegate, in DistributedCrudTransactionTools()
163 bool DistributedCrudTransactionTools::Action1(KvStoreDelegate &delegate) in Action1()
179 bool DistributedCrudTransactionTools::Action2(KvStoreDelegate &delegate) in Action2()
/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/
Dability_component_delegate.cpp71 auto delegate = weak.Upgrade(); in InitControllerImpl() local
77 auto delegate = weak.Upgrade(); in InitControllerImpl() local
83 auto delegate = weak.Upgrade(); in InitControllerImpl() local
109 auto delegate = weak.Upgrade(); in Stop() local
129 auto delegate = weak.Upgrade(); in RegisterEvent() local
136 auto delegate = weak.Upgrade(); in RegisterEvent() local
143 auto delegate = weak.Upgrade(); in RegisterEvent() local
150 auto delegate = weak.Upgrade(); in RegisterEvent() local
157 auto delegate = weak.Upgrade(); in RegisterEvent() local
227 auto delegate = weak.Upgrade(); in CreatePluginResource() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
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
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/
Dtrigger_connector_internal_validation.h48 void SetDelegate(std::shared_ptr<IIntellVoiceTriggerConnectorModule> delegate) in SetDelegate()
62 …explicit TriggerConnectorCallbackValidation(std::shared_ptr<IIntellVoiceTriggerConnectorCallback> … in TriggerConnectorCallbackValidation()
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
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
/foundation/arkui/ace_engine/frameworks/core/common/storage/
Dstorage_proxy.cpp31 void StorageProxy::SetDelegate(std::unique_ptr<StorageInterface>&& delegate) in SetDelegate()
36 void StorageProxy::SetDistributedDelegate(std::unique_ptr<StorageInterface>&& delegate) in SetDistributedDelegate()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djsi_component_api_bridge.cpp66 auto delegate = engine->GetFrontendDelegate(); in JsGetScrollOffset() local
89 auto delegate = engine->GetFrontendDelegate(); in JsGetBoundingRect() local
114 auto delegate = engine->GetFrontendDelegate(); in JsGetInspector() local
208 auto delegate = engine->GetFrontendDelegate(); in JsScrollTo() local
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
Dplugin_frontend_delegate.cpp270 auto delegate = weak.Upgrade(); in OnJSCallback() local
388 auto delegate = weak.Upgrade(); in OnPageBackPress() local
421 auto delegate = weak.Upgrade(); in OnBackGround() local
432 auto delegate = weak.Upgrade(); in OnForeground() local
453 auto delegate = weak.Upgrade(); in OnStartContinuation() local
466 auto delegate = weak.Upgrade(); in OnCompleteContinuation() local
478 auto delegate = weak.Upgrade(); in OnRemoteTerminated() local
491 auto delegate = weak.Upgrade(); in OnSaveData() local
506 auto delegate = weak.Upgrade(); in OnRestoreData() local
629 auto delegate = weak.Upgrade(); in FireAsyncEvent() local
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
Dweb_delegate_cross.cpp722 auto delegate = weak.Upgrade(); in RegisterWebEvent() local
728 auto delegate = weak.Upgrade(); in RegisterWebEvent() local
735 auto delegate = weak.Upgrade(); in RegisterWebEvent() local
741 auto delegate = weak.Upgrade(); in RegisterWebEvent() local
748 auto delegate = weak.Upgrade(); in RegisterWebEvent() local
755 auto delegate = weak.Upgrade(); in RegisterWebEvent() local
766 auto delegate = weak.Upgrade(); in RegisterWebObjectEvent() local
773 auto delegate = weak.Upgrade(); in RegisterWebObjectEvent() local
780 auto delegate = weak.Upgrade(); in RegisterWebObjectEvent() local
787 auto delegate = weak.Upgrade(); in RegisterWebObjectEvent() local
[all …]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/
Dpublished_data.cpp50 auto delegate = KvDBDelegate::GetInstance(); in Query() local
141 auto delegate = KvDBDelegate::GetInstance(); in Query() local
168 auto delegate = KvDBDelegate::GetInstance(); in Delete() local
189 auto delegate = KvDBDelegate::GetInstance(); in ClearAging() local
229 auto delegate = KvDBDelegate::GetInstance(); in UpdateTimestamp() local
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
Drich_text_element.h32 void SetDelegate(const RefPtr<RichTextDelegate>& delegate) in SetDelegate()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
Dfrontend_delegate_impl.cpp109 auto delegate = weak.Upgrade(); in ParseManifest() local
131 auto delegate = weak.Upgrade(); in RunPage() local
141 auto delegate = weak.Upgrade(); in RunPage() local
152 auto delegate = weak.Upgrade(); in RunPage() local
239 auto delegate = weak.Upgrade(); in OnJsCallback() local
376 auto delegate = weak.Upgrade(); in OnStartContinuation() local
390 auto delegate = weak.Upgrade(); in OnCompleteContinuation() local
401 auto delegate = weak.Upgrade(); in OnRemoteTerminated() local
412 auto delegate = weak.Upgrade(); in OnSaveData() local
428 auto delegate = weak.Upgrade(); in OnRestoreData() local
[all …]
/foundation/arkui/ace_engine/frameworks/core/common/vibrator/
Dvibrator_proxy.cpp24 void VibratorProxy::SetDelegate(std::unique_ptr<VibratorInterface>&& delegate) in SetDelegate()

123456