Searched refs:constructSessionDataGetDoTlv (Results 1 – 4 of 4) sorted by relevance
50 public void constructSessionDataGetDoTlv() { in constructSessionDataGetDoTlv() method in CsmlUtilTest51 byte[] actual = CsmlUtil.constructSessionDataGetDoTlv().toBytes(); in constructSessionDataGetDoTlv()
68 GetDoCommand.build(CsmlUtil.constructSessionDataGetDoTlv()); in sendGetControleeSessionData()187 GetDoCommand.build(CsmlUtil.constructSessionDataGetDoTlv()); in handleGetSessionDataResponse()
109 GetDoCommand.build(CsmlUtil.constructSessionDataGetDoTlv()); in onDispatchResponseReceived()
82 public static TlvDatum constructSessionDataGetDoTlv() { in constructSessionDataGetDoTlv() method in CsmlUtil