Home
last modified time | relevance | path

Searched refs:SetOpCode (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dprepared_stmt.h31 void SetOpCode(ExecutorOperation opCode);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor_packet.cpp164 void RemoteExecutorRequestPacket::SetOpCode(PreparedStmt::ExecutorOperation opCode) in SetOpCode() function in DistributedDB::RemoteExecutorRequestPacket
166 preparedStmt_.SetOpCode(opCode); in SetOpCode()
H A Dremote_executor_packet.h56 void SetOpCode(PreparedStmt::ExecutorOperation opCode);
H A Dremote_executor.cpp768 packet->SetOpCode(PreparedStmt::ExecutorOperation::QUERY); in FillRequestPacket()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dprepared_stmt.cpp24 void PreparedStmt::SetOpCode(ExecutorOperation opCode) in SetOpCode() function in DistributedDB::PreparedStmt
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dbytecode_gen.cpp87 object->SetOpCode(opcode.opCode); in ByteCodeConvert()
H A Dast.h123 void SetOpCode(uint8_t opcode);
H A Dast.cpp401 void AstObject::SetOpCode(uint8_t opcode) in SetOpCode() function in AstObject
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js334 SetOpCode(opcode) { method in AstObject