Home
last modified time | relevance | path

Searched refs:GetAutoLaunchSyncDevices (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dauto_launch.h85 …void GetAutoLaunchSyncDevices(const std::string &identifier, std::vector<std::string> &devices) co…
H A Druntime_context.h97 …virtual void GetAutoLaunchSyncDevices(const std::string &identifier, std::vector<std::string> &dev…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.h82 …void GetAutoLaunchSyncDevices(const std::string &identifier, std::vector<std::string> &devices) co…
H A Druntime_context_impl.cpp457 void RuntimeContextImpl::GetAutoLaunchSyncDevices(const std::string &identifier, in GetAutoLaunchSyncDevices() function in DistributedDB::RuntimeContextImpl
460 return autoLaunch_.GetAutoLaunchSyncDevices(identifier, devices); in GetAutoLaunchSyncDevices()
H A Dauto_launch.cpp437 void AutoLaunch::GetAutoLaunchSyncDevices(const std::string &identifier, std::vector<std::string> &… in GetAutoLaunchSyncDevices() function in DistributedDB::AutoLaunch
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dgeneric_syncer.cpp759 RuntimeContext::GetInstance()->GetAutoLaunchSyncDevices(identifier, devices); in GetOnlineDevices()