Home
last modified time | relevance | path

Searched defs:DistributedDeviceInfo (Results 1 – 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/services/distributed/include/soft_bus/
Ddistributed_device_data.h43 struct DistributedDeviceInfo { struct
44 DistributedDeviceInfo() {} in DistributedDeviceInfo() argument
45 DistributedDeviceInfo(uint16_t deviceType, std::string deviceId) in DistributedDeviceInfo() function
47 DistributedDeviceInfo(uint16_t deviceType, std::string deviceId, std::string networkId) in DistributedDeviceInfo() argument
49 uint16_t deviceType_;
50 std::string deviceId_;
51 std::string networkId_;
52 int32_t peerState_ = DeviceState::STATE_INIT;
53 int32_t socketId_ = -1;
54 int32_t connectedTry_ = 0;
[all …]
/base/notification/distributed_notification_service/services/ans/include/notification_extension/
Ddistributed_extension_service.h36 DistributedDeviceInfo() {} in DistributedDeviceInfo() function
37 DistributedDeviceInfo(std::string deviceId, std::string deviceName, in DistributedDeviceInfo() function