Searched refs:checkInfo (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_frames.c | 45 RfcommCheckFrameValidInfo checkInfo, uint8_t addrDlci, RfcommParseFrameResult output); 47 RfcommCheckFrameValidInfo checkInfo, uint8_t addrDlci, RfcommParseFrameResult output); 49 RfcommCheckFrameValidInfo checkInfo, uint8_t addrDlci, RfcommParseFrameResult output); 51 RfcommCheckFrameValidInfo checkInfo, uint8_t addrDlci, RfcommParseFrameResult output); 52 static RfcommEventType RfcommParseUih(RfcommCheckFrameValidInfo checkInfo, uint8_t addrDlci, Packet *pkt, 711 RfcommCheckFrameValidInfo checkInfo; in RfcommParseFrames() local 713 (void)memset_s(&checkInfo, sizeof(RfcommCheckFrameValidInfo), 0x00, sizeof(RfcommCheckFrameValidInfo)); in RfcommParseFrames() 719 checkInfo.isInitiator = session->isInitiator; in RfcommParseFrames() 720 checkInfo.cr = headTailInfo.cr; in RfcommParseFrames() 721 checkInfo in RfcommParseFrames() 804 RfcommParseSabm(RfcommCheckFrameValidInfo checkInfo, uint8_t addrDlci, RfcommParseFrameResult output) RfcommParseSabm() argument 831 RfcommParseDisc(RfcommCheckFrameValidInfo checkInfo, uint8_t addrDlci, RfcommParseFrameResult output) RfcommParseDisc() argument 858 RfcommParseUa(RfcommCheckFrameValidInfo checkInfo, uint8_t addrDlci, RfcommParseFrameResult output) RfcommParseUa() argument 885 RfcommParseDm(RfcommCheckFrameValidInfo checkInfo, uint8_t addrDlci, RfcommParseFrameResult output) RfcommParseDm() argument 912 RfcommParseUih(RfcommCheckFrameValidInfo checkInfo, uint8_t addrDlci, Packet *pkt, RfcommFlowControlType fcType, RfcommParseFrameResult output) RfcommParseUih() argument [all...] |
/foundation/resourceschedule/ffrt/src/eu/ |
H A D | osattr_manager.cpp | 51 std::vector<SchedParaCheckInfo> checkInfo { in UpdateSchedAttr() 59 for (const auto &tmpPara : checkInfo) { in UpdateSchedAttr()
|
Completed in 2 milliseconds