/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | prepared_stmt.cpp | 21 : 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 D | avrcp_tg_sub_unit_info.cpp | 26 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 D | avrcp_tg_unit_info.h | 108 return opCode_; in GetOpCode() 125 uint8_t opCode_ {AVRC_TG_OP_CODE_UNIT_INFO}; // The value of the "Opcode".
|
H A D | avrcp_tg_pass_through.h | 201 uint8_t opCode_ {AVRC_TG_OP_CODE_PASS_THROUGH}; // The value of the "Opcode".
|
H A D | avrcp_tg_unit_info.cpp | 60 offset += PushOctets1((buffer + offset), opCode_); in AssemblePacket()
|
H A D | avrcp_tg_pass_through.cpp | 66 offset += PushOctets1((buffer + offset), opCode_); in AssemblePacket()
|
H A D | avrcp_tg_vendor.h | 240 uint8_t opCode_ {AVRC_TG_OP_CODE_VENDOR}; // The value of the "Opcode".
|
H A D | avrcp_tg_vendor.cpp | 195 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 D | avrcp_ct_sub_unit_info.cpp | 27 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 D | avrcp_ct_unit_info.h | 119 return opCode_; in GetOpCode() 126 uint8_t opCode_ {AVRC_CT_OP_CODE_UNIT_INFO}; // The value of the "Opcode".
|
H A D | avrcp_ct_pass_through.h | 184 uint8_t opCode_ {AVRC_CT_OP_CODE_PASS_THROUGH}; // The value of the "Opcode".
|
H A D | avrcp_ct_unit_info.cpp | 52 offset += PushOctets1((buffer + offset), opCode_); in AssemblePacket()
|
H A D | avrcp_ct_pass_through.cpp | 60 offset += PushOctets1((buffer + offset), opCode_); in AssemblePacket()
|
H A D | avrcp_ct_vendor.h | 184 uint8_t opCode_ {AVRC_CT_OP_CODE_VENDOR}; // The value of the "Opcode".
|
H A D | avrcp_ct_vendor.cpp | 111 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 D | prepared_stmt.h | 49 ExecutorOperation opCode_ = ExecutorOperation::MIN_LIMIT; variable
|
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | ast.cpp | 30 opCode_(0), in AstObject() 91 opCode_ = obj.opCode_; in operator =() 398 return opCode_; in OpCode() 403 opCode_ = opcode; in SetOpCode()
|
H A D | ast.h | 137 uint8_t opCode_; variable
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | ast.js | 92 this.opCode_ = 0; 332 return this.opCode_; 335 this.opCode_ = opcode;
|