Home
last modified time | relevance | path

Searched refs:typeInfo (Results 1 – 11 of 11) sorted by relevance

/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_info.h40 ConstraintSourceType typeInfo; member
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
Dos_account_manager_module_test.cpp1577 EXPECT_EQ(constraintSourceTypeInfos[0].typeInfo, 2);
1602 EXPECT_EQ(constraintSourceTypeInfos[0].typeInfo, 0);
1620 constraintSourceTypeInfos[0].localId, constraintSourceTypeInfos[0].typeInfo);
1622 constraintSourceTypeInfos[1].localId, constraintSourceTypeInfos[1].typeInfo);
1630 EXPECT_EQ(constraintSourceTypeInfos[0].typeInfo, 0);
1644 EXPECT_EQ(constraintSourceTypeInfos[0].typeInfo, 1);
1649 EXPECT_EQ(constraintSourceTypeInfos[0].typeInfo, 0);
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_control_file_manager.cpp891 … constraintSourceTypeInfo.typeInfo = ConstraintSourceType::CONSTRAINT_TYPE_DEVICE_OWNER; in IsFromGlobalOAConstraintsList()
895 … constraintSourceTypeInfo.typeInfo = ConstraintSourceType::CONSTRAINT_TYPE_PROFILE_OWNER; in IsFromGlobalOAConstraintsList()
932 … constraintSourceTypeInfo.typeInfo = ConstraintSourceType::CONSTRAINT_TYPE_DEVICE_OWNER; in IsFromSpecificOAConstraintsList()
936 … constraintSourceTypeInfo.typeInfo = ConstraintSourceType::CONSTRAINT_TYPE_PROFILE_OWNER; in IsFromSpecificOAConstraintsList()
Dinner_os_account_manager.cpp644 constraintSourceTypeInfo.typeInfo = ConstraintSourceType::CONSTRAINT_NOT_EXIST; in QueryOsAccountConstraintSourceTypes()
655 constraintSourceTypeInfo.typeInfo = ConstraintSourceType::CONSTRAINT_TYPE_BASE; in QueryOsAccountConstraintSourceTypes()
Dos_account_stub.cpp1197 … if ((!reply.WriteInt32(constraintInfo.localId)) || (!reply.WriteInt32(constraintInfo.typeInfo))) { in ProcQueryOsAccountConstraintSourceTypes()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
Dans_manager_stub_test.cpp2592 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::ALARM); variable
2598 data.WriteUint8(typeInfo);
2619 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::INVALID); variable
2623 data.WriteUint8(typeInfo);
2662 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::TIMER); variable
2668 data.WriteUint8(typeInfo);
2689 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::CALENDAR); variable
2695 data.WriteUint8(typeInfo);
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_manager_proxy.cpp2064 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::INVALID); in ReadReminders() local
2065 if (!reply.ReadUint8(typeInfo)) { in ReadReminders()
2069 auto reminderType = static_cast<ReminderRequest::ReminderType>(typeInfo); in ReadReminders()
2081 ANSR_LOGW("[GetValidReminders] type=%{public}hhu", typeInfo); in ReadReminders()
Dans_manager_stub.cpp1377 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::INVALID); in HandlePublishReminder() local
1378 if (!data.ReadUint8(typeInfo)) { in HandlePublishReminder()
1382 … ReminderRequest::ReminderType reminderType = static_cast<ReminderRequest::ReminderType>(typeInfo); in HandlePublishReminder()
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp518 std::string typeInfo = type == TIME_ZONE_CHANGE ? "timeZone" : "dateTime"; in RefreshRemindersDueToSysTimeChange() local
519 ANSR_LOGI("Refresh all reminders due to %{public}s changed by user", typeInfo.c_str()); in RefreshRemindersDueToSysTimeChange()
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account_proxy.cpp1099 constraintSrcInfo.typeInfo = static_cast<ConstraintSourceType>(reply.ReadInt32()); in QueryOsAccountConstraintSourceTypes()
/base/account/os_account/interfaces/kits/napi/osaccount/src/
Dnapi_os_account_common.cpp858 napi_create_int32(env, item.typeInfo, &valToJs); in QueryOAContSrcTypeForResult()