Home
last modified time | relevance | path

Searched defs:delegatePtr (Results 1 – 4 of 4) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Ddistributeddb_single_ver_dlp_test.cpp43 DBStatus OpenDelegate(const std::string &dlpPath, KvStoreNbDelegate *&delegatePtr, in OpenDelegate()
90 …void CloseDelegate(KvStoreNbDelegate *&delegatePtr, KvStoreDelegateManager &mgr, std::string store… in CloseDelegate()
100 void CloseDelegate(RelationalStoreDelegate *&delegatePtr, RelationalStoreManager &mgr) in CloseDelegate()
Ddistributeddb_single_ver_multi_sub_user_test.cpp71 DBStatus OpenDelegate(const std::string &dlpPath, KvStoreNbDelegate *&delegatePtr, in OpenDelegate()
125 DBStatus SetCloudDB(KvStoreNbDelegate *&delegatePtr) in SetCloudDB()
159 DBStatus SetCloudDB(RelationalStoreDelegate *&delegatePtr) in SetCloudDB()
170 …void CloseDelegate(KvStoreNbDelegate *&delegatePtr, KvStoreDelegateManager &mgr, std::string store… in CloseDelegate()
180 …void CloseDelegate(RelationalStoreDelegate *&delegatePtr, RelationalStoreManager &mgr, sqlite3 *&d… in CloseDelegate()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_store_impl_test.cpp581 auto delegatePtr = std::shared_ptr<Delegate>( variable
626 auto delegatePtr = std::shared_ptr<Delegate>( variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.cpp3655 auto delegatePtr = weak.Upgrade(); in PaintFocusState() local