Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp53 napi_value Common::NapiGetBoolean(napi_env env, const bool &isValue) in NapiGetBoolean() function in OHOS::NotificationNapi::Common
227 return NapiGetBoolean(env, false); in SetNotificationByDistributedOptions()
271 return NapiGetBoolean(env, false); in SetNotificationByDistributedOptions()
276 return NapiGetBoolean(env, true); in SetNotificationByDistributedOptions()
286 return NapiGetBoolean(env, false); in SetNotification()
291 return NapiGetBoolean(env, false); in SetNotification()
338 return NapiGetBoolean(env, false); in SetNotification()
349 return NapiGetBoolean(env, false); in SetNotification()
358 return NapiGetBoolean(env, true); in SetNotification()
370 return NapiGetBoolean(env, false); in SetNotificationRequestByString()
[all …]
Dsubscribe.cpp57 return Common::NapiGetBoolean(env, false); in SetSubscribeCallbackData()
62 return Common::NapiGetBoolean(env, false); in SetSubscribeCallbackData()
70 return Common::NapiGetBoolean(env, false); in SetSubscribeCallbackData()
79 return Common::NapiGetBoolean(env, false); in SetSubscribeCallbackData()
88 return Common::NapiGetBoolean(env, false); in SetSubscribeCallbackData()
117 return Common::NapiGetBoolean(env, true); in SetSubscribeCallbackData()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dcommon.h161 static napi_value NapiGetBoolean(napi_env env, const bool &isValue);
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dpublish.cpp647 return NotificationNapi::Common::NapiGetBoolean(env, true); in SetValidReminder()