Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_check_info_test.cpp134 checkInfo.ConvertJsonStringToValue(obj);
149 checkInfo.ConvertJsonStringToValue(obj);
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_check_info.h53 void ConvertJsonStringToValue(const std::string &notificationData);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_check_info.cpp122 void NotificationCheckInfo::ConvertJsonStringToValue(const std::string &notificationData) in ConvertJsonStringToValue() function in OHOS::Notification::NotificationCheckInfo
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_push_callback.cpp137 checkInfo->ConvertJsonStringToValue(notificationData); in OnCheckNotification()