Home
last modified time | relevance | path

Searched refs:AutoLaunchRequestCallback (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dauto_launch_export.h57 using AutoLaunchRequestCallback = std::function<bool (const std::string &identifier, AutoLaunchPara… variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dauto_launch.h87 void SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DBTypeInner type);
200 std::map<DBTypeInner, AutoLaunchRequestCallback> autoLaunchRequestCallbackMap_;
H A Druntime_context.h99 …virtual void SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DBTypeInner t…
/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/interfaces/src/
H A Druntime_config.cpp144 void RuntimeConfig::SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DBType … in SetAutoLaunchRequestCallback()
H A Dkv_store_delegate_manager.cpp609 void KvStoreDelegateManager::SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback) 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()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp1194 …const AutoLaunchRequestCallback callback = [&notifier](const std::string &identifier, AutoLaunchPa… in __anond45d0a2b0a02()
1256 …const AutoLaunchRequestCallback callback = [](const std::string &identifier, AutoLaunchParam &para… in __anond45d0a2b0b02()
1353 …const AutoLaunchRequestCallback callback = [&notifier](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()
2790AutoLaunchRequestCallback callback = [&encryptedParam](const std::string &identifier, AutoLaunchPa… in __anond45d0a2b2902()
2875AutoLaunchRequestCallback callback = [&encryptedParam](const std::string &identifier, AutoLaunchPa… in __anond45d0a2b2b02()
H A Ddistributeddb_relational_multi_user_test.cpp246 …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 Druntime_context_impl.h84 …void SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DBTypeInner type) ove…
H A Dauto_launch.cpp736 void AutoLaunch::SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DBTypeInne… in SetAutoLaunchRequestCallback()
1060 std::map<DBTypeInner, AutoLaunchRequestCallback> callbackMap; in ExtAutoLaunchRequestCallBack()
H A Druntime_context_impl.cpp463 void RuntimeContextImpl::SetAutoLaunchRequestCallback(const AutoLaunchRequestCallback &callback, DB… in SetAutoLaunchRequestCallback()