| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/ |
| H A D | hci_cmd_failure.c | 28 void HciOnCmdFailed(uint16_t opCode, uint8_t status, const void *param) in HciOnCmdFailed() argument
|
| H A D | hci_cmd.h | 29 uint16_t opCode; member
|
| H A D | hci_cmd_failure_link_policy.c | 124 void HciOnLinkPolicyCmdFailed(uint16_t opCode, uint8_t status, const void *param) in HciOnLinkPolicyCmdFailed() argument
|
| H A D | hci_cmd_failure_info_params.c | 158 void HciOnInformationalParametersCmdFailed(uint16_t opCode, uint8_t status, const void *param) in HciOnInformationalParametersCmdFailed() argument
|
| H A D | hci_cmd_failure_status_params.c | 207 void HciOnStatusParametersCmdFailed(uint16_t opCode, uint8_t status, const void *param) in HciOnStatusParametersCmdFailed() argument
|
| H A D | hci_cmd.c | 44 uint16_t opCode; member 111 uint16_t opCode = 0; in HciCmdTimeoutTask() local 175 static Packet *HciCreateCmdPacket(uint16_t opCode) in HciCreateCmdPacket() argument 188 static Packet *HciCreateCmdPacketWithParam(uint16_t opCode, cons argument 201 HciAllocCmd(uint16_t opCode, const void *param, size_t paramLength) HciAllocCmd() argument 265 HciCmdOnCommandStatus(uint16_t opCode, uint8_t status) HciCmdOnCommandStatus() argument 312 HciCmdOnCommandComplete(uint16_t opCode) HciCmdOnCommandComplete() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | memlayout.cpp | 42 Opcode opCode = stmt->GetOpCode(); in FindLargestActualArea() local [all...] |
| H A D | cg_irbuilder.cpp | 22 Insn &InsnBuilder::BuildInsn(MOperator opCode, const InsnDesc &idesc) in BuildInsn() argument 31 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0) in BuildInsn() argument 36 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1) in BuildInsn() argument 41 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2) in BuildInsn() argument 47 BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3) BuildInsn() argument 53 BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3, Operand &o4) BuildInsn() argument 60 BuildInsn(MOperator opCode, std::vector<Operand *> &opnds) BuildInsn() argument 70 BuildCfiInsn(MOperator opCode) BuildCfiInsn() argument [all...] |
| /drivers/hdf_core/framework/tools/hc-gen/src/ |
| H A D | bytecode_gen.h | 24 uint8_t opCode; member
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/ |
| H A D | hci_evt_link_policy_cmd_complete.c | 138 void HciEventOnLinkPolicyCommandComplete(uint16_t opCode, const void *param, uint8_t length) in HciEventOnLinkPolicyCommandComplete() argument
|
| H A D | hci_evt_info_params_cmd_complete.c | 214 void HciEventOnInformationalParametersCommandComplete(uint16_t opCode, const void *param, uint8_t length) in HciEventOnInformationalParametersCommandComplete() argument
|
| H A D | hci_evt_status_params_cmd_complete.c | 218 void HciEventOnStatusParametersCommandComplete(uint16_t opCode, const void *param, uint8_t length) in HciEventOnStatusParametersCommandComplete() argument
|
| H A D | hci_evt_link_ctrl_cmd_complete.c | 428 void HciEventOnLinkControlCommandComplete(uint16_t opCode, const void *param, uint8_t length) in HciEventOnLinkControlCommandComplete() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | cg_irbuilder.h | 33 Insn &BuildInsn(MOperator opCode) in BuildInsn() argument [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
| H A D | hci_vendor_if.c | 147 int HCIVIF_SendCmd(uint16_t opCode, const void *param, size_t paramLength) in HCIVIF_SendCmd() argument 153 NO_SANITIZE("cfi") void HciEventOnVendorCommandComplete(uint16_t opCode, const void *param, uint8_t paramLength) in HciEventOnVendorCommandComplete() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
| H A D | prepared_stmt.cpp | 20 PreparedStmt::PreparedStmt(ExecutorOperation opCode, const std::string &sql, const std::vector<std::string> &bindArgs) in PreparedStmt() argument 24 void PreparedStmt::SetOpCode(ExecutorOperation opCode) in SetOpCode() argument 117 int opCode = 0; in DeSerialize() local
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| H A D | regexp_executor.h | 89 inline bool HandleOpAll(uint8_t opCode) in HandleOpAll() argument 102 inline bool HandleOpChar(const DynChunk &byteCode, uint8_t opCode) in HandleOpChar() argument 127 inline bool HandleOpWordBoundary(uint8_t opCode) in HandleOpWordBoundary() argument 158 HandleOpLineStart(uint8_t opCode) HandleOpLineStart() argument 173 HandleOpLineEnd(uint8_t opCode) HandleOpLineEnd() argument 187 HandleOpSaveStart(const DynChunk &byteCode, uint8_t opCode) HandleOpSaveStart() argument [all...] |
| H A D | regexp_executor.cpp | 114 uint8_t opCode = byteCode.GetU8(GetCurrentPC()); in ExecuteInternal() local 464 HandleOpBackReferenceMatch(const uint8_t *captureStart, const uint8_t *captureEnd, uint8_t opCode) HandleOpBackReferenceMatch() argument 496 HandleOpBackwardBackReferenceMatch(const uint8_t *captureStart, const uint8_t *captureEnd, uint8_t opCode) HandleOpBackwardBackReferenceMatch() argument 529 HandleOpBackReference(const DynChunk &byteCode, uint8_t opCode) HandleOpBackReference() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | argument_accessor.cpp | 134 OpCode opCode = gateAcc.GetOpCode(gate); in GetFrameArgsIn() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
| H A D | avrcp_ct_packet.cpp | 139 uint8_t opCode = AVRC_CT_OP_CODE_INVALID; in GetOpCode() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
| H A D | avrcp_tg_packet.cpp | 133 uint8_t opCode = AVRC_TG_OP_CODE_INVALID; in GetOpCode() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
| H A D | btm_snoop_filter_cmd.c | 31 uint16_t opCode; member
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| H A D | regexp_executor.cpp | 88 uint8_t opCode = byteCode.GetU8(GetCurrentPC()); in ExecuteInternal() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | inst_generator.h | 141 int GetPossibleInstToGenerateNumber(Opcode opCode) in GetPossibleInstToGenerateNumber() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| H A D | switch_lowerer.cpp | 135 CompareNode *SwitchLowerer::BuildCmpNode(Opcode opCode, uint32 idx) in BuildCmpNode() argument 166 CondGotoNode *SwitchLowerer::BuildCondGotoNode(int32 idx, Opcode opCode, BaseNode &cond) in BuildCondGotoNode() argument
|