Searched refs:NapiGetBoolean (Results 1 – 4 of 4) sorted by relevance
| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| D | common.cpp | 53 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 …]
|
| D | subscribe.cpp | 57 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/ |
| D | common.h | 161 static napi_value NapiGetBoolean(napi_env env, const bool &isValue);
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
| D | publish.cpp | 647 return NotificationNapi::Common::NapiGetBoolean(env, true); in SetValidReminder()
|