| /base/startup/init/services/log/ |
| D | init_log.h | 84 #define INIT_ERROR_CHECK(ret, statement, format, ...) \ argument 88 statement; \ 92 #define INIT_INFO_CHECK(ret, statement, format, ...) \ argument 96 statement; \ 100 #define INIT_WARNING_CHECK(ret, statement, format, ...) \ argument 104 statement; \ 108 #define INIT_CHECK(ret, statement) \ argument 111 statement; \
|
| /base/security/access_token/services/privacymanager/src/database/ |
| D | permission_used_record_db.cpp | 82 auto statement = Prepare(prepareSql); in Add() local 88 statement.Bind(name, value.Get(name)); in Add() 90 int32_t ret = statement.Step(); in Add() 95 statement.Reset(); in Add() 112 auto statement = Prepare(prepareSql); in Remove() local 114 statement.Bind(columnName, conditions.Get(columnName)); in Remove() 116 int32_t ret = statement.Step(); in Remove() 127 auto statement = Prepare(prepareSql); in FindByConditions() local 130 statement.Bind(columnName, andConditions.Get(columnName)); in FindByConditions() 133 while (statement.Step() == Statement::State::ROW) { in FindByConditions() [all …]
|
| /base/startup/init/interfaces/innerkits/include/ |
| D | beget_ext.h | 120 #define BEGET_ERROR_CHECK(ret, statement, format, ...) \ argument 123 statement; \ 126 #define BEGET_INFO_CHECK(ret, statement, format, ...) \ argument 129 statement; \ 132 #define BEGET_WARNING_CHECK(ret, statement, format, ...) \ argument 135 statement; \ 138 #define BEGET_CHECK(ret, statement) \ argument 140 statement; \
|
| /base/security/access_token/services/accesstokenmanager/main/cpp/src/database/ |
| D | access_token_db.cpp | 110 auto statement = Prepare(prepareSql); in Add() local 116 statement.Bind(columnName, value.Get(columnName)); in Add() 118 int ret = statement.Step(); in Add() 123 statement.Reset(); in Add() 140 auto statement = Prepare(prepareSql); in Remove() local 142 statement.Bind(columnName, conditions.Get(columnName)); in Remove() 144 int ret = statement.Step(); in Remove() 154 auto statement = Prepare(prepareSql); in Modify() local 156 statement.Bind(columnName, modifyValues.Get(columnName)); in Modify() 159 statement.Bind(columnName, conditions.Get(columnName)); in Modify() [all …]
|
| /base/security/access_token/services/common/database/src/ |
| D | sqlite_helper.cpp | 168 auto statement = Prepare(PRAGMA_VERSION_COMMAND); in GetVersion() local 170 while (statement.Step() == Statement::State::ROW) { in GetVersion() 171 version = statement.GetColumnInt(0); in GetVersion() 183 auto statement = Prepare(PRAGMA_VERSION_COMMAND + " = " + std::to_string(currentVersion_)); in SetVersion() local 184 statement.Step(); in SetVersion()
|
| /base/update/updater/services/script/script_interpreter/ |
| D | script_statement.cpp | 123 UScriptStatementList* UScriptStatementList::CreateInstance(UScriptStatement *statement) in CreateInstance() argument 130 list->AddScriptStatement(statement); in CreateInstance() 143 void UScriptStatementList::AddScriptStatement(UScriptStatement *statement) in AddScriptStatement() argument 145 statements_.push_back(statement); in AddScriptStatement() 292 for (auto statement : statements_) { in Execute() local 293 result = statement->Execute(inter, context); in Execute() 345 auto statement = new(std::nothrow) UScriptReturnStatement(); in CreateStatement() local 346 if (statement == nullptr) { in CreateStatement() 351 statement->AddParams(params); in CreateStatement() 353 return statement; in CreateStatement()
|
| D | script_statement.h | 153 void AddNextStatement(UScriptIfStatement *statement) in AddNextStatement() argument 155 nextStatement_ = statement; in AddNextStatement() 217 static UScriptStatementList* CreateInstance(UScriptStatement *statement); 218 void AddScriptStatement(UScriptStatement *statement);
|
| D | script_yacc.y | 114 for_statement while_statement statement if_statement 124 |statement 139 statement:expression_statement 301 statement_list:statement_list statement 306 |statement
|
| D | script_interpreter.cpp | 157 void ScriptInterpreter::AddStatement(UScriptStatement *statement) in AddStatement() argument 160 statements_ = UScriptStatementList::CreateInstance(statement); in AddStatement() 162 statements_->AddScriptStatement(statement); in AddStatement()
|
| D | script_interpreter.h | 44 void AddStatement(UScriptStatement *statement);
|
| /base/security/asset/services/db_operator/src/ |
| D | lib.rs | 19 mod statement; module
|
| D | database.rs | 27 statement::Statement,
|
| D | table.rs | 26 statement::Statement,
|
| /base/update/updater/test/unittest/test_data/diffpatch/ |
| D | PatchGztest_new.gz | |
| D | PatchGztest_old.gz | |
| /base/security/access_token/services/common/ |
| D | BUILD.gn | 44 "database/src/statement.cpp",
|
| /base/tee/tee_client/ |
| D | LICENSE | 114 …i Fill in the blanks in following statement, including insert your software name, the year of the … 118 … iii Attach the statement to the appropriate annotated syntax at the beginning of each source file.
|
| /base/security/asset/services/db_operator/src/test/ |
| D | test_table.rs | 22 statement::Statement,
|
| /base/sensors/sensor_lite/ |
| D | LICENSE | 124 You may add Your own copyright statement to Your modifications and
|
| /base/powermgr/power_manager/ |
| D | LICENSE | 124 You may add Your own copyright statement to Your modifications and
|
| /base/customization/enterprise_device_management/ |
| D | LICENSE | 124 You may add Your own copyright statement to Your modifications and
|
| /base/global/resource_management_lite/ |
| D | LICENSE | 124 You may add Your own copyright statement to Your modifications and
|
| /base/useriam/fingerprint_auth/ |
| D | LICENSE | 124 You may add Your own copyright statement to Your modifications and
|
| /base/global/i18n_lite/ |
| D | LICENSE | 124 You may add Your own copyright statement to Your modifications and
|
| /base/telephony/sms_mms/ |
| D | LICENSE | 124 You may add Your own copyright statement to Your modifications and
|