Searched refs:guid (Results 1 – 12 of 12) sorted by relevance
| /mipi-sys-t-latest/printer/include/ |
| D | mipi_syst_guid.h | 51 class guid { 58 guid() in guid() function 63 guid(const uint8_t * p) in guid() function 69 guid(const std::string& f) in guid() function 87 bool operator<(const guid& other) const 96 guid operator&(const guid& mask) const 98 guid result(*this); 106 bool operator==(const guid& other) const 112 std::ostream& operator<<(std::ostream& os, const guid& guid);
|
| D | mipi_syst_decode.h | 119 virtual const guid& getGuid() const = 0; ///< get context based guid 149 void setBuildNumber(uint64_t id, const guid& g) const; 171 collateral * findCollateral(const guid& m) const; 173 static guid generatePseudoGuid(uint8_t origin); 177 mutable std::map<guid, collateral*> collateral_by_guid; 178 mutable std::map<guid, uint64_t> build_by_guid;
|
| D | mipi_syst_message.h | 74 uint32_t guid : 1; ///< 128 bit GUID present member 92 uint32_t guid : 1; ///< 128 bit GUID present 175 void setGuid(const guid& g) { m_guid = g; } in setGuid() 192 const guid& getGuid() const { return m_guid; } in getGuid() 200 return m_hdr.field.guid ? m_hdr.field.originUnit : (m_hdr.field.originUnit & 0xF); in getUnit() 216 guid m_guid;
|
| D | mipi_syst_collateral.h | 52 class guid; variable 65 bool match(const guid & g, const uint64_t build) const; 156 using guids = masked_vector<guid, std::string>;
|
| /mipi-sys-t-latest/printer/src/ |
| D | mipi_syst_collateral.cpp | 117 bool collateral::match(const guid& g, uint64_t build) const in match() 177 template<> bool parse<guid>(guid& g, const std::string& s) in parse() 183 template<> guid nomask<guid>() { return guid("{ffffffff-ffff-ffff-ffff-ffffffffffff}"); } in nomask() 278 bool guid::parse(const std::string& str) in parse() 309 std::ostream& operator<<(std::ostream& os, const guid& g) in operator <<()
|
| D | mipi_syst_main.cpp | 159 short_guid_context(const mipi::syst::guid& g) : m_guid(g), m_fakeTS(0) {} in short_guid_context() 161 const mipi::syst::guid& getGuid() const { in getGuid() 169 mipi::syst::guid m_guid; 206 mipi::syst::guid(argv[i])); in main()
|
| D | mipi_syst_decode.cpp | 93 void decoder::setBuildNumber(uint64_t id, const guid& g) const in setBuildNumber() 256 if (dest.getHeader().field.guid) { in decodeNormalMessage() 259 dest.setGuid(guid(data+offset)); in decodeNormalMessage() 347 if (dest.getHeader().field.guid) { in decodeNormalMessage() 530 guid decoder::generatePseudoGuid(uint8_t origin) in generatePseudoGuid() 546 return guid(pseudo_guid_data); in generatePseudoGuid() 549 collateral * decoder::findCollateral(const guid& g) const in findCollateral()
|
| /mipi-sys-t-latest/collateral/generator/ |
| D | syst_cgen.pl | 594 $ret->{guid} = $1; 597 $ret->{guid} = $guid_expr;
|
| /mipi-sys-t-latest/library/test/unit/ |
| D | mipi_syst_init_test.cpp | 257 EXPECT_EQ(ph->systh_guid.u.ll[0], MIPI_SYST_HTOLE64(guid_origin.guid.u.ll[0])); in TEST_F() 258 EXPECT_EQ(ph->systh_guid.u.ll[1], MIPI_SYST_HTOLE64(guid_origin.guid.u.ll[1])); in TEST_F()
|
| /mipi-sys-t-latest/library/include/mipi_syst/ |
| D | api.h | 384 #define MIPI_SYST_SET_HANDLE_GUID_UNIT(h, guid, unit) \ argument 387 (h)->systh_guid.u.ll[0] = MIPI_SYST_HTOLE64((guid).u.ll[0]); \ 388 (h)->systh_guid.u.ll[1] = MIPI_SYST_HTOLE64((guid).u.ll[1]); \ 422 if (0 != ((o).guid.u.b[8] & 0x80)) { \ 425 (o).guid, \ 430 (o).guid.u.b[8], \
|
| /mipi-sys-t-latest/library/include/ |
| D | mipi_syst.h.in | 203 * struct mipi_syst_guid guid = 237 struct mipi_syst_guid guid; /**< origin GUID or module value */ member
|
| /mipi-sys-t-latest/library/doxygen/ |
| D | Protocol.md | 167 software module in a unique way. A GUID is used if the guid bit in the header
|