/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/src/ |
H A D | ble_scan_filter_lsf.cpp | 368 ongoingOpcode_ = param.opcode; in BleScanFilterEnable() 380 param.opcode = opcode; in BleScanFilterSetParameters() 389 ongoingOpcode_ = param.opcode; in BleScanFilterSetParameters() 400 param.opcode = LSF_OPCODE_ADD; in BleScanFilterAddressAdd() 404 ongoingOpcode_ = param.opcode; in BleScanFilterAddressAdd() 417 param.opcode = LSF_OPCODE_ADD; in BleScanFilterUuidAdd() 453 ongoingOpcode_ = param.opcode; in BleScanFilterUuidAdd() 465 param.opcode = LSF_OPCODE_ADD; in BleScanFilterNameAdd() 481 ongoingOpcode_ = param.opcode; in BleScanFilterNameAdd() 677 switch (eventParam.opcode) { in BleScanFilterCommandCompleteSuccess() [all …]
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dwarf_op.cpp | 54 uint8_t opcode; in Decode() local 55 memory_->ReadU8(addr, &opcode, true); in Decode() 56 switch (opcode) { in Decode() 281 OpLit(opcode); in Decode() 316 OpReg(opcode, regs); in Decode() 355 OpBReg(opcode, addr, regs); in Decode() 374 LOGE("DWARF OpNop opcode: %x", opcode); in Decode() 375 OpNop(opcode); in Decode() 378 LOGE("DWARF Unexpected opcode: %x", opcode); in Decode()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/include/ |
H A D | ble_scan_filter_lsf.h | 67 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 156 int BleScanFilterSetParameters(uint16_t featureSelection, uint8_t opcode);
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dwarf_op.h | 335 inline void OpLit(uint8_t opcode) in OpLit() argument 337 stack_.push_front(opcode - DW_OP_lit0); in OpLit() 341 inline void OpReg(uint8_t opcode, DfxRegs& regs) in OpReg() argument 343 auto reg = static_cast<UnsignedType>(opcode - DW_OP_reg0); in OpReg() 364 inline void OpBReg(uint8_t opcode, AddressType& exprPtr, DfxRegs& regs) in OpBReg() argument 366 auto reg = static_cast<uint32_t>(opcode - DW_OP_breg0); in OpBReg() 390 inline void OpNop(uint8_t opcode) in OpNop() argument
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/ |
H A D | hdmi_cec.c | 21 uint8_t opcode; member 142 if (opcode == g_cecMsg[i].opcode) { in HdmiCecGetMsgLenInfo() 210 switch (opcode) { in HdmiCecCheckSomeSpecialfMsgLen() 227 info = HdmiCecGetMsgLenInfo(opcode); in HdmiCecCheckMsgLen() 1434 switch (opcode) { in HdmiCecMsgIgnore() 1613 if (opcode != HDMI_CEC_OPCODE_FEATURE_ABORT) { in HdmiCecMsgDefaultHandle() 1624 struct HdmiCecMsg *txMsg, uint8_t opcode) in HdmiCecMsgHandle() argument 1643 if (opcode == funcMap[i].opcode) { in HdmiCecMsgHandle() 1673 HdmiCecMsgHandle(cntlr, msg, &txMsg, opcode); in HdmiCecReceivedMsgHandle() 1674 HdmiCecUpdateResponseFlag(cntlr->cec, opcode); in HdmiCecReceivedMsgHandle() [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_common.c | 96 static recvDataFunction GetFunction(uint8_t opcode); 1219 uint8_t opcode = 0; in AttRecvDataAsync() local 1231 if ((opcode & 0b01000000) == 0) { in AttRecvDataAsync() 1232 AttErrorCode(connect, opcode); in AttRecvDataAsync() 1295 uint8_t opcode = 0; in AttRecvLeDataAsync() local 1306 LOG_WARN("UnKnow OpCode : %hhu", opcode); in AttRecvLeDataAsync() 1307 if ((opcode & 0b01000000) == 0) { in AttRecvLeDataAsync() 1308 AttErrorCode(connect, opcode); in AttRecvLeDataAsync() 1366 static recvDataFunction GetFunction(uint8_t opcode) in GetFunction() argument 1368 return g_functionList[opcode]; in GetFunction() [all …]
|
H A D | att_common.h | 503 void AttErrorCode(const AttConnectInfo *connect, uint8_t opcode);
|
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | bytecode_gen.cpp | 82 auto opcode = ToOpCode(object->Type()); in ByteCodeConvert() local 83 if (opcode.opCode == 0) { in ByteCodeConvert() 87 object->SetOpCode(opcode.opCode); in ByteCodeConvert() 196 auto opcode = current->OpCode(); in ByteCodeWriteWalk() local 197 Write(opcode); in ByteCodeWriteWalk()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/hardware/include/ |
H A D | bt_vendor_lib.h | 133 typedef size_t (*cmd_xmit_callback)(uint16_t opcode, void* p_buf); 172 int (*op)(bt_opcode_t opcode, void* param);
|
/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/ |
H A D | ohos_bt_vendor_lib.h | 133 typedef size_t (*CmdXmitCallback)(uint16_t opcode, void* pBuf); 172 int (*op)(BtOpcodeT opcode, void* param);
|
H A D | vendor_interface.cpp | 229 size_t VendorInterface::OnCmdXmitCallback(uint16_t opcode, void *buf) in OnCmdXmitCallback() argument 233 VendorInterface::GetInstance()->vendorSentOpcode_ = opcode; in OnCmdXmitCallback() 255 uint16_t opcode = data[opcodeOffset] + (data[opcodeOffset + 1] << 0x08); in OnEventReceived() local 256 if (opcode == vendorSentOpcode_) { in OnEventReceived()
|
H A D | vendor_interface.h | 52 static size_t OnCmdXmitCallback(uint16_t opcode, void* buf);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_ble_advertiser_server.cpp | 36 void OnStartResultEvent(int result, uint8_t advHandle, int opcode) override in OnStartResultEvent() argument 38 …HILOGI("result: %{public}d, advHandle: %{public}d, opcode: %{public}d", result, advHandle, opcode); in OnStartResultEvent() 40 … observers_->ForEach([this, result, advHandle, opcode](IBluetoothBleAdvertiseCallback *observer) { in OnStartResultEvent() 46 observer->OnStartResultEvent(result, advHandle, opcode); in OnStartResultEvent()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_ble_advertise_callback_proxy.cpp | 28 …othBleAdvertiseCallbackProxy::OnStartResultEvent(int32_t result, int32_t advHandle, int32_t opcode) in OnStartResultEvent() argument 46 if (!data.WriteInt32(opcode)) { in OnStartResultEvent()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_audio_manager_proxy.cpp | 51 int opcode = enable ? BluetoothAudioManagerInterfaceCode::WEAR_DETECTION_ENABLE in SetWearDetection() local 53 int error = Remote()->SendRequest(opcode, data, reply, option); in SetWearDetection()
|
H A D | bluetooth_ble_advertise_callback_stub.cpp | 90 const int32_t opcode = static_cast<int32_t>(data.ReadInt32()); in OnStartResultEventInner() local 92 stub->OnStartResultEvent(result, advHandle, opcode); in OnStartResultEventInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_ble_advertise_callback.h | 30 virtual void OnStartResultEvent(int32_t result, int32_t advHandle, int32_t opcode) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_ble_advertise_callback_proxy.h | 31 void OnStartResultEvent(int32_t result, int32_t advHandle, int32_t opcode) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_headers.cpp | 273 std::unique_ptr<ObexHeader> ObexHeader::CreateRequest(ObexOpeId opcode) in CreateRequest() argument 277 header->code_ = static_cast<uint8_t>(opcode); in CreateRequest() 280 if (opcode == ObexOpeId::CONNECT) { in CreateRequest() 284 } else if (opcode == ObexOpeId::SETPATH) { in CreateRequest() 1399 void ObexSessionParameters::AppendSessionOpcode(const SessionOpcode opcode) in AppendSessionOpcode() argument 1402 …std::make_unique<TlvTriplet>(ObexSessionParameters::SESSION_OPCODE, static_cast<uint8_t>(opcode))); in AppendSessionOpcode()
|
H A D | obex_headers.h | 212 void AppendSessionOpcode(const SessionOpcode opcode); 397 static std::unique_ptr<ObexHeader> CreateRequest(ObexOpeId opcode);
|
/ohos5.0/base/hiviewdfx/hitrace/tools/hitrace_converter/ |
H A D | parse_functions.py | 286 opcode = parse_int_field(one_event, "opcode", False) 289 % (command_str, dev_name, tag, doorbell, transfer_len, intr, lba, opcode) 300 opcode = parse_int_field(one_event, "opcode", False) 308 transfer_len, intr, lba, opcode, opcode_map.get(opcode, ""), group_id)
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_snoop_filter_acl.c | 865 const uint8_t *opcode = (*data + offset); in L2capDataFilterUseAtt() local 868 switch (*opcode) { in L2capDataFilterUseAtt() 899 const uint8_t *opcode = (*data + offset); in L2capDataFilterUseSmp() local 902 switch (*opcode) { in L2capDataFilterUseSmp()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter_ble.h | 104 …virtual void OnStartResultEvent(int result, uint8_t advHandle, int opcode = BLE_ADV_DEFAULT_OP_COD…
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_advertiser.cpp | 56 void OnStartResultEvent(int32_t result, int32_t advHandle, int32_t opcode) override in OnStartResultEvent() argument 61 …HILOGD("result: %{public}d, advHandle: %{public}d, opcode: %{public}d", result, advHandle, opcode); in OnStartResultEvent() 63 if (opcode == bluetooth::BLE_ADV_START_FAILED_OP_CODE) { in OnStartResultEvent()
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 2854 int (*op)(bt_opcode_t opcode, void* param); 2867 1.2、协议栈调用op函数,分别调用BT_OP_POWER_ON、BT_OP_HCI_CHANNEL_OPEN、BT_OP_INIT三个opcode;原则上BT_OP_INIT成功后说明芯片初始化完… 3094 typedef uint8_t (*cmd_xmit_cb)(uint16_t opcode, void* p_buf, tINT_CMD_CBACK p_cback); 3109 The opcode parameter gives the HCI OpCode (combination of OGF and OCF) of 3111 HCI Command packet. For example, opcode = 0x0c03 for the HCI_RESET command 3115 typedef uint8_t (*cmd_xmit_callback)(uint16_t opcode, void* p_buf); 3123 uint16_t opcode; 3125 STREAM_TO_UINT16(opcode, p); 3126 switch (opcode) {
|