Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp348 napi_value flagsResult = nullptr; in SetNotificationRequestByCustom() local
349 napi_create_object(env, &flagsResult); in SetNotificationRequestByCustom()
350 if (!SetNotificationFlags(env, flags, flagsResult)) { in SetNotificationRequestByCustom()
354 napi_set_named_property(env, result, "notificationFlags", flagsResult); in SetNotificationRequestByCustom()