Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.cpp102 autoLaunch_.SetCommunicatorAggregator(communicatorAggregator); in SetCommunicatorAdapter()
144 autoLaunch_.SetCommunicatorAggregator(nullptr); in SetCommunicatorAggregator()
149 autoLaunch_.SetCommunicatorAggregator(communicatorAggregator_); in SetCommunicatorAggregator()
448 return autoLaunch_.EnableKvStoreAutoLaunch(properties, notifier, option); in EnableKvStoreAutoLaunch()
454 return autoLaunch_.DisableKvStoreAutoLaunch(normalIdentifier, dualTupleIdentifier, userId); in DisableKvStoreAutoLaunch()
460 return autoLaunch_.GetAutoLaunchSyncDevices(identifier, devices); in GetAutoLaunchSyncDevices()
465 autoLaunch_.SetAutoLaunchRequestCallback(callback, type); in SetAutoLaunchRequestCallback()
740 autoLaunch_.Dump(fd); in DumpCommonInfo()
745 autoLaunch_.CloseConnection(type, properties); in CloseAutoLaunchConnection()
H A Druntime_context_impl.h237 AutoLaunch autoLaunch_; variable