Home
last modified time | relevance | path

Searched refs:AutoLaunchNotifier (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dauto_launch.h51 AutoLaunchNotifier notifier;
79 int EnableKvStoreAutoLaunch(const KvDBProperties &properties, AutoLaunchNotifier notifier,
186 …utoLaunch(const std::string &userId, AutoLaunchItem &autoLaunchItem, AutoLaunchNotifier &notifier);
H A Druntime_context.h91 … virtual int EnableKvStoreAutoLaunch(const KvDBProperties &properties, AutoLaunchNotifier notifier,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Dauto_launch_callback.h34 …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 Dauto_launch_export.h53 AutoLaunchNotifier notifier;
H A Dtypes_export.h165 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 Dauto_launch_callback.cpp24 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 Dkv_store_delegate_manager.h90 … const std::string &storeId, const AutoLaunchOption &option, const AutoLaunchNotifier &notifier);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp162 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 &notifier) in NotifyAutoLaunch()
H A Druntime_context_impl.h76 int EnableKvStoreAutoLaunch(const KvDBProperties &properties, AutoLaunchNotifier notifier,
H A Druntime_context_impl.cpp445 …ContextImpl::EnableKvStoreAutoLaunch(const KvDBProperties &properties, AutoLaunchNotifier notifier, in EnableKvStoreAutoLaunch()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp567 const std::string &storeId, const AutoLaunchOption &option, const AutoLaunchNotifier &notifier) in EnableKvStoreAutoLaunch()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_multi_user_test.cpp524 AutoLaunchNotifier notifier = nullptr;
H A Ddistributeddb_relational_multi_user_test.cpp240 const AutoLaunchNotifier g_notifier = [](const std::string &userId,
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp1190 const AutoLaunchNotifier notifier = [&currentStatus](const std::string &userId,
1348 const AutoLaunchNotifier notifier = [&currentStatus](const std::string &userId,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_autolaunch_test.cpp486 …auto notifier = bind(&AutoLaunchCallback::AutoLaunchNotifier, &callback, placeholders::_1, placeho…
H A Ddistributeddb_nb_enable_sync_by_closed_db_test.cpp477 …auto notifier = bind(&AutoLaunchCallback::AutoLaunchNotifier, &callback, placeholders::_1, placeho…