/base/startup/init/services/log/ |
D | init_log.h | 83 #define INIT_ERROR_CHECK(ret, statement, format, ...) \ argument 87 statement; \ 91 #define INIT_INFO_CHECK(ret, statement, format, ...) \ argument 95 statement; \ 99 #define INIT_WARNING_CHECK(ret, statement, format, ...) \ argument 103 statement; \ 107 #define INIT_CHECK(ret, statement) \ argument 110 statement; \
|
/base/security/access_token/services/privacymanager/src/database/ |
D | permission_used_record_db.cpp | 80 auto statement = Prepare(prepareSql); in Add() local 86 statement.Bind(columnName, value.Get(columnName)); in Add() 88 int32_t ret = statement.Step(); in Add() 93 statement.Reset(); in Add() 110 auto statement = Prepare(prepareSql); in Remove() local 112 statement.Bind(columnName, conditions.Get(columnName)); in Remove() 114 int32_t ret = statement.Step(); in Remove() 124 auto statement = Prepare(prepareSql); in FindByConditions() local 127 statement.Bind(columnName, andConditions.Get(columnName)); in FindByConditions() 130 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 | sqlite_storage.cpp | 107 auto statement = Prepare(prepareSql); in Add() local 113 statement.Bind(columnName, value.Get(columnName)); in Add() 115 int ret = statement.Step(); in Add() 120 statement.Reset(); in Add() 137 auto statement = Prepare(prepareSql); in Remove() local 139 statement.Bind(columnName, conditions.Get(columnName)); in Remove() 141 int ret = statement.Step(); in Remove() 151 auto statement = Prepare(prepareSql); in Modify() local 153 statement.Bind(columnName, modifyValues.Get(columnName)); in Modify() 156 statement.Bind(columnName, conditions.Get(columnName)); in Modify() [all …]
|
/base/security/access_token/services/common/database/src/ |
D | sqlite_helper.cpp | 159 auto statement = Prepare(PRAGMA_VERSION_COMMAND); in GetVersion() local 161 while (statement.Step() == Statement::State::ROW) { in GetVersion() 162 version = statement.GetColumnInt(0); in GetVersion() 174 auto statement = Prepare(PRAGMA_VERSION_COMMAND + " = " + std::to_string(currentVersion_)); in SetVersion() local 175 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/access_token/services/common/database/ |
D | BUILD.gn | 30 "src/statement.cpp",
|
/base/update/updater/test/unittest/test_data/diffpatch/ |
D | PatchGztest_new.gz |
|
D | PatchGztest_old.gz | 1[==========] Running 25 tests from 7 test ... |
/base/update/sys_installer_lite/ |
D | LICENSE | 124 You may add Your own copyright statement to Your modifications and
|
/base/powermgr/battery_lite/ |
D | LICENSE | 124 You may add Your own copyright statement to Your modifications and
|
/base/global/resource_management/ |
D | LICENSE | 124 You may add Your own copyright statement to Your modifications and
|
/base/hiviewdfx/hitrace/ |
D | LICENSE | 124 You may add Your own copyright statement to Your modifications and
|
/base/global/system_resources/ |
D | LICENSE | 126 You may add Your own copyright statement to Your modifications and
|
/base/telephony/state_registry/ |
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
|
/base/security/access_token/ |
D | LICENSE | 124 You may add Your own copyright statement to Your modifications and
|
/base/security/selinux_adapter/ |
D | LICENSE | 124 You may add Your own copyright statement to Your modifications and
|
/base/notification/common_event_service/ |
D | LICENSE | 124 You may add Your own copyright statement to Your modifications and
|
/base/useriam/pin_auth/ |
D | LICENSE | 124 You may add Your own copyright statement to Your modifications and
|
/base/security/certificate_manager/ |
D | LICENSE | 124 You may add Your own copyright statement to Your modifications and
|