Searched refs:respType (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_profile_defines.h | 102 GattResponesInfor(ResponesType respType, uint16_t value) : respType_(respType), value_(value) in GattResponesInfor() 104 GattResponesInfor(ResponesType respType, uint16_t value, GattValue data) in GattResponesInfor() 105 : respType_(respType), value_(value), data_(data) in GattResponesInfor()
|
H A D | gatt_client_profile.cpp | 100 void GattRequestTimeoutParsing(int reqId, uint16_t connectHandle, ResponesType respType); 130 uint16_t handle, uint16_t respType); 132 uint16_t handle, ResponesType respType); 1926 int reqId, uint16_t connectHandle, ResponesType respType, uint16_t handle, int result) in SplitReadReqErrorParsing() argument 1930 switch (respType) { in SplitReadReqErrorParsing() 1949 switch (respType) { in SplitWriteReqErrorParsing() 2063 IndicateRequestRetToService(reqId, connectHandle, respType, ATT_OUT_OF_RANGE); in GattRequestTimeoutParsing() 2190 uint16_t handle, uint16_t respType) in FindIteratorByResponesInfor() argument 2194 switch (respType) { in FindIteratorByResponesInfor() 2250 uint16_t handle, ResponesType respType) in FindIteratorByResponesInfor() argument [all …]
|
H A D | gatt_server_profile.cpp | 130 uint16_t handle, ResponesType respType); 1890 uint16_t handle, ResponesType respType) in FindIteratorByResponesInfor() argument 1894 if (handle == iter->first && respType == iter->second.respType_) { in FindIteratorByResponesInfor()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/ |
H A D | request_data.cpp | 49 void RequestData::SetResponseType(const std::string &respType) in SetResponseType() argument 51 responseType = respType; in SetResponseType()
|
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/ |
H A D | mmc_protocol.c | 184 cmd.respType = MMC_RESP_R2 | MMC_CMD_TYPE_BCR; in MmcAllSendCid() 210 cmd.respType = MMC_RESP_R1 | MMC_CMD_TYPE_AC; in MmcSetRelativeAddr() 226 cmd.respType = MMC_RESP_R1 | MMC_CMD_TYPE_AC; in MmcSelectCard() 261 cmd.respType = MMC_RESP_R2 | MMC_CMD_TYPE_AC; in MmcSendCsd() 464 cmd.respType = MMC_RESP_R1 | MMC_CMD_TYPE_ADTC; in MmcSendTuning() 512 cmd.respType = MMC_RESP_R1 | MMC_CMD_TYPE_AC; in MmcSendEraseStartCmd() 541 cmd.respType = MMC_RESP_R1 | MMC_CMD_TYPE_AC; in MmcSendEraseEndCmd() 558 cmd.respType = MMC_RESP_R1 | MMC_CMD_TYPE_AC; in MmcSendEraseCmd() 1722 cmd.respType = MMC_RESP_R3 | MMC_CMD_TYPE_BCR; in SdAcmdOpCond() 1824 cmd.respType = MMC_RESP_R1 | MMC_CMD_TYPE_AC; in SdAcmdSetBusWidth() [all …]
|
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/include/ |
H A D | request_data.h | 36 void SetResponseType(const std::string &respType);
|
/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/ |
H A D | mmc_corex.h | 261 uint32_t respType; member
|
H A D | mmc_protocol.h | 301 #define MMC_RESP_TYPE(cmd) ((cmd)->respType & (RESP_PRESENT | RESP_136 | RESP_CRC | RESP_BUSY | RES…
|