/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | auto_launch.h | 51 AutoLaunchNotifier notifier; 79 int EnableKvStoreAutoLaunch(const KvDBProperties &properties, AutoLaunchNotifier notifier, 186 …utoLaunch(const std::string &userId, AutoLaunchItem &autoLaunchItem, AutoLaunchNotifier ¬ifier);
|
H A D | runtime_context.h | 91 … virtual int EnableKvStoreAutoLaunch(const KvDBProperties &properties, AutoLaunchNotifier notifier,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | auto_launch_callback.h | 34 …void AutoLaunchNotifier(const std::string &userId, const std::string &appId, const std::string &st…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
H A D | auto_launch_export.h | 53 AutoLaunchNotifier notifier;
|
H A D | types_export.h | 165 using AutoLaunchNotifier = std::function<void (const std::string &userId, variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | auto_launch_callback.cpp | 24 void AutoLaunchCallback::AutoLaunchNotifier(const std::string &userId, const std::string &appId, in AutoLaunchNotifier() function in AutoLaunchCallback
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | kv_store_delegate_manager.h | 90 … const std::string &storeId, const AutoLaunchOption &option, const AutoLaunchNotifier ¬ifier);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | auto_launch.cpp | 162 int AutoLaunch::EnableKvStoreAutoLaunch(const KvDBProperties &properties, AutoLaunchNotifier notifi… in EnableKvStoreAutoLaunch() 371 AutoLaunchNotifier notifier = autoLaunchItem.notifier; in ObserverFunc() 837 AutoLaunchNotifier notifier; in ExtObserverFunc() 1304 AutoLaunchNotifier notifier = nullptr; in RegisterRelationalObserver() 1440 AutoLaunchNotifier ¬ifier) in NotifyAutoLaunch()
|
H A D | runtime_context_impl.h | 76 int EnableKvStoreAutoLaunch(const KvDBProperties &properties, AutoLaunchNotifier notifier,
|
H A D | runtime_context_impl.cpp | 445 …ContextImpl::EnableKvStoreAutoLaunch(const KvDBProperties &properties, AutoLaunchNotifier notifier, in EnableKvStoreAutoLaunch()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_delegate_manager.cpp | 567 const std::string &storeId, const AutoLaunchOption &option, const AutoLaunchNotifier ¬ifier) in EnableKvStoreAutoLaunch()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_multi_user_test.cpp | 524 AutoLaunchNotifier notifier = nullptr;
|
H A D | distributeddb_relational_multi_user_test.cpp | 240 const AutoLaunchNotifier g_notifier = [](const std::string &userId,
|
H A D | distributeddb_relational_ver_p2p_sync_test.cpp | 1190 const AutoLaunchNotifier notifier = [¤tStatus](const std::string &userId, 1348 const AutoLaunchNotifier notifier = [¤tStatus](const std::string &userId,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_autolaunch_test.cpp | 486 …auto notifier = bind(&AutoLaunchCallback::AutoLaunchNotifier, &callback, placeholders::_1, placeho…
|
H A D | distributeddb_nb_enable_sync_by_closed_db_test.cpp | 477 …auto notifier = bind(&AutoLaunchCallback::AutoLaunchNotifier, &callback, placeholders::_1, placeho…
|