Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/service/src/relationshipsyncmgr/
H A Drelationship_sync_mgr.cpp32 const int32_t ACCOUNT_LOGOUT_PAYLOAD_LEN = 8; member
158 msg = new uint8_t[ACCOUNT_LOGOUT_PAYLOAD_LEN](); in ToAccountLogoutPayLoad()
163 for (int j = USERID_PAYLOAD_LEN; j < ACCOUNT_LOGOUT_PAYLOAD_LEN; j++) { in ToAccountLogoutPayLoad()
166 len = ACCOUNT_LOGOUT_PAYLOAD_LEN; in ToAccountLogoutPayLoad()
199 if (arraySize < ACCOUNT_LOGOUT_PAYLOAD_LEN || arraySize > INVALIED_PAYLOAD_SIZE) { in FromAccountLogoutPayLoad()
212 for (uint32_t j = USERID_PAYLOAD_LEN; j < ACCOUNT_LOGOUT_PAYLOAD_LEN; j++) { in FromAccountLogoutPayLoad()
229 if (arraySize < ACCOUNT_LOGOUT_PAYLOAD_LEN || arraySize > INVALIED_PAYLOAD_SIZE) { in FromDeviceUnbindPayLoad()
251 if (arraySize < ACCOUNT_LOGOUT_PAYLOAD_LEN || arraySize > INVALIED_PAYLOAD_SIZE) { in FromAppUnbindPayLoad()

Completed in 5 milliseconds