Searched refs:onlineStatus (Results 1 – 4 of 4) sorted by relevance
161 if (deviceInfo->onlineStatus != ONLINE_STATUS_ONLINE) { in OnRequestDeviceSecLevelInfo()189 if (info->onlineStatus == status) { in OnPeerStatusReceiver()217 info->onlineStatus = ONLINE_STATUS_ONLINE; in InitSelfDeviceSecureLevel()
43 uint32_t onlineStatus; member
193 info->onlineStatus = ONLINE_STATUS_ONLINE; in ProcessDeviceOnline()276 info->onlineStatus = ONLINE_STATUS_OFFLINE; in ProcessDeviceOffline()
174 …dprintf(fd, "DEVICE_ONLINE_STATUS : %s" END_LINE, (info->onlineStatus != 0) ? "online" : "off… in DumpDeviceDetails()