Home
last modified time | relevance | path

Searched refs:notification (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/location/gnss/hdi_service/
H A Dgnss_interface_impl.cpp57 static void NiNotifyCallback(OHOS::HDI::Location::GnssNiNotificationRequest *notification) in NiNotifyCallback() argument
59 if (notification == nullptr) { in NiNotifyCallback()
66 niNotification.gnssNiNotificationId = notification->gnssNiNotificationId; in NiNotifyCallback()
67 niNotification.gnssNiRequestCategory = GnssNiRequestCategory(notification->gnssNiRequestCategory); in NiNotifyCallback()
68 niNotification.notificationCategory = notification->notificationCategory; in NiNotifyCallback()
69 niNotification.requestTimeout = notification->requestTimeout; in NiNotifyCallback()
70 niNotification.defaultResponseCmd = notification->defaultResponseCmd; in NiNotifyCallback()
71 niNotification.supplicantInfo = notification->supplicantInfo; in NiNotifyCallback()
72 niNotification.notificationText = notification->notificationText; in NiNotifyCallback()
73 niNotification.supplicantInfoEncoding = GnssNiRequestEncodingFormat(notification in NiNotifyCallback()
[all...]
H A Dlocation_vendor_lib.h1108 * Definition of the GNSS NI notification request structure.
1124 * Category of notification. See GnssNiNotificationCategory for the definition of gnssNiCategory.
1160 * Callback for GNSS NI notification reporting.
1162 typedef void (*OnGnssNiNotificationChange)(GnssNiNotificationRequest *notification);

Completed in 4 milliseconds