Home
last modified time | relevance | path

Searched refs:rType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy.cpp1679 int32_t rType {-1}; in GetDeviceRemindType() local
1680 if (!reply.ReadInt32(rType)) { in GetDeviceRemindType()
1685 remindType = static_cast<NotificationConstant::RemindType>(rType); in GetDeviceRemindType()
H A Dans_manager_stub.cpp1858 auto rType{ NotificationConstant::RemindType::NONE }; in HandleGetDeviceRemindType() local
1859 ErrCode result = GetDeviceRemindType(rType); in HandleGetDeviceRemindType()
1865 if (!reply.WriteInt32(static_cast<int32_t>(rType))) { in HandleGetDeviceRemindType()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp2065 auto rType = NotificationConstant::RemindType::NONE; variable
2066 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);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp2041 const RenderHandleType rType = RenderHandleUtil::GetHandleType(rhs); in GetCompatibilityFlags() local
2044 if (lType == rType) { in GetCompatibilityFlags()