Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h1265 static void ConvertJsonToBoolExt(NotificationRequest *target, const nlohmann::json &jsonObject);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp1879 ConvertJsonToBoolExt(target, jsonObject); in ConvertJsonToBool()
1882 void NotificationRequest::ConvertJsonToBoolExt(NotificationRequest *target, const nlohmann::json &j… in ConvertJsonToBoolExt() function in OHOS::Notification::NotificationRequest