Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp471 notificationRequest.ConvertJsonToPixelMap(nullptr, jsonObject); in HWTEST_F()
497 notificationRequest.ConvertJsonToPixelMap(target, jsonObject); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h1455 … static void ConvertJsonToPixelMap(NotificationRequest *target, const nlohmann::json &jsonObject);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp903 ConvertJsonToPixelMap(pRequest, jsonObject); in FromJson()
2203 void NotificationRequest::ConvertJsonToPixelMap(NotificationRequest *target, const nlohmann::json &… in ConvertJsonToPixelMap() function in OHOS::Notification::NotificationRequest