/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/pubkeyexchange_fuzzer/ |
H A D | pubkeyexchange_fuzzer.cpp | 32 static const char *GROUP_ID = "E2EE6F830B176B2C96A9F99BFAE2A61F5D1490B9F4A090E9D8C2874C230C7C21"; member 37 static PubKeyExchangeParams g_paramsC = { 0, GROUP_OWNER, GROUP_ID, g_authIdC, false, DEFAULT_OS_ACCOUNT }; 38 static PubKeyExchangeParams g_paramsS = { 0, GROUP_OWNER, GROUP_ID, g_authIdS, false, DEFAULT_OS_ACCOUNT }; 88 PubKeyExchangeParams errorParams = { 0, nullptr, GROUP_ID, g_authIdC, false, DEFAULT_OS_ACCOUNT }; in PubkeyExchangeTest04() 102 PubKeyExchangeParams errorParams = { 0, GROUP_OWNER, GROUP_ID, { nullptr, 0 }, false, DEFAULT_OS_ACCOUNT }; in PubkeyExchangeTest06() 109 PubKeyExchangeParams errorParams = { 0, GROUP_OWNER, GROUP_ID, { (uint8_t *)AUTH_ID_C_VAL, 0 }, false, 0 }; in PubkeyExchangeTest07()
|
/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expandsubsession_fuzzer/ |
H A D | expandsubsession_fuzzer.cpp | 37 static const char *GROUP_ID = "E2EE6F830B176B2C96A9F99BFAE2A61F5D1490B9F4A090E9D8C2874C230C7C21"; member 43 static AuthCodeImportParams g_paramsC = { 0, GROUP_OWNER, GROUP_ID, g_authIdC, DEFAULT_OS_ACCOUNT }; 44 static AuthCodeImportParams g_paramsS = { 0, GROUP_OWNER, GROUP_ID, g_authIdS, DEFAULT_OS_ACCOUNT }; 45 static PubKeyExchangeParams g_25519ParamsC = { 0, GROUP_OWNER, GROUP_ID, g_authIdC, false, DEFAULT_OS_ACCOUNT }; 46 static PubKeyExchangeParams g_25519ParamsS = { 0, GROUP_OWNER, GROUP_ID, g_authIdS, false, DEFAULT_OS_ACCOUNT };
|
/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/authcodeimport_fuzzer/ |
H A D | authcodeimport_fuzzer.cpp | 31 static const char *GROUP_ID = "E2EE6F830B176B2C96A9F99BFAE2A61F5D1490B9F4A090E9D8C2874C230C7C21"; member 36 static AuthCodeImportParams g_paramsC = { 0, GROUP_OWNER, GROUP_ID, g_authIdC, DEFAULT_OS_ACCOUNT }; 37 static AuthCodeImportParams g_paramsS = { 0, GROUP_OWNER, GROUP_ID, g_authIdS, DEFAULT_OS_ACCOUNT }; 119 AuthCodeImportParams errorParams = { 0, nullptr, GROUP_ID, g_authIdC, DEFAULT_OS_ACCOUNT }; in AuthCodeImportTest102() 137 AuthCodeImportParams errorParams = { 0, GROUP_OWNER, GROUP_ID, { nullptr, 0 }, DEFAULT_OS_ACCOUNT }; in AuthCodeImportTest104() 146 AuthCodeImportParams errorParams = { 0, GROUP_OWNER, GROUP_ID, { (uint8_t *)AUTH_ID_C_VAL, 0 }, 0 }; in AuthCodeImportTest105()
|
/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/savetrustedinfo_fuzzer/ |
H A D | savetrustedinfo_fuzzer.cpp | 34 static const char *GROUP_ID = "E2EE6F830B176B2C96A9F99BFAE2A61F5D1490B9F4A090E9D8C2874C230C7C21"; member 43 GROUP_VISIBILITY_PUBLIC, GROUP_OWNER, GROUP_ID, AUTH_ID_C, false }; 45 GROUP_VISIBILITY_PUBLIC, GROUP_OWNER, GROUP_ID, AUTH_ID_S, false }; 186 nullptr, GROUP_ID, AUTH_ID_C, false }; in SaveTrustedInfoTest04() 200 GROUP_OWNER, GROUP_ID, nullptr, false }; in SaveTrustedInfoTest06() 232 GROUP_ID, GROUP_NAME, GROUP_OWNER, AUTH_ID_S, AUTH_ID_S, USER_ID_S }; in SaveTrustedInfoTest10()
|
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/expand_process_lib/ |
H A D | pub_key_exchange_test.cpp | 37 static const char *GROUP_ID = "E2EE6F830B176B2C96A9F99BFAE2A61F5D1490B9F4A090E9D8C2874C230C7C21"; member 42 static PubKeyExchangeParams g_paramsC = { 0, GROUP_OWNER, GROUP_ID, g_authIdC, false, DEFAULT_OS_ACCOUNT }; 43 static PubKeyExchangeParams g_paramsS = { 0, GROUP_OWNER, GROUP_ID, g_authIdS, false, DEFAULT_OS_ACCOUNT }; 143 PubKeyExchangeParams errorParams = { 0, nullptr, GROUP_ID, g_authIdC, false, DEFAULT_OS_ACCOUNT }; in HWTEST_F() 157 PubKeyExchangeParams errorParams = { 0, GROUP_OWNER, GROUP_ID, { nullptr, 0 }, false, DEFAULT_OS_ACCOUNT }; in HWTEST_F() 165 { 0, GROUP_OWNER, GROUP_ID, { (uint8_t *)AUTH_ID_C_VAL, 0 }, false, DEFAULT_OS_ACCOUNT }; in HWTEST_F()
|
H A D | auth_code_import_test.cpp | 37 static const char *GROUP_ID = "E2EE6F830B176B2C96A9F99BFAE2A61F5D1490B9F4A090E9D8C2874C230C7C21"; member 42 static AuthCodeImportParams g_paramsC = { 0, GROUP_OWNER, GROUP_ID, g_authIdC, DEFAULT_OS_ACCOUNT }; 43 static AuthCodeImportParams g_paramsS = { 0, GROUP_OWNER, GROUP_ID, g_authIdS, DEFAULT_OS_ACCOUNT }; 143 AuthCodeImportParams errorParams = { 0, nullptr, GROUP_ID, g_authIdC, DEFAULT_OS_ACCOUNT }; in HWTEST_F() 157 AuthCodeImportParams errorParams = { 0, GROUP_OWNER, GROUP_ID, { nullptr, 0 }, DEFAULT_OS_ACCOUNT }; in HWTEST_F() 165 { 0, GROUP_OWNER, GROUP_ID, { (uint8_t *)AUTH_ID_C_VAL, 0 }, DEFAULT_OS_ACCOUNT }; in HWTEST_F()
|
H A D | save_trusted_info_test.cpp | 37 static const char *GROUP_ID = "E2EE6F830B176B2C96A9F99BFAE2A61F5D1490B9F4A090E9D8C2874C230C7C21"; member 47 GROUP_VISIBILITY_PUBLIC, GROUP_OWNER, GROUP_ID, AUTH_ID_C, false }; 49 GROUP_VISIBILITY_PUBLIC, GROUP_OWNER, GROUP_ID, AUTH_ID_S, false }; 228 GROUP_ID, GROUP_NAME, GROUP_OWNER, AUTH_ID_C, AUTH_ID_C, USER_ID_C }; in HWTEST_F() 276 GROUP_ID, GROUP_NAME, GROUP_OWNER, AUTH_ID_S, AUTH_ID_S, USER_ID_S }; in HWTEST_F() 327 nullptr, GROUP_ID, AUTH_ID_C, false }; in HWTEST_F() 343 GROUP_OWNER, GROUP_ID, nullptr, false }; in HWTEST_F() 383 GROUP_ID, GROUP_NAME, GROUP_OWNER, AUTH_ID_S, AUTH_ID_S, USER_ID_S }; in HWTEST_F() 628 GROUP_ID, GROUP_NAME, GROUP_OWNER, AUTH_ID_C, AUTH_ID_C, USER_ID_C }; in TestMemoryException() 657 GROUP_ID, GROUP_NAM in TestMemoryException2() [all...] |
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/ |
H A D | expand_sub_session_test.cpp | 43 static const char *GROUP_ID = "E2EE6F830B176B2C96A9F99BFAE2A61F5D1490B9F4A090E9D8C2874C230C7C21"; member 49 static AuthCodeImportParams g_paramsC = { 0, GROUP_OWNER, GROUP_ID, g_authIdC, DEFAULT_OS_ACCOUNT }; 50 static AuthCodeImportParams g_paramsS = { 0, GROUP_OWNER, GROUP_ID, g_authIdS, DEFAULT_OS_ACCOUNT }; 51 static PubKeyExchangeParams g_25519ParamsC = { 0, GROUP_OWNER, GROUP_ID, g_authIdC, false, DEFAULT_OS_ACCOUNT }; 52 static PubKeyExchangeParams g_25519ParamsS = { 0, GROUP_OWNER, GROUP_ID, g_authIdS, false, DEFAULT_OS_ACCOUNT };
|
/base/telephony/core_service/utils/vcard/src/contact_data/ |
H A D | vcard_group_data.cpp | 47 predicates.EqualTo(Group::GROUP_ID, groupId_);
in BuildData()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_table_old.cpp | 55 const std::string ReminderTable::GROUP_ID = "groupId"; member in OHOS::Notification::ReminderTable 120 AddColumn(GROUP_ID, "TEXT"); in InitBasicColumns()
|
H A D | reminder_table.cpp | 49 const std::string ReminderBaseTable::GROUP_ID = "group_id"; member in OHOS::Notification::ReminderBaseTable 140 AddColumn(GROUP_ID, "TEXT", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
|
H A D | reminder_store_strategy.cpp | 68 values.PutString(ReminderBaseTable::GROUP_ID, reminder->GetGroupId()); in AppendValuesBucket() 138 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderTable::GROUP_ID, groupId); in RecoverIdFromOldVersion() 287 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderBaseTable::GROUP_ID, groupId); in RecoverIdFromDb()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_table_old.h | 200 static const std::string GROUP_ID; member in OHOS::Notification::ReminderTable
|
H A D | reminder_table.h | 169 static const std::string GROUP_ID; member in OHOS::Notification::ReminderBaseTable
|
/base/security/asset/services/core_service/src/operations/ |
H A D | common.rs | 61 column::GROUP_ID,
|
/base/telephony/telephony_data/interfaces/innerkits/include/ |
H A D | sms_mms_data.h | 106 static constexpr const char *GROUP_ID = "group_id"; member in OHOS::Telephony::SmsMmsInfo
|
/base/telephony/telephony_data/sms_mms/src/ |
H A D | rdb_sms_mms_helper.cpp | 86 createTableStr.append(SmsMmsInfo::GROUP_ID).append(" INTEGER DEFAULT -1, "); in CreateSmsMmsInfoTableStr() 145 createTableStr.append(SmsMmsInfo::GROUP_ID).append(" INTEGER , "); in CreateMmsPartTableStr() 240 sql.append("select MAX(").append(SmsMmsInfo::GROUP_ID).append(") as "); in QueryMaxGroupId()
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
H A D | reminder_common.h | 78 const char* GROUP_ID = "groupId"; member
|
/base/security/asset/services/db_operator/src/ |
H A D | types.rs | 56 pub const GROUP_ID: &str = "GroupId"; consts 123 ColumnInfo { name: column::GROUP_ID, data_type: DataType::Bytes, is_primary_key: false, not_null: false },
|
/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_rdb_helper.cpp | 151 resultSet->GetColumnIndex(Group::GROUP_ID, curValueIndex); in QueryGroupId()
|
/base/telephony/core_service/utils/vcard/include/ |
H A D | vcard_constant.h | 268 static constexpr const char *GROUP_ID = "id"; member in OHOS::Telephony::Group
|
/base/telephony/telephony_data/test/unittest/data_test/ |
H A D | data_storage_test.cpp | 273 value.Put(SmsMmsInfo::GROUP_ID, 1); in SmsBatchInsert() 286 value.Put(SmsMmsInfo::GROUP_ID, 1); in SmsInsert()
|
/base/telephony/telephony_data/test/unittest/data_gtest/ |
H A D | data_storage_gtest.cpp | 273 value.Put(SmsMmsInfo::GROUP_ID, 1); in SmsBatchInsert() 286 value.Put(SmsMmsInfo::GROUP_ID, 1); in SmsInsert()
|
/base/telephony/sms_mms/services/sms/ |
H A D | sms_persist_helper.cpp | 252 resultSet->GetColumnIndex(SmsMmsInfo::GROUP_ID, columnIndex); in QueryMaxGroupId()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | reminder_common.cpp | 531 if (GetStringUtf8(env, value, ReminderAgentNapi::GROUP_ID, str, NotificationNapi::STR_MAX_SIZE)) { in GenReminderStringInner()
|