Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddp_sync_options.cpp29 return syncDeviceIds_; in GetDeviceList()
34 syncDeviceIds_.emplace_back(deviceId); in AddDevice()
50 WRITE_HELPER_RET(parcel, Int32, static_cast<int32_t>(syncDeviceIds_.size()), false); in Marshalling()
51 for (const auto& deviceId : syncDeviceIds_) { in Marshalling()
70 syncDeviceIds_.emplace_back(deviceId); in UnMarshalling()
87 for (const auto& deviceId : syncDeviceIds_) { in dump()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddp_sync_options.h44 std::vector<std::string> syncDeviceIds_; variable