Searched refs:AutoLaunchRequestCallback (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
H A D | auto_launch_export.h | 57 using AutoLaunchRequestCallback = std::function<bool (const std::string &identifier, AutoLaunchPara… variable
|
/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); 200 std::map<DBTypeInner, AutoLaunchRequestCallback> autoLaunchRequestCallbackMap_;
|
H A D | runtime_context.h | 99 …virtual void SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DBTypeInner t…
|
/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/interfaces/src/ |
H A D | runtime_config.cpp | 144 void RuntimeConfig::SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DBType … in SetAutoLaunchRequestCallback()
|
H A D | kv_store_delegate_manager.cpp | 609 void KvStoreDelegateManager::SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback) 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()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_relational_ver_p2p_sync_test.cpp | 1194 …const AutoLaunchRequestCallback callback = [¬ifier](const std::string &identifier, AutoLaunchPa… in __anond45d0a2b0a02() 1256 …const AutoLaunchRequestCallback callback = [](const std::string &identifier, AutoLaunchParam ¶… in __anond45d0a2b0b02() 1353 …const AutoLaunchRequestCallback callback = [¬ifier](const std::string &identifier, AutoLaunchPa… in __anond45d0a2b0f02() 1640 …const AutoLaunchRequestCallback callback = [observer](const std::string &identifier, AutoLaunchPar… in __anond45d0a2b1402() 1871 …const AutoLaunchRequestCallback callback = [observer](const std::string &identifier, AutoLaunchPar… in __anond45d0a2b1702() 1989 …const AutoLaunchRequestCallback callback = [autoObserver](const std::string &identifier, AutoLaunc… in __anond45d0a2b1802() 2790 …AutoLaunchRequestCallback callback = [&encryptedParam](const std::string &identifier, AutoLaunchPa… in __anond45d0a2b2902() 2875 …AutoLaunchRequestCallback callback = [&encryptedParam](const std::string &identifier, AutoLaunchPa… in __anond45d0a2b2b02()
|
H A D | distributeddb_relational_multi_user_test.cpp | 246 …const AutoLaunchRequestCallback g_callback = [](const std::string &identifier, AutoLaunchParam &pa… in __anon3413e1da0702()
|
/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 | auto_launch.cpp | 736 void AutoLaunch::SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DBTypeInne… in SetAutoLaunchRequestCallback() 1060 std::map<DBTypeInner, AutoLaunchRequestCallback> callbackMap; in ExtAutoLaunchRequestCallBack()
|
H A D | runtime_context_impl.cpp | 463 void RuntimeContextImpl::SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DB… in SetAutoLaunchRequestCallback()
|