Searched refs:rType (Results 1 – 4 of 4) sorted by relevance
1679 int32_t rType {-1}; in GetDeviceRemindType() local1680 if (!reply.ReadInt32(rType)) { in GetDeviceRemindType()1685 remindType = static_cast<NotificationConstant::RemindType>(rType); in GetDeviceRemindType()
1858 auto rType{ NotificationConstant::RemindType::NONE }; in HandleGetDeviceRemindType() local1859 ErrCode result = GetDeviceRemindType(rType); in HandleGetDeviceRemindType()1865 if (!reply.WriteInt32(static_cast<int32_t>(rType))) { in HandleGetDeviceRemindType()
2065 auto rType = NotificationConstant::RemindType::NONE; variable2066 EXPECT_EQ(NotificationHelper::GetDeviceRemindType(rType), ERR_OK);2067 …GI("ANS_Interface_MT_GetDeviceRemindType_00100:: rType : %{public}d", static_cast<int32_t>(rType));2069 EXPECT_NE(rType, NotificationConstant::RemindType::NONE);
2041 const RenderHandleType rType = RenderHandleUtil::GetHandleType(rhs); in GetCompatibilityFlags() local2044 if (lType == rType) { in GetCompatibilityFlags()