Searched refs:autoLaunchItem (Results 1 – 2 of 2) sorted by relevance
277 switch (autoLaunchItem.type) { in TryCloseConnection()322 switch (autoLaunchItem.type) { in RegisterObserver()336 AutoLaunchItem autoLaunchItem; in ObserverFunc() local366 if (!autoLaunchItem.isWriteOpenNotified && autoLaunchItem.notifier != nullptr) { in ObserverFunc()389 AutoLaunchItem autoLaunchItem; in DisableKvStoreAutoLaunch() local430 if (autoLaunchItem.isWriteOpenNotified && autoLaunchItem.notifier) { in DisableKvStoreAutoLaunch()453 if (autoLaunchItem.notifier) { in CloseNotifier()468 AutoLaunchItem autoLaunchItem; in ConnectionLifeCycleCallbackTask() local517 switch (autoLaunchItem.type) { in OpenOneConnection()1098 autoLaunchItem.conn = conn; in OpenKvConnection()[all …]
94 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 …]