Searched defs:SensingInfo (Results 1 – 2 of 2) sorted by relevance
26 struct SensingInfo { struct27 SensingInfo() in SensingInfo() argument31 ~SensingInfo() {} in ~SensingInfo() argument34 explicit SensingInfo(const std::string &addr) in SensingInfo() argument39 explicit SensingInfo(uint32_t resourceId) in SensingInfo() function43 SensingInfo(const std::string &addr, uint32_t resourceId) in SensingInfo() function48 SensingInfo(const std::string &pkgName, bool isServer) in SensingInfo() function56 SensingInfo(const std::string uuid, const std::string pkgName) in SensingInfo() argument60 SensingInfo(const std::string &addr, uint16_t interval) in SensingInfo() function70 std::string addr_;[all …]
1568 struct SensingInfo { struct1569 std::string addr_;1570 std::string uuid_;1571 uint32_t resourceId_;1572 std::string pkgName_;1573 bool isServer_;1574 uint16_t interval_;