Home
last modified time | relevance | path

Searched refs:isDistributed (Results 1 - 4 of 4) sorted by relevance

/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_notification.cpp51 // isDistributed?: boolean in GetNotificationRequestDistributedOptions()
78 bool isDistributed = false; in GetNotificationIsDistributed() local
80 NAPI_CALL(env, napi_has_named_property(env, value, "isDistributed", &hasProperty)); in GetNotificationIsDistributed()
82 napi_get_named_property(env, value, "isDistributed", &result); in GetNotificationIsDistributed()
88 napi_get_value_bool(env, result, &isDistributed); in GetNotificationIsDistributed()
89 request.SetDistributed(isDistributed); in GetNotificationIsDistributed()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_notification.cpp44 // isDistributed?: boolean in SetNotificationByDistributedOptions()
50 napi_set_named_property(env, result, "isDistributed", value); in SetNotificationByDistributedOptions()
185 // isDistributed?: boolean in GetNotificationRequestDistributedOptions()
212 bool isDistributed = false; in GetNotificationIsDistributed() local
214 NAPI_CALL(env, napi_has_named_property(env, value, "isDistributed", &hasProperty)); in GetNotificationIsDistributed()
216 napi_get_named_property(env, value, "isDistributed", &result); in GetNotificationIsDistributed()
222 napi_get_value_bool(env, result, &isDistributed); in GetNotificationIsDistributed()
223 request.SetDistributed(isDistributed); in GetNotificationIsDistributed()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h127 bool isDistributed; member
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp89 // isDistributed?: boolean in GetNotificationRequestDistributedOptions()
90 request.SetDistributed(distributedOption->isDistributed); in GetNotificationRequestDistributedOptions()

Completed in 5 milliseconds