Searched refs:ClientRawStreamEncryptDefOptGet (Results 1 – 4 of 4) sorted by relevance
248 int32_t ClientRawStreamEncryptDefOptGet(const char *sessionName, bool *isEncrypt);
1395 int32_t ret = ClientRawStreamEncryptDefOptGet(nullptr, nullptr);1398 ret = ClientRawStreamEncryptDefOptGet(g_sessionName, nullptr);1402 ret = ClientRawStreamEncryptDefOptGet(nullptr, &isEncrypt);1405 ret = ClientRawStreamEncryptDefOptGet(g_sessionName, &isEncrypt);
640 g_sessionCb.OnRawStreamEncryptDefOptGet = ClientRawStreamEncryptDefOptGet; in GetClientSessionCb()
1984 int32_t ClientRawStreamEncryptDefOptGet(const char *sessionName, bool *isEncrypt) in ClientRawStreamEncryptDefOptGet() function