Home
last modified time | relevance | path

Searched refs:targetDevices (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_kv_syncer.cpp279 std::vector<std::string> targetDevices; in TriggerSubQuerySync() local
280 targetDevices.push_back(device); in TriggerSubQuerySync()
281 param.devices = targetDevices; in TriggerSubQuerySync()
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage.cpp354 std::vector<std::string> targetDevices; in GetOnlineDevices() local
363 targetDevices.push_back(dmDeviceInfo.networkId); in GetOnlineDevices()
365 HILOGI("online device size is %{public}zu", targetDevices.size()); in GetOnlineDevices()
366 return targetDevices; in GetOnlineDevices()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.cpp768 std::string targetDevices; in SetEqualIdentifier() local
770 targetDevices += DBCommon::StringMasking(dev) + ","; in SetEqualIdentifier()
772 LOGI("[SyncEngine] set equal identifier=%.3s, original=%.3s, targetDevices=%s", in SetEqualIdentifier()
774 targetDevices.substr(0, (targetDevices.size() > 0 ? targetDevices.size() - 1 : 0)).c_str()); in SetEqualIdentifier()
/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.h101 void CheckTargetDevicesState(std::vector<Device*> targetDevices);
H A Dinput_hub.cpp1596 void InputHub::CheckTargetDevicesState(std::vector<InputHub::Device*> targetDevices) in CheckTargetDevicesState() argument
1600 for (const auto *dev : targetDevices) { in CheckTargetDevicesState()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp85 std::vector<std::string> targetDevices; in GetOnlineDevices() local
93 targetDevices.push_back(dmDeviceInfo.networkId); in GetOnlineDevices()
95 return targetDevices; in GetOnlineDevices()

Completed in 8 milliseconds