Home
last modified time | relevance | path

Searched refs:respType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_profile_defines.h102 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 Dgatt_client_profile.cpp100 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 Dgatt_server_profile.cpp130 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 Drequest_data.cpp49 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 Dmmc_protocol.c184 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 Drequest_data.h36 void SetResponseType(const std::string &respType);
/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/
H A Dmmc_corex.h261 uint32_t respType; member
H A Dmmc_protocol.h301 #define MMC_RESP_TYPE(cmd) ((cmd)->respType & (RESP_PRESENT | RESP_136 | RESP_CRC | RESP_BUSY | RES…