Home
last modified time | relevance | path

Searched refs:opCode_ (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dprepared_stmt.cpp21 : opCode_(opCode), sql_(sql), bindArgs_(bindArgs) {} in PreparedStmt()
26 opCode_ = opCode; in SetOpCode()
41 return opCode_; in GetOpCode()
56 …return opCode_ == ExecutorOperation::QUERY && !sql_.empty() && bindArgs_.size() <= DBConstant::MAX… in IsValid()
81 (void)parcel.WriteInt(static_cast<int>(opCode_)); in Serialize()
122 opCode_ = static_cast<ExecutorOperation>(opCode); in DeSerialize()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_sub_unit_info.cpp26 opCode_ = AVRC_TG_OP_CODE_SUB_UNIT_INFO; in AvrcTgSubUnitPacket()
35 opCode_ = AVRC_TG_OP_CODE_SUB_UNIT_INFO; in AvrcTgSubUnitPacket()
61 offset += PushOctets1((buffer + offset), opCode_); in AssemblePacket()
H A Davrcp_tg_unit_info.h108 return opCode_; in GetOpCode()
125 uint8_t opCode_ {AVRC_TG_OP_CODE_UNIT_INFO}; // The value of the "Opcode".
H A Davrcp_tg_pass_through.h201 uint8_t opCode_ {AVRC_TG_OP_CODE_PASS_THROUGH}; // The value of the "Opcode".
H A Davrcp_tg_unit_info.cpp60 offset += PushOctets1((buffer + offset), opCode_); in AssemblePacket()
H A Davrcp_tg_pass_through.cpp66 offset += PushOctets1((buffer + offset), opCode_); in AssemblePacket()
H A Davrcp_tg_vendor.h240 uint8_t opCode_ {AVRC_TG_OP_CODE_VENDOR}; // The value of the "Opcode".
H A Davrcp_tg_vendor.cpp195 offset += PushOctets1((buffer + offset), opCode_); in AssembleRejectPacket()
196 HILOGI("opCode_: %{public}x", opCode_); in AssembleRejectPacket()
234 offset += PushOctets1((buffer + offset), opCode_); in AssembleMinOperands()
235 HILOGI("opCode_: %{public}x", opCode_); in AssembleMinOperands()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_sub_unit_info.cpp27 opCode_ = AVRC_CT_OP_CODE_SUB_UNIT_INFO; in AvrcCtSubUnitPacket()
36 opCode_ = AVRC_CT_OP_CODE_SUB_UNIT_INFO; in AvrcCtSubUnitPacket()
61 offset += PushOctets1((buffer + offset), opCode_); in AssemblePacket()
H A Davrcp_ct_unit_info.h119 return opCode_; in GetOpCode()
126 uint8_t opCode_ {AVRC_CT_OP_CODE_UNIT_INFO}; // The value of the "Opcode".
H A Davrcp_ct_pass_through.h184 uint8_t opCode_ {AVRC_CT_OP_CODE_PASS_THROUGH}; // The value of the "Opcode".
H A Davrcp_ct_unit_info.cpp52 offset += PushOctets1((buffer + offset), opCode_); in AssemblePacket()
H A Davrcp_ct_pass_through.cpp60 offset += PushOctets1((buffer + offset), opCode_); in AssemblePacket()
H A Davrcp_ct_vendor.h184 uint8_t opCode_ {AVRC_CT_OP_CODE_VENDOR}; // The value of the "Opcode".
H A Davrcp_ct_vendor.cpp111 offset += PushOctets1((buffer + offset), opCode_); in AssembleFixedOperands()
112 HILOGI("opCode_: %{public}x", opCode_); in AssembleFixedOperands()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dprepared_stmt.h49 ExecutorOperation opCode_ = ExecutorOperation::MIN_LIMIT; variable
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.cpp30 opCode_(0), in AstObject()
91 opCode_ = obj.opCode_; in operator =()
398 return opCode_; in OpCode()
403 opCode_ = opcode; in SetOpCode()
H A Dast.h137 uint8_t opCode_; variable
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js92 this.opCode_ = 0;
332 return this.opCode_;
335 this.opCode_ = opcode;