/ohos5.0/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"; variable 37 static PubKeyExchangeParams g_paramsC = { 0, GROUP_OWNER, GROUP_ID, g_authIdC, false, DEFAULT_OS_AC… 38 static PubKeyExchangeParams g_paramsS = { 0, GROUP_OWNER, GROUP_ID, g_authIdS, false, DEFAULT_OS_AC… 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_A… in PubkeyExchangeTest06() 109 …PubKeyExchangeParams errorParams = { 0, GROUP_OWNER, GROUP_ID, { (uint8_t *)AUTH_ID_C_VAL, 0 }, fa… in PubkeyExchangeTest07()
|
/ohos5.0/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"; variable 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()
|
/ohos5.0/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"; variable 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_… 46 static PubKeyExchangeParams g_25519ParamsS = { 0, GROUP_OWNER, GROUP_ID, g_authIdS, false, DEFAULT_…
|
/ohos5.0/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"; variable 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()
|
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/expand_process_lib/ |
H A D | save_trusted_info_test.cpp | 37 static const char *GROUP_ID = "E2EE6F830B176B2C96A9F99BFAE2A61F5D1490B9F4A090E9D8C2874C230C7C21"; variable 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 }; 276 GROUP_ID, GROUP_NAME, GROUP_OWNER, AUTH_ID_S, AUTH_ID_S, USER_ID_S }; 327 nullptr, GROUP_ID, AUTH_ID_C, false }; 343 GROUP_OWNER, GROUP_ID, nullptr, false }; 383 GROUP_ID, GROUP_NAME, GROUP_OWNER, AUTH_ID_S, AUTH_ID_S, USER_ID_S }; 628 GROUP_ID, GROUP_NAME, GROUP_OWNER, AUTH_ID_C, AUTH_ID_C, USER_ID_C }; in TestMemoryException() 657 GROUP_ID, GROUP_NAME, GROUP_OWNER, AUTH_ID_S, AUTH_ID_S, USER_ID_S }; in TestMemoryException2()
|
H A D | auth_code_import_test.cpp | 37 static const char *GROUP_ID = "E2EE6F830B176B2C96A9F99BFAE2A61F5D1490B9F4A090E9D8C2874C230C7C21"; variable 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 }; 157 …AuthCodeImportParams errorParams = { 0, GROUP_OWNER, GROUP_ID, { nullptr, 0 }, DEFAULT_OS_ACCOUNT … 165 { 0, GROUP_OWNER, GROUP_ID, { (uint8_t *)AUTH_ID_C_VAL, 0 }, DEFAULT_OS_ACCOUNT };
|
H A D | pub_key_exchange_test.cpp | 37 static const char *GROUP_ID = "E2EE6F830B176B2C96A9F99BFAE2A61F5D1490B9F4A090E9D8C2874C230C7C21"; variable 42 static PubKeyExchangeParams g_paramsC = { 0, GROUP_OWNER, GROUP_ID, g_authIdC, false, DEFAULT_OS_AC… 43 static PubKeyExchangeParams g_paramsS = { 0, GROUP_OWNER, GROUP_ID, g_authIdS, false, DEFAULT_OS_AC… 143 … PubKeyExchangeParams errorParams = { 0, nullptr, GROUP_ID, g_authIdC, false, DEFAULT_OS_ACCOUNT }; 157 …PubKeyExchangeParams errorParams = { 0, GROUP_OWNER, GROUP_ID, { nullptr, 0 }, false, DEFAULT_OS_A… 165 { 0, GROUP_OWNER, GROUP_ID, { (uint8_t *)AUTH_ID_C_VAL, 0 }, false, DEFAULT_OS_ACCOUNT };
|
/ohos5.0/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"; variable 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_… 52 static PubKeyExchangeParams g_25519ParamsS = { 0, GROUP_OWNER, GROUP_ID, g_authIdS, false, DEFAULT_…
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_permission_test.cpp | 51 const string GROUP_ID = "TEST_GROUP_ID"; variable 250 std::string groupId = GROUP_ID; 275 std::string groupId = GROUP_ID; 1265 std::string groupId = GROUP_ID; 1289 std::string groupId = GROUP_ID; 1337 std::string groupId = GROUP_ID; 1361 std::string groupId = GROUP_ID; 1386 std::string groupId = GROUP_ID; 1411 std::string groupId = GROUP_ID; 1435 std::string groupId = GROUP_ID; [all …]
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/ |
H A D | softbus_message_open_channel.h | 28 #define GROUP_ID "GROUP_ID" macro
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_hichain_adapter.c | 33 #define GROUP_ID "groupId" macro 235 if (!GetJsonObjectStringItem(groupItem, GROUP_ID, groupId, UDID_BUF_LEN)) { in HasTrustedRelationWithLocalDevice()
|
/ohos5.0/base/security/asset/services/db_operator/src/ |
H A D | types.rs | 56 pub const GROUP_ID: &str = "GroupId"; const 123 …ColumnInfo { name: column::GROUP_ID, data_type: DataType::Bytes, is_primary_key: false, not_null: …
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/common/include/ |
H A D | dinput_softbus_define.h | 46 const std::string GROUP_ID = "input_softbus_group_id"; variable
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_table_old.h | 200 static const std::string GROUP_ID; variable
|
H A D | reminder_table.h | 169 static const std::string GROUP_ID; variable
|
/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/ |
H A D | sms_mms_data.h | 106 static constexpr const char *GROUP_ID = "group_id"; variable
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/src/ |
H A D | softbus_message_open_channel.c | 103 !AddStringToJsonObject(json, GROUP_ID, appInfo->groupId) || in JsonObjectPackRequestEx() 214 !GetJsonObjectStringItem(msg, GROUP_ID, (appInfo->groupId), GROUP_ID_SIZE_MAX) || in ParseMessageToAppInfo()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
H A D | reminder_common.h | 78 const char* GROUP_ID = "groupId"; variable
|
/ohos5.0/base/telephony/telephony_data/ |
H A D | README_zh.md | 194 value.Put(SmsMmsInfo::GROUP_ID, 1);
|
/ohos5.0/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()
|
/ohos5.0/base/security/asset/services/core_service/src/operations/ |
H A D | common.rs | 61 column::GROUP_ID,
|