Searched refs:typeInfo (Results 1 – 11 of 11) sorted by relevance
/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
D | os_account_info.h | 40 ConstraintSourceType typeInfo; member
|
/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
D | os_account_manager_module_test.cpp | 1495 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/ |
D | os_account_control_file_manager.cpp | 902 … 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()
|
D | inner_os_account_manager.cpp | 664 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/ |
D | ans_manager_proxy.cpp | 2164 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()
|
D | ans_manager_stub.cpp | 1420 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/ |
D | ans_manager_stub_test.cpp | 2735 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/ |
D | reminder_data_manager.cpp | 472 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/ |
D | os_account_stub.cpp | 1042 … if ((!reply.WriteInt32(constraintInfo.localId)) || (!reply.WriteInt32(constraintInfo.typeInfo))) { in ProcQueryOsAccountConstraintSourceTypes()
|
D | os_account_proxy.cpp | 1338 constraintSrcInfo.typeInfo = static_cast<ConstraintSourceType>(reply.ReadInt32()); in QueryOsAccountConstraintSourceTypes()
|
/base/account/os_account/interfaces/kits/napi/osaccount/src/ |
D | napi_os_account_common.cpp | 850 napi_create_int32(env, item.typeInfo, &valToJs); in QueryOAContSrcTypeForResult()
|