Searched refs:ParseGetValidParameter (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | publish.cpp | 247 napi_value ParseGetValidParameter(const napi_env &env, const napi_callback_info &info, Parameters &… in ParseGetValidParameter() function 865 if (ParseGetValidParameter(env, info, params, *asynccallbackinfo, isThrow) == nullptr) { in InnerGetValidReminders() 929 if (ParseGetValidParameter(env, info, params, *asynccallbackinfo, isThrow) == nullptr) { in InnerGetAllValidReminders()
|