Home
last modified time | relevance | path

Searched refs:CID_MAX_LEN (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dkernel_talker.cpp39 uint8_t cid[CID_MAX_LEN];
45 uint8_t cid[CID_MAX_LEN];
50 uint8_t remoteCid[CID_MAX_LEN];
93 if (memcpy_s(cmd.cid, CID_MAX_LEN, cid.c_str(), cid.size())) { in SinkSessionTokernel()
109 if (memcpy_s(cmd.cid, CID_MAX_LEN, cid.c_str(), CID_MAX_LEN)) { in SinkDevslTokernel()
121 if (cid.length() < CID_MAX_LEN) { in SinkOfflineCmdToKernel()
126 if (memcpy_s(cmd.remoteCid, CID_MAX_LEN, cid.c_str(), CID_MAX_LEN) != EOK) { in SinkOfflineCmdToKernel()
226 string cidStr(param.remoteCid, CID_MAX_LEN); in NotifyHandler()
[all...]
H A Dnetwork_agent_template.cpp165 string cidStr(param.remoteCid, CID_MAX_LEN); in GetSessionProcessInner()
/foundation/filemanagement/dfs_service/test/moduletest/src/
H A Ddistributedfiledaemon_service_test.cpp49 const int CID_MAX_LEN = 64; member
58 char cid[CID_MAX_LEN];
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Dkernel_talker.h35 constexpr int CID_MAX_LEN = 64; member
39 char remoteCid[CID_MAX_LEN];

Completed in 3 milliseconds