Searched defs:connected (Results 1 – 4 of 4) sorted by relevance
243 void UsbDeviceManager::BroadcastFuncChange(bool connected, int32_t currentFunc) in BroadcastFuncChange()270 void UsbDeviceManager::ProcessFuncChange(bool connected, int32_t currentFunc) in ProcessFuncChange()276 void UsbDeviceManager::ProcessFunctionSwitchWindow(bool connected) in ProcessFunctionSwitchWindow()381 void UsbDeviceManager::ReportDevicePlugSysEvent(int32_t currentFunctions, bool connected) in ReportDevicePlugSysEvent()
78 int connected = OHOS_TEMP_FAILURE_RETRY(connect(fd, (struct sockaddr*)(&server), len)); in ConnectSocket() local
70 …int connected = OHOS_TEMP_FAILURE_RETRY(connect(sockfd, reinterpret_cast<struct sockaddr *>(&serve… in StartConnect() local
110 uint32_t connected : 1; member