Home
last modified time | relevance | path

Searched refs:CLOUD_DEVICE_UUID (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Ddevice_manager_adapter.h54 static constexpr const char *CLOUD_DEVICE_UUID = "cloudDeviceUuid"; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Ddevice_manager_adapter.cpp296 if (uuid == CLOUD_DEVICE_UUID) { in NotifyReadyEvent()
382 if (uuid == CLOUD_DEVICE_UUID) { in GetDeviceInfo()
580 return CLOUD_DEVICE_UUID; in GetUuidByNetworkId()
H A Dprocess_communicator_impl.cpp215 if (type == DeviceChangeType::DEVICE_ONREADY || info.uuid == DmAdapter::CLOUD_DEVICE_UUID) { in OnDeviceChanged()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.cpp406 if (info.uuid == DmAdapter::CLOUD_DEVICE_UUID) { in OnDeviceChanged()
523 if (info.uuid == DistributedData::DeviceManagerAdapter::CLOUD_DEVICE_UUID) { in OnDeviceChanged()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/security/
H A Dsecurity.cpp144 if (info.uuid == DistributedData::DeviceManagerAdapter::CLOUD_DEVICE_UUID) { in OnDeviceChanged()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp487 cloudServiceImpl_->OnReady(DeviceManagerAdapter::CLOUD_DEVICE_UUID);
513 cloudServiceImpl_->OnReady(DeviceManagerAdapter::CLOUD_DEVICE_UUID);
825 ret = cloudServiceImpl_->OnReady(DeviceManagerAdapter::CLOUD_DEVICE_UUID);
840 ret = cloudServiceImpl_->Offline(DeviceManagerAdapter::CLOUD_DEVICE_UUID);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp670 if (device != DeviceManagerAdapter::CLOUD_DEVICE_UUID) { in OnReady()
687 if (device != DeviceManagerAdapter::CLOUD_DEVICE_UUID) { in Offline()