Searched refs:DevicesInfoInteract (Results 1 – 4 of 4) sorted by relevance
24 class DevicesInfoInteract final : public DistributedKv::KvStoreSyncCallback,25 public std::enable_shared_from_this<DevicesInfoInteract> {27 DevicesInfoInteract();28 virtual ~DevicesInfoInteract();29 DevicesInfoInteract(const DevicesInfoInteract&) = delete;30 DevicesInfoInteract& operator=(const DevicesInfoInteract&) = delete;31 DevicesInfoInteract(const DevicesInfoInteract&&) = delete;32 DevicesInfoInteract& operator=(const DevicesInfoInteract&&) = delete;
29 DevicesInfoInteract::DevicesInfoInteract() : bundleName_(BUNDLE_NAME) in DevicesInfoInteract() function in OHOS::Media::DevicesInfoInteract34 DevicesInfoInteract::~DevicesInfoInteract() in ~DevicesInfoInteract()45 void DevicesInfoInteract::Init() in Init()73 std::string DevicesInfoInteract::GenerateKey(const std::string &udid) in GenerateKey()78 void DevicesInfoInteract::SyncMLDeviceInfos(const std::string &udid, const std::string &networkId) in SyncMLDeviceInfos()94 bool DevicesInfoInteract::GetMLDeviceInfos(const std::string &udid, std::string &val) in GetMLDeviceInfos()124 void DevicesInfoInteract::PutMLDeviceInfos(const std::string &udid) in PutMLDeviceInfos()146 void DevicesInfoInteract::SyncCompleted(const std::map<std::string, DistributedKv::Status> &results) in SyncCompleted()
98 std::shared_ptr<DevicesInfoInteract> devsInfoInter_;
52 devsInfoInter_ = make_shared<DevicesInfoInteract>(); in Start()