/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_auto_launch_test.cpp | 676 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 D | runtime_config.cpp | 144 void RuntimeConfig::SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DBType … in SetAutoLaunchRequestCallback() function in DistributedDB::RuntimeConfig 152 RuntimeContext::GetInstance()->SetAutoLaunchRequestCallback(callback, innerType); in SetAutoLaunchRequestCallback()
|
H A D | kv_store_delegate_manager.cpp | 609 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 D | relational_store_manager.cpp | 232 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 D | relational_store_manager.h | 53 DB_API static void SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | runtime_config.h | 68 …DB_API static void SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DBType …
|
H A D | kv_store_delegate_manager.h | 96 DB_API static void SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_relational_ver_p2p_sync_test.cpp | 1211 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 D | distributeddb_single_ver_multi_user_test.cpp | 462 g_mgr1.SetAutoLaunchRequestCallback( 500 RuntimeConfig::SetAutoLaunchRequestCallback(nullptr, DBType::DB_KV);
|
H A D | distributeddb_relational_multi_user_test.cpp | 683 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 D | relationalstoremanager_fuzzer.cpp | 103 RuntimeConfig::SetAutoLaunchRequestCallback(autoLaunchRequestCallback, dbType); in RuntimeConfigTest()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | auto_launch.h | 87 void SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DBTypeInner type);
|
H A D | runtime_context.h | 99 …virtual void SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DBTypeInner t…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | runtime_context_impl.h | 84 …void SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DBTypeInner type) ove…
|
H A D | runtime_context_impl.cpp | 463 void RuntimeContextImpl::SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DB… in SetAutoLaunchRequestCallback() function in DistributedDB::RuntimeContextImpl 465 autoLaunch_.SetAutoLaunchRequestCallback(callback, type); in SetAutoLaunchRequestCallback()
|
H A D | auto_launch.cpp | 736 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 D | kvstore_data_service.cpp | 378 KvStoreDelegateManager::SetAutoLaunchRequestCallback(autoLaunch); in StartService()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.cpp | 96 DistributedDB::RelationalStoreManager::SetAutoLaunchRequestCallback( in RdbServiceImpl()
|