Home
last modified time | relevance | path

Searched refs:GROUP_ID (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/pubkeyexchange_fuzzer/
H A Dpubkeyexchange_fuzzer.cpp32 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 Dsavetrustedinfo_fuzzer.cpp34 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 Dexpandsubsession_fuzzer.cpp37 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 Dauthcodeimport_fuzzer.cpp31 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 Dsave_trusted_info_test.cpp37 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 Dauth_code_import_test.cpp37 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 Dpub_key_exchange_test.cpp37 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 Dexpand_sub_session_test.cpp43 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 Ddistributed_sched_permission_test.cpp51 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 Dreminder_table_old.cpp55 const std::string ReminderTable::GROUP_ID = "groupId"; member in OHOS::Notification::ReminderTable
120 AddColumn(GROUP_ID, "TEXT"); in InitBasicColumns()
H A Dreminder_table.cpp49 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 Dreminder_store_strategy.cpp68 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 Drdb_sms_mms_helper.cpp86 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 Dsoftbus_message_open_channel.h28 #define GROUP_ID "GROUP_ID" macro
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain_adapter.c33 #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 Dtypes.rs56 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 Ddinput_softbus_define.h46 const std::string GROUP_ID = "input_softbus_group_id"; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h200 static const std::string GROUP_ID; variable
H A Dreminder_table.h169 static const std::string GROUP_ID; variable
/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dsms_mms_data.h106 static constexpr const char *GROUP_ID = "group_id"; variable
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dsoftbus_message_open_channel.c103 !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 Dreminder_common.h78 const char* GROUP_ID = "groupId"; variable
/ohos5.0/base/telephony/telephony_data/
H A DREADME_zh.md194 value.Put(SmsMmsInfo::GROUP_ID, 1);
/ohos5.0/base/telephony/telephony_data/test/unittest/data_test/
H A Ddata_storage_test.cpp273 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 Dcommon.rs61 column::GROUP_ID,

12