Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp449 notificationRequest.ConvertJsonToPixelMap(nullptr, jsonObject); in HWTEST_F()
475 notificationRequest.ConvertJsonToPixelMap(target, jsonObject); in HWTEST_F()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h1122 … static void ConvertJsonToPixelMap(NotificationRequest *target, const nlohmann::json &jsonObject);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp806 ConvertJsonToPixelMap(pRequest, jsonObject); in FromJson()
1752 void NotificationRequest::ConvertJsonToPixelMap(NotificationRequest *target, const nlohmann::json &… in ConvertJsonToPixelMap() function in OHOS::Notification::NotificationRequest