Home
last modified time | relevance | path

Searched defs:statements (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_statement.h143 UScriptIfStatement(UScriptExpression *expression, UScriptStatementList *statements) in UScriptIfStatement()
148 void AddFalseStatementList(UScriptStatementList *statements) in AddFalseStatementList()
167 UScriptStatementList *statements) : UScriptStatement(STATEMENT_TYPE_FOR), before_(before), in UScriptForStatement()
182 UScriptWhileStatement(UScriptExpression *condition, UScriptStatementList *statements) in UScriptWhileStatement()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/provider/src/
H A Dext_special_controller.cpp113 int ExtSpecialController::ExecuteBatch(const std::vector<OperationStatement> &statements, ExecResul… in ExecuteBatch()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Ddatashare_ext_ability.cpp123 int DataShareExtAbility::ExecuteBatch(const std::vector<OperationStatement> &statements, ExecResult… in ExecuteBatch()
H A Ddatashare_stub.cpp476 std::vector<OperationStatement> statements; in CmdExecuteBatch() local
515 int DataShareStub::ExecuteBatch(const std::vector<OperationStatement> &statements, ExecResultSet &r… in ExecuteBatch()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_transaction.cpp303 GetEntriesStatements statements; in GetEntries() local
1301 int SQLiteMultiVerTransaction::GetOneEntry(const GetEntriesStatements &statements, in GetOneEntry()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_helper_impl.cpp232 int DataShareHelperImpl::ExecuteBatch(const std::vector<OperationStatement> &statements, ExecResult… in ExecuteBatch()
H A Ddatashare_proxy.cpp471 int DataShareProxy::ExecuteBatch(const std::vector<OperationStatement> &statements, ExecResultSet &… in ExecuteBatch()
/ohos5.0/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H A Dmediadatashare_unit_test.cpp1286 std::vector<DataShare::OperationStatement> statements; variable
1443 std::vector<DataShare::OperationStatement> statements; variable