Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/include/
H A Dble_scan_filter_lsf.h67 uint8_t opcode; member
72 uint8_t opcode; member
81 uint8_t opcode; member
88 uint8_t opcode; member
101 uint8_t opcode; member
109 uint8_t opcode; member
117 uint8_t opcode; member
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddwarf_op.h335 inline void OpLit(uint8_t opcode) in OpLit()
341 inline void OpReg(uint8_t opcode, DfxRegs& regs) in OpReg()
364 inline void OpBReg(uint8_t opcode, AddressType& exprPtr, DfxRegs& regs) in OpBReg()
390 inline void OpNop(uint8_t opcode) in OpNop()
/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dvendor_interface.cpp229 size_t VendorInterface::OnCmdXmitCallback(uint16_t opcode, void *buf) in OnCmdXmitCallback()
255 uint16_t opcode = data[opcodeOffset] + (data[opcodeOffset + 1] << 0x08); in OnEventReceived() local
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_cec.c21 uint8_t opcode; member
135 static struct HdmiCecMsgLenInfo *HdmiCecGetMsgLenInfo(uint8_t opcode) in HdmiCecGetMsgLenInfo()
206 static bool HdmiCecCheckSomeSpecialfMsgLen(struct HdmiCecMsg *msg, uint8_t opcode) in HdmiCecCheckSomeSpecialfMsgLen()
223 static bool HdmiCecCheckMsgLen(struct HdmiCec *cec, struct HdmiCecMsg *msg, uint8_t opcode) in HdmiCecCheckMsgLen()
1057 static void HdmiCecEncodingFeatureAbortMsg(struct HdmiCecMsg *msg, uint8_t opcode, uint8_t reason) in HdmiCecEncodingFeatureAbortMsg()
1432 static bool HdmiCecMsgIgnore(uint8_t opcode, bool unregistered, bool broadcast) in HdmiCecMsgIgnore()
1607 uint8_t opcode = msg->data[HDMI_CEC_MSG_DATA_FIRST_ELEMENT]; in HdmiCecMsgDefaultHandle() local
1624 struct HdmiCecMsg *txMsg, uint8_t opcode) in HdmiCecMsgHandle()
1651 static void HdmiCecUpdateResponseFlag(struct HdmiCec *cec, uint8_t opcode) in HdmiCecUpdateResponseFlag()
1662 uint8_t opcode = msg->data[HDMI_CEC_MSG_DATA_FIRST_ELEMENT]; in HdmiCecReceivedMsgHandle() local
[all …]
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddwarf_op.cpp54 uint8_t opcode; in Decode() local
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dbytecode_gen.cpp82 auto opcode = ToOpCode(object->Type()); in ByteCodeConvert() local
196 auto opcode = current->OpCode(); in ByteCodeWriteWalk() local
H A Dast.cpp401 void AstObject::SetOpCode(uint8_t opcode) in SetOpCode()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_audio_manager_proxy.cpp51 int opcode = enable ? BluetoothAudioManagerInterfaceCode::WEAR_DETECTION_ENABLE in SetWearDetection() local
H A Dbluetooth_ble_advertise_callback_stub.cpp90 const int32_t opcode = static_cast<int32_t>(data.ReadInt32()); in OnStartResultEventInner() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_advertise_callback_proxy.cpp28 …othBleAdvertiseCallbackProxy::OnStartResultEvent(int32_t result, int32_t advHandle, int32_t opcode) in OnStartResultEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_common.c1219 uint8_t opcode = 0; in AttRecvDataAsync() local
1295 uint8_t opcode = 0; in AttRecvLeDataAsync() local
1366 static recvDataFunction GetFunction(uint8_t opcode) in GetFunction()
1636 void AttErrorCode(const AttConnectInfo *connect, uint8_t opcode) in AttErrorCode()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_advertiser_server.cpp36 void OnStartResultEvent(int result, uint8_t advHandle, int opcode) override in OnStartResultEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/src/
H A Dble_scan_filter_lsf.cpp375 int BleScanFilterLsf::BleScanFilterSetParameters(uint16_t featureSelection, uint8_t opcode) in BleScanFilterSetParameters()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_acl.c865 const uint8_t *opcode = (*data + offset); in L2capDataFilterUseAtt() local
899 const uint8_t *opcode = (*data + offset); in L2capDataFilterUseSmp() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp273 std::unique_ptr<ObexHeader> ObexHeader::CreateRequest(ObexOpeId opcode) in CreateRequest()
1399 void ObexSessionParameters::AppendSessionOpcode(const SessionOpcode opcode) in AppendSessionOpcode()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp56 void OnStartResultEvent(int32_t result, int32_t advHandle, int32_t opcode) override in OnStartResultEvent()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js334 SetOpCode(opcode) { argument
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp670 int opcode = 1; in SetPersistWal() local
/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_cec.h1635 uint8_t opcode; member