Searched refs:CreateSessionRecord (Results 1 – 3 of 3) sorted by relevance
191 ret = CreateSessionRecord(sessionId, peerDeviceId, false); in AddNewPeerSession()221 int32_t DSchedTransportSoftbusAdapter::CreateSessionRecord(int32_t sessionId, const std::string &pe… in CreateSessionRecord() function in OHOS::DistributedSchedule::DSchedTransportSoftbusAdapter296 int32_t ret = CreateSessionRecord(sessionId, peerDeviceId, true); in OnBind()
69 int32_t CreateSessionRecord(int32_t sessionId, const std::string &peerDeviceId, bool isServer);
81 dschedTransportSoftbusAdapter.CreateSessionRecord(sessionId, peerDeviceId, isServer); in FuzzConnectDevice()