Home
last modified time | relevance | path

Searched refs:autoLaunchItem (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp277 switch (autoLaunchItem.type) { in TryCloseConnection()
322 switch (autoLaunchItem.type) { in RegisterObserver()
336 AutoLaunchItem autoLaunchItem; in ObserverFunc() local
366 if (!autoLaunchItem.isWriteOpenNotified && autoLaunchItem.notifier != nullptr) { in ObserverFunc()
389 AutoLaunchItem autoLaunchItem; in DisableKvStoreAutoLaunch() local
430 if (autoLaunchItem.isWriteOpenNotified && autoLaunchItem.notifier) { in DisableKvStoreAutoLaunch()
453 if (autoLaunchItem.notifier) { in CloseNotifier()
468 AutoLaunchItem autoLaunchItem; in ConnectionLifeCycleCallbackTask() local
517 switch (autoLaunchItem.type) { in OpenOneConnection()
1098 autoLaunchItem.conn = conn; in OpenKvConnection()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dauto_launch.h94 static int OpenOneConnection(AutoLaunchItem &autoLaunchItem);
97 static int CloseConnectionStrict(AutoLaunchItem &autoLaunchItem);
99 static void CloseNotifier(const AutoLaunchItem &autoLaunchItem);
101 static int SetConflictNotifier(AutoLaunchItem &autoLaunchItem);
109 static int OpenKvConnection(AutoLaunchItem &autoLaunchItem);
113 static int PragmaAutoSync(AutoLaunchItem &autoLaunchItem);
121 virtual void TryCloseConnection(AutoLaunchItem &autoLaunchItem);
167 void TryCloseKvConnection(AutoLaunchItem &autoLaunchItem);
169 void TryCloseRelationConnection(AutoLaunchItem &autoLaunchItem);
173 void NotifyInvalidParam(const AutoLaunchItem &autoLaunchItem);
[all …]