Searched refs:isStopwatch (Results 1 - 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 188 bool isStopwatch; member
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_utils.cpp | 185 // isStopwatch?: boole in GetNotificationRequestByBool() 186 bool isStopwatch = cjRequest.isStopwatch; in GetNotificationRequestByBool() local 187 request.SetShowStopwatch(isStopwatch); in GetNotificationRequestByBool() 1000 // isStopwatch?: boolean in SetNotificationRequestByBool() 1001 notificationRequest.isStopwatch = request->IsShowStopwatch(); in SetNotificationRequestByBool()
|
/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi_convert_request.cpp | 120 // isStopwatch?: boolean in GetNotificationRequestByBool() 890 bool isStopwatch = false; in GetNotificationIsStopwatch() local 892 NAPI_CALL(env, napi_has_named_property(env, value, "isStopwatch", &hasProperty)); in GetNotificationIsStopwatch() 894 napi_get_named_property(env, value, "isStopwatch", &result); in GetNotificationIsStopwatch() 900 napi_get_value_bool(env, result, &isStopwatch); in GetNotificationIsStopwatch() 901 request.SetShowStopwatch(isStopwatch); in GetNotificationIsStopwatch()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_request.cpp | 164 // isStopwatch?: boolean in SetNotificationRequestByBool() 166 napi_set_named_property(env, result, "isStopwatch", value); in SetNotificationRequestByBool() 646 // isStopwatch?: boolean in GetNotificationRequestByBool() 1426 bool isStopwatch = false; in GetNotificationIsStopwatch() local 1428 NAPI_CALL(env, napi_has_named_property(env, value, "isStopwatch", &hasProperty)); in GetNotificationIsStopwatch() 1430 napi_get_named_property(env, value, "isStopwatch", &result); in GetNotificationIsStopwatch() 1436 napi_get_value_bool(env, result, &isStopwatch); in GetNotificationIsStopwatch() 1437 request.SetShowStopwatch(isStopwatch); in GetNotificationIsStopwatch()
|
Completed in 13 milliseconds