Home
last modified time | relevance | path

Searched refs:getSessionid (Results 1 – 3 of 3) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/cw/cpcd/
H A DAPIService.cpp181 m_cpcd.stopProcess(id, getSessionid(), &rs); in stopSession()
182 m_cpcd.undefineProcess(id, getSessionid(), &rs); in stopSession()
211 bool ret = m_cpcd.defineProcess(args, getSessionid(), &rs, &id); in defineProcess()
237 bool ret = m_cpcd.undefineProcess(id, getSessionid(), &rs); in undefineProcess()
260 const int ret = m_cpcd.startProcess(id, getSessionid(), &rs); in startProcess()
277 int ret = m_cpcd.stopProcess(id, getSessionid(), &rs); in stopProcess()
H A DAPIService.hpp57 uintptr_t getSessionid() const { return reinterpret_cast<uintptr_t>(this); } in getSessionid() function in CPCDAPISession
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/server/embedded/
H A DZookeeperServeInfo.java113 public String getSessionid() { in getSessionid() method in ZookeeperServeInfo.ConnectionInfo