Home
last modified time | relevance | path

Searched refs:VERSION (Results 1 - 25 of 29) sorted by relevance

12

/base/update/updateservice/services/core/ability/model/include/
H A Dpackage_type.h27 VERSION = 6, member in OHOS::UpdateEngine::PackageType
/base/print/print_fwk/services/print_service/src/
H A Dprint_security_guard_manager.cpp20 static std::string VERSION = "1.0"; member
39 ReportSecurityInfo(EVENT_ID, VERSION, securityGuard->ToJsonStr()); in receiveJobStateUpdate()
/base/telephony/telephony_data/pdp_profile/include/
H A Drdb_pdp_profile_helper.h105 const int VERSION = 4; member in OHOS::Telephony::RdbPdpProfileHelper
/base/telephony/telephony_data/sim/include/
H A Drdb_sim_helper.h93 const int VERSION = 3; member in OHOS::Telephony::RdbSimHelper
/base/telephony/telephony_data/global_params/include/
H A Drdb_global_params_helper.h72 const int VERSION = 1; member in OHOS::Telephony::RdbGlobalParamsHelper
/base/telephony/telephony_data/opkey/src/
H A Drdb_opkey_helper.cpp26 const int VERSION = 1; member
44 CreateRdbStore(config, VERSION, callback, errCode); in Init()
/base/security/security_guard/test/unittest/risk_classify/include/
H A Dstore_define.h29 constexpr const char *VERSION = "version"; member
/base/security/security_guard/test/unittest/data_collect/database_manager/
H A Dstore_define.h29 constexpr const char *VERSION = "version"; member
/base/security/security_guard/services/data_collect/store/include/
H A Dstore_define.h29 constexpr const char *VERSION = "version"; member
/base/security/security_guard/test/unittest/data_collect/include/
H A Dstore_define.h29 constexpr const char *VERSION = "version"; member
/base/security/security_guard/test/unittest/config_manager/include/
H A Dstore_define.h29 constexpr const char *VERSION = "version"; member
/base/telephony/telephony_data/sms_mms/include/
H A Drdb_sms_mms_helper.h144 const int VERSION = 2; member in OHOS::Telephony::RdbSmsMmsHelper
/base/security/asset/services/core_service/src/operations/
H A Doperation_update.rs92 origin_db_data.insert_attr(column::VERSION, DB_DATA_VERSION); in upgrade_to_latest_version()
93 update_db_data.insert_attr(column::VERSION, DB_DATA_VERSION); in upgrade_to_latest_version()
H A Dcommon.rs67 column::VERSION,
186 let version = attrs.get_num_attr(&column::VERSION)?;
195 let version = db_date.get_num_attr(&column::VERSION)?;
H A Doperation_query.rs43 db_data.insert_attr(column::VERSION, DB_DATA_VERSION); in upgrade_version()
50 update_data.insert_attr(column::VERSION, DB_DATA_VERSION); in upgrade_version()
H A Doperation_add.rs81 db_data.insert(column::VERSION, Value::Number(DB_DATA_VERSION)); in add_system_attrs()
/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase_helper.cpp61 std::vector<std::string> columns { EVENT_ID, VERSION, DATE, CONTENT }; in QueryRecentEventByEventId()
251 std::vector<std::string> columns { EVENT_ID, VERSION, DATE, CONTENT, USER_ID, DEVICE_ID }; in QueryEventBase()
307 if (columnName == VERSION) { in GetResultSetTableInfo()
334 values.PutString(VERSION, event.version); in SetValuesBucket()
350 table.append(VERSION).append(" TEXT NOT NULL, "); in CreateTable()
/base/update/updater/services/diffpatch/
H A Ddiffpatch.h109 static constexpr size_t VERSION = 2; member
/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dsms_mms_data.h230 static constexpr const char *VERSION = "version"; member in OHOS::Telephony::MmsProtocol
/base/telephony/telephony_data/global_params/src/
H A Drdb_global_params_helper.cpp49 CreateRdbStore(config, VERSION, callback, errCode); in Init()
/base/security/asset/services/db_operator/src/
H A Dtypes.rs70 pub const VERSION: &str = "Version"; consts
130 ColumnInfo { name: column::VERSION, data_type: DataType::Number, is_primary_key: false, not_null: true },
/base/telephony/telephony_data/sim/src/
H A Drdb_sim_helper.cpp41 CreateRdbStore(config, VERSION, callback, errCode); in Init()
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Duser_auth_widget_mgr_v10.cpp33 const std::string VERSION = "version"; member
/base/telephony/telephony_data/sms_mms/src/
H A Drdb_sms_mms_helper.cpp60 CreateRdbStore(config, VERSION, callback, errCode); in Init()
109 createTableStr.append(MmsProtocol::VERSION).append(" INTEGER , "); in CreateMmsProtocolTableStr()
/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_helper.cpp43 CreateRdbStore(config, VERSION, callback, errCode); in Init()

Completed in 10 milliseconds

12