Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/service/src/relationshipsyncmgr/
H A Drelationship_sync_mgr.cpp44 const int32_t APP_UNBIND_PAYLOAD_LEN = 6; member
180 msg = new uint8_t[APP_UNBIND_PAYLOAD_LEN](); in ToAppUnbindPayLoad()
185 for (int i = USERID_PAYLOAD_LEN; i < APP_UNBIND_PAYLOAD_LEN; i++) { in ToAppUnbindPayLoad()
189 len = APP_UNBIND_PAYLOAD_LEN; in ToAppUnbindPayLoad()
264 for (uint32_t j = USERID_PAYLOAD_LEN; j < APP_UNBIND_PAYLOAD_LEN; j++) { in FromAppUnbindPayLoad()

Completed in 1 milliseconds