Lines Matching refs:pSessionId
423 Vector<uint8_t> const *pSessionId = NULL; in setPropertyString() local
426 pSessionId = &mByteArrayProperties[index]; in setPropertyString()
435 (int)code, extra, pSessionId ? vectorToString(*pSessionId) : "{}", in setPropertyString()
438 sendEvent(eventType, extra, pSessionId, pData); in setPropertyString()
443 Vector<uint8_t> const *pSessionId = NULL; in setPropertyString() local
446 pSessionId = &mByteArrayProperties[index]; in setPropertyString()
450 expiryTimeMS, pSessionId ? vectorToString(*pSessionId) : "{}"); in setPropertyString()
452 sendExpirationUpdate(pSessionId, expiryTimeMS); in setPropertyString()
454 Vector<uint8_t> const *pSessionId = NULL; in setPropertyString() local
457 pSessionId = &mByteArrayProperties[index]; in setPropertyString()
461 pSessionId ? vectorToString(*pSessionId) : "{}"); in setPropertyString()
495 sendKeysChange(pSessionId, &keyStatusList, true); in setPropertyString()