Home
last modified time | relevance | path

Searched refs:SetAutoLaunchRequestCallback (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_auto_launch_test.cpp676 RuntimeContext::GetInstance()->SetAutoLaunchRequestCallback(
721 RuntimeContext::GetInstance()->SetAutoLaunchRequestCallback(nullptr, DBTypeInner::DB_KV);
740 RuntimeContext::GetInstance()->SetAutoLaunchRequestCallback(
760 RuntimeContext::GetInstance()->SetAutoLaunchRequestCallback(nullptr, DBTypeInner::DB_KV);
801 RuntimeContext::GetInstance()->SetAutoLaunchRequestCallback(nullptr, DBTypeInner::DB_KV);
820 RuntimeContext::GetInstance()->SetAutoLaunchRequestCallback(
960 RuntimeContext::GetInstance()->SetAutoLaunchRequestCallback(
1036 RuntimeConfig::SetAutoLaunchRequestCallback(
1067 RuntimeConfig::SetAutoLaunchRequestCallback(nullptr, DBType::DB_KV);
1088 RuntimeConfig::SetAutoLaunchRequestCallback(
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Druntime_config.cpp144 void RuntimeConfig::SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DBType … in SetAutoLaunchRequestCallback() function in DistributedDB::RuntimeConfig
152 RuntimeContext::GetInstance()->SetAutoLaunchRequestCallback(callback, innerType); in SetAutoLaunchRequestCallback()
H A Dkv_store_delegate_manager.cpp609 void KvStoreDelegateManager::SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback) in SetAutoLaunchRequestCallback() function in DistributedDB::KvStoreDelegateManager
611 RuntimeContext::GetInstance()->SetAutoLaunchRequestCallback(callback, DBTypeInner::DB_KV); in SetAutoLaunchRequestCallback()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_manager.cpp232 void RelationalStoreManager::SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback) in SetAutoLaunchRequestCallback() function in DistributedDB::RelationalStoreManager
234 RuntimeContext::GetInstance()->SetAutoLaunchRequestCallback(callback, DBTypeInner::DB_RELATION); in SetAutoLaunchRequestCallback()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/
H A Drelational_store_manager.h53 DB_API static void SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Druntime_config.h68 …DB_API static void SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DBType …
H A Dkv_store_delegate_manager.h96 DB_API static void SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp1211 g_mgr.SetAutoLaunchRequestCallback(callback);
1259 g_mgr.SetAutoLaunchRequestCallback(callback);
1301 g_mgr.SetAutoLaunchRequestCallback(nullptr);
1370 …RuntimeConfig::SetAutoLaunchRequestCallback(callback, static_cast<DBType>(3)); // 3 is invalid db …
1657 g_mgr.SetAutoLaunchRequestCallback(callback);
1893 g_mgr.SetAutoLaunchRequestCallback(callback);
2006 g_mgr.SetAutoLaunchRequestCallback(callback);
2797 g_mgr.SetAutoLaunchRequestCallback(callback);
2835 g_mgr.SetAutoLaunchRequestCallback(callback);
2879 RelationalStoreManager::SetAutoLaunchRequestCallback(callback);
[all …]
H A Ddistributeddb_single_ver_multi_user_test.cpp462 g_mgr1.SetAutoLaunchRequestCallback(
500 RuntimeConfig::SetAutoLaunchRequestCallback(nullptr, DBType::DB_KV);
H A Ddistributeddb_relational_multi_user_test.cpp683 g_mgr1.SetAutoLaunchRequestCallback(g_callback);
727 RuntimeConfig::SetAutoLaunchRequestCallback(nullptr, DBType::DB_RELATION);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoremanager_fuzzer/
H A Drelationalstoremanager_fuzzer.cpp103 RuntimeConfig::SetAutoLaunchRequestCallback(autoLaunchRequestCallback, dbType); in RuntimeConfigTest()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dauto_launch.h87 void SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DBTypeInner type);
H A Druntime_context.h99 …virtual void SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DBTypeInner t…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.h84 …void SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DBTypeInner type) ove…
H A Druntime_context_impl.cpp463 void RuntimeContextImpl::SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DB… in SetAutoLaunchRequestCallback() function in DistributedDB::RuntimeContextImpl
465 autoLaunch_.SetAutoLaunchRequestCallback(callback, type); in SetAutoLaunchRequestCallback()
H A Dauto_launch.cpp736 void AutoLaunch::SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DBTypeInne… in SetAutoLaunchRequestCallback() function in DistributedDB::AutoLaunch
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp378 KvStoreDelegateManager::SetAutoLaunchRequestCallback(autoLaunch); in StartService()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp96 DistributedDB::RelationalStoreManager::SetAutoLaunchRequestCallback( in RdbServiceImpl()