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.cpp1495 EXPECT_EQ(constraintSourceTypeInfos[0].typeInfo, 2);
1520 EXPECT_EQ(constraintSourceTypeInfos[0].typeInfo, 0);
1538 constraintSourceTypeInfos[0].localId, constraintSourceTypeInfos[0].typeInfo);
1540 constraintSourceTypeInfos[1].localId, constraintSourceTypeInfos[1].typeInfo);
1548 EXPECT_EQ(constraintSourceTypeInfos[0].typeInfo, 0);
1562 EXPECT_EQ(constraintSourceTypeInfos[0].typeInfo, 1);
1567 EXPECT_EQ(constraintSourceTypeInfos[0].typeInfo, 0);
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_control_file_manager.cpp902 … constraintSourceTypeInfo.typeInfo = ConstraintSourceType::CONSTRAINT_TYPE_DEVICE_OWNER; in IsFromGlobalOAConstraintsList()
906 … constraintSourceTypeInfo.typeInfo = ConstraintSourceType::CONSTRAINT_TYPE_PROFILE_OWNER; in IsFromGlobalOAConstraintsList()
942 … constraintSourceTypeInfo.typeInfo = ConstraintSourceType::CONSTRAINT_TYPE_DEVICE_OWNER; in IsFromSpecificOAConstraintsList()
946 … constraintSourceTypeInfo.typeInfo = ConstraintSourceType::CONSTRAINT_TYPE_PROFILE_OWNER; in IsFromSpecificOAConstraintsList()
Dinner_os_account_manager.cpp664 constraintSourceTypeInfo.typeInfo = ConstraintSourceType::CONSTRAINT_NOT_EXIST; in QueryOsAccountConstraintSourceTypes()
675 constraintSourceTypeInfo.typeInfo = ConstraintSourceType::CONSTRAINT_TYPE_BASE; in QueryOsAccountConstraintSourceTypes()
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_manager_proxy.cpp2164 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::INVALID); in ReadReminders() local
2165 if (!reply.ReadUint8(typeInfo)) { in ReadReminders()
2169 auto reminderType = static_cast<ReminderRequest::ReminderType>(typeInfo); in ReadReminders()
2181 ANSR_LOGW("[GetValidReminders] type=%{public}hhu", typeInfo); in ReadReminders()
Dans_manager_stub.cpp1420 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::INVALID); in HandlePublishReminder() local
1421 if (!data.ReadUint8(typeInfo)) { in HandlePublishReminder()
1425 … ReminderRequest::ReminderType reminderType = static_cast<ReminderRequest::ReminderType>(typeInfo); in HandlePublishReminder()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
Dans_manager_stub_test.cpp2735 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::ALARM); variable
2741 data.WriteUint8(typeInfo);
2762 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::INVALID); variable
2766 data.WriteUint8(typeInfo);
2805 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::TIMER); variable
2811 data.WriteUint8(typeInfo);
2832 uint8_t typeInfo = static_cast<uint8_t>(ReminderRequest::ReminderType::CALENDAR); variable
2838 data.WriteUint8(typeInfo);
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp472 std::string typeInfo = type == TIME_ZONE_CHANGE ? "timeZone" : "dateTime"; in RefreshRemindersDueToSysTimeChange() local
473 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_stub.cpp1042 … if ((!reply.WriteInt32(constraintInfo.localId)) || (!reply.WriteInt32(constraintInfo.typeInfo))) { in ProcQueryOsAccountConstraintSourceTypes()
Dos_account_proxy.cpp1338 constraintSrcInfo.typeInfo = static_cast<ConstraintSourceType>(reply.ReadInt32()); in QueryOsAccountConstraintSourceTypes()
/base/account/os_account/interfaces/kits/napi/osaccount/src/
Dnapi_os_account_common.cpp850 napi_create_int32(env, item.typeInfo, &valToJs); in QueryOAContSrcTypeForResult()