Home
last modified time | relevance | path

Searched defs:delegate (Results 101 – 125 of 183) sorted by relevance

12345678

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_syncer_test.cpp149 void DistributedDBCloudKvSyncerTest::BlockSync(KvStoreNbDelegate *delegate, DBStatus expectDBStatus, in BlockSync()
248 DBStatus DistributedDBCloudKvSyncerTest::GetKvStore(KvStoreNbDelegate *&delegate, const std::string… in GetKvStore()
269 void DistributedDBCloudKvSyncerTest::CloseKvStore(KvStoreNbDelegate *&delegate, const std::string &… in CloseKvStore()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp175 bool PutEntries(KvStoreNbDelegate *&delegate, vector<Entry> &entries) in PutEntries()
550 …const KvStoreDelegate* delegate = const_cast<KvStoreDelegate*>(delegateKvMgrCallback.GetKvStore()); local
606 …const KvStoreDelegate* delegate = const_cast<KvStoreDelegate*>(delegateKvMgrCallback.GetKvStore()); local
1292 …DistributedTestTools::CloseAndRelease(KvStoreDelegateManager *&manager, KvStoreDelegate *&delegate)
1310 …stributedTestTools::CloseAndRelease(KvStoreDelegateManager *&manager, KvStoreNbDelegate *&delegate)
1325 bool DistributedTestTools::VerifyDbRecordCnt(KvStoreNbDelegate *&delegate, unsigned int recordCnt, …
1349 bool DistributedTestTools::VerifyRecordsInDb(DistributedDB::KvStoreNbDelegate *&delegate,
1816 KvStoreSnapshotDelegate *DistributedTestTools::RegisterSnapObserver(KvStoreDelegate *delegate,
1839 DBStatus DistributedTestTools::RegisterObserver(KvStoreDelegate *delegate, KvStoreObserver *observe…
1844 DBStatus DistributedTestTools::UnRegisterObserver(KvStoreDelegate *delegate, KvStoreObserver *obser…
H A Ddistributeddb_schema_test_tools.cpp175 bool DistributedDBSchemaTestTools::CombinationCheckQueryResult(KvStoreNbDelegate &delegate, const Q… in CombinationCheckQueryResult()
229 bool DistributedDBSchemaTestTools::PreInsertRecords(KvStoreNbDelegate *&delegate, vector<Key> &keys, in PreInsertRecords()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_reader.cpp187 bool ZipReader::ExtractCurrentEntry(WriterDelegate *delegate, uint64_t numBytesToExtract) const in ExtractCurrentEntry()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_declarative.h120 …explicit CardEventHandlerDeclarative(const RefPtr<Framework::CardFrontendDelegateDeclarative>& del… in CardEventHandlerDeclarative()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/overdraw/
H A Drs_overdraw_controller_test.cpp248 std::shared_ptr<RSDelegateTest> delegate = std::make_shared<RSDelegateTest>(); variable
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_keyboard_delegate_setting.cpp94 auto delegate = std::make_shared<JsKeyboardDelegateSetting>(); in GetKeyboardDelegateSetting() local
110 auto delegate = GetKeyboardDelegateSetting(); in InitKeyboardDelegate() local
126 auto delegate = GetKeyboardDelegateSetting(); in JsConstructor() local
271 … auto delegate = reinterpret_cast<JsKeyboardDelegateSetting *>(JsUtils::GetNativeSelf(env, info)); in UnSubscribe() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp1068 auto delegate = weakDelegate.Upgrade(); in SetDebuggerPostTask() local
1250 auto delegate = weakDelegate.Upgrade(); in SetPostTask() local
1341 auto delegate = weakDelegate.Upgrade(); in RegisterAssetFunc() local
1367 auto delegate = engineInstance_->GetDelegate(); in ExecuteAbc() local
1405 auto delegate = frontEnd->GetDelegate(); in ExecuteCardAbc() local
1449 auto delegate = frontEnd->GetDelegate(); in ExecuteCardAbc() local
1524 auto delegate = engineInstance_->GetDelegate(); in LoadJs() local
1605 auto delegate = engineInstance_->GetDelegate(); in LoadPluginJsWithModule() local
1669 auto delegate = engineInstance_->GetDelegate(); in LoadPageSource() local
2295 auto delegate = engineInstance_->GetDelegate(); in FireExternalEvent() local
[all …]
H A Djsi_view_register.cpp128 auto delegate = frontEnd->GetDelegate(); in RegisterCardUpdateCallback() local
135 auto delegate = frontEnd->GetDelegate(); in RegisterCardUpdateCallback() local
217 auto delegate = frontEnd->GetDelegate(); in UpdateCardRootComponent() local
223 auto delegate = frontEnd->GetDelegate(); in UpdateCardRootComponent() local
397 auto delegate = frontEnd->GetDelegate(); in JSPostCardAction() local
403 auto delegate = frontEnd->GetDelegate(); in JSPostCardAction() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp539 auto delegate = GetFrontendDelegate(runtime); in GetAppInfo() local
557 auto delegate = GetFrontendDelegate(runtime); in Terminate() local
643 auto delegate = GetFrontendDelegate(runtime); in RequestFullWindow() local
1201 auto delegate = engine->GetFrontendDelegate(); in JsReadText() local
1276 auto delegate = engine->GetFrontendDelegate(); in JsReadArrayBuffer() local
1516 auto delegate = engine->GetFrontendDelegate(); in ShowActionMenu() local
1591 auto delegate = engine->GetFrontendDelegate(); in EnableAlertBeforeBackPage() local
1611 auto delegate = engine->GetFrontendDelegate(); in DisableAlertBeforeBackPage() local
3049 auto delegate = weakDelegate.Upgrade(); in SetDebuggerPostTask() local
3106 auto delegate = weakDelegate.Upgrade(); in SetPostTask() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h275 explicit DeclarativeEventHandler(const RefPtr<Framework::FrontendDelegateDeclarative>& delegate) in DeclarativeEventHandler()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Ddb_delegate.cpp111 static std::shared_ptr<KvDBDelegate> delegate = nullptr; in GetInstance() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp248 AutoCache::Delegate::Delegate(GeneralStore *delegate, const Watchers &watchers, int32_t user, const… in Delegate()
257 AutoCache::Delegate::Delegate(const Delegate& delegate) in Delegate()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_ext_test.cpp162 RelationalStoreDelegate *delegate = nullptr; in SetTracerSchemaTest001() local
231 RelationalStoreDelegate *delegate = nullptr; in PrepareData() local
1247 RelationalStoreDelegate *delegate = nullptr; variable
1741 RelationalStoreDelegate *delegate = nullptr; variable
1799 RelationalStoreDelegate *delegate = nullptr; variable
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A Dimage_effect_capi_unittest.cpp1715 ImageEffect_FilterDelegate delegate = { variable
1745 ImageEffect_FilterDelegate delegate = { variable
1775 ImageEffect_FilterDelegate delegate = { variable
1804 ImageEffect_FilterDelegate delegate = { variable
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp462 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in ShowToast() local
1468 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in JSPromptShowDialog() local
1497 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in JSPromptShowDialog() local
1673 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in JSPromptShowActionMenu() local
1701 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in JSPromptShowActionMenu() local
1730 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in JSRemoveCustomDialog() local
1825 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in GetTransitionProps() local
2039 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in OpenCustomDialog() local
2108 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in CloseCustomDialog() local
2204 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in UpdateCustomDialog() local
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/label_classify/
H A Dlabel_classify.cpp136 for (auto& delegate : delegates) { in PrepareModel() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.cpp278 DistributedDB::KvStoreNbDelegate *delegate = nullptr; in CreateMetaKvStore() local
307 auto release = [this](DistributedDB::KvStoreNbDelegate *delegate) { in CreateMetaKvStore()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_reference_sync_test.cpp662 RelationalStoreDelegate *delegate = nullptr; variable
693 void ComplexReferenceCheck001SetReference(RelationalStoreDelegate *delegate) in ComplexReferenceCheck001SetReference()
766 void ComplexReferenceCheck002SetReference(RelationalStoreDelegate *delegate) in ComplexReferenceCheck002SetReference()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_multi_sub_user_test.cpp94 …GetKvStore(STORE_ID_1, option, [&delegatePtr, &res](DBStatus status, KvStoreNbDelegate *delegate) { in OpenDelegate()
269 void DistributedDBSingleVerMultiSubUserTest::BlockSync(KvStoreNbDelegate *delegate, DBStatus expect… in BlockSync()
375 void DistributedDBSingleVerMultiSubUserTest::CallSync(RelationalStoreDelegate *delegate, const Clou… in CallSync()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_javascript_result_callback.cpp165 auto delegate = webDelegate_.Upgrade(); in GetJavaScriptResult() local
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_clipboard.cpp39 void ClipboardProxy::SetDelegate(std::unique_ptr<ClipboardInterface>&& delegate) in SetDelegate()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/measure/
H A Djs_measure.cpp230 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in JSMeasureText() local
370 auto delegate = EngineHelper::GetCurrentDelegateSafely(); in JSMeasureTextSize() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Druntime_store.cpp359 DistributedDB::KvStoreNbDelegate *delegate = nullptr; in Init() local
371 auto release = [this](KvStoreNbDelegate *delegate) { in Init()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.h119 void SetDelegate(const RefPtr<WebDelegate>& delegate) in SetDelegate()

12345678