Searched refs:ClientGetChannelBusinessTypeBySessionId (Results 1 – 4 of 4) sorted by relevance
100 ret = ClientGetChannelBusinessTypeBySessionId(sessionId, &businessType); in SendBytes()154 if (ClientGetChannelBusinessTypeBySessionId(sessionId, &businessType) != SOFTBUS_OK) { in SendMessage()199 if (ClientGetChannelBusinessTypeBySessionId(sessionId, &businessType) != SOFTBUS_OK) { in SendStream()248 if (ClientGetChannelBusinessTypeBySessionId(sessionId, &businessType) != SOFTBUS_OK) { in SendFile()
790 int32_t ClientGetChannelBusinessTypeBySessionId(int32_t sessionId, int32_t *businessType) in ClientGetChannelBusinessTypeBySessionId() function
180 int32_t ClientGetChannelBusinessTypeBySessionId(int32_t sessionId, int32_t *businessType);
608 ret = ClientGetChannelBusinessTypeBySessionId(TRANS_TEST_SESSION_ID, &businessType);1226 …int32_t ret = ClientGetChannelBusinessTypeBySessionId(TRANS_TEST_INVALID_SESSION_ID, &businessType…1228 ret = ClientGetChannelBusinessTypeBySessionId(TRANS_TEST_SESSION_ID, &businessType);