Searched defs:statements (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/update/updater/services/script/script_interpreter/ |
H A D | script_statement.h | 143 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 D | ext_special_controller.cpp | 113 int ExtSpecialController::ExecuteBatch(const std::vector<OperationStatement> &statements, ExecResul… in ExecuteBatch()
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/ |
H A D | datashare_ext_ability.cpp | 123 int DataShareExtAbility::ExecuteBatch(const std::vector<OperationStatement> &statements, ExecResult… in ExecuteBatch()
|
H A D | datashare_stub.cpp | 476 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 D | sqlite_multi_ver_transaction.cpp | 303 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 D | datashare_helper_impl.cpp | 232 int DataShareHelperImpl::ExecuteBatch(const std::vector<OperationStatement> &statements, ExecResult… in ExecuteBatch()
|
H A D | datashare_proxy.cpp | 471 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 D | mediadatashare_unit_test.cpp | 1286 std::vector<DataShare::OperationStatement> statements; variable 1443 std::vector<DataShare::OperationStatement> statements; variable
|