Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp610 auto pRequest1 = NotificationJsonConverter::ConvertFromJson<NotificationRequest>(jsonObject); in CheckJsonConverter() local
611 EXPECT_NE(pRequest1, nullptr); in CheckJsonConverter()
613 << pRequest1->Dump(); in CheckJsonConverter()
621 auto ret2 = NotificationJsonConverter::ConvertToJson(pRequest1, jsonObject2); in CheckJsonConverter()