Searched refs:Alarm (Results 1 - 16 of 16) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/ |
H A D | alarm.h | 32 typedef struct Alarm Alarm; typedef 36 * @brief Perform instantiation of the Alarm. 44 * @brief Clean up the Alarm Module. 51 * @brief Perform instantiation of the Alarm, set Alarm Attributes isPeriodic and name. 53 * @param name Alarm Name. 54 * @param isPeriodic Alarm isPeriodic. 55 * @return Succeed return Alarm pointer, failed return NULL. 58 Alarm *AlarmCreat [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/ |
H A D | alarm_linux.c | 37 typedef struct Alarm { struct 48 g_alarmThread = ThreadCreate("Stack-Alarm"); in AlarmModuleInit() 50 LOG_ERROR("Alarm thread create failed."); in AlarmModuleInit() 68 Alarm *alarm = (Alarm *)parameter; in AlarmNotify() 79 LOG_WARN("Alarm has expired more than one times."); in AlarmNotify() 83 LOG_INFO("Alarm is stopped or reset before callback called."); in AlarmNotify() 85 LOG_ERROR("Alarm read value failed, error no: %{public}d.", errno); in AlarmNotify() 96 Alarm *AlarmCreate(const char *name, const bool isPeriodic) in AlarmCreate() 98 Alarm *alar in AlarmCreate() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_def.h | 214 Alarm *waitRetryalarm; 219 Alarm *alarm; 232 Alarm *aclAlarm; 233 Alarm *waitEncryptAlarm; 298 Alarm *alarm;
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_inst.h | 93 Alarm *retransmissionTimer; 94 Alarm *monitorTimer; 155 Alarm *discTimer;
|
H A D | l2cap_cmn.h | 150 Alarm *timer;
|
/foundation/multimedia/player_framework/services/utils/ |
H A D | watchdog.cpp | 105 void WatchDog::Alarm() in Alarm() function in OHOS::Media::WatchDog 107 MEDIA_LOGI("Alarm!"); in Alarm() 146 Alarm(); in WatchDogThread()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/ |
H A D | hci_cmd.h | 32 Alarm *alarm;
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_common.h | 112 Alarm *alarm; 128 Alarm *bredrAlarm; 129 Alarm *leAlarm;
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_def.h | 159 Alarm *alarm; 177 Alarm *timeoutTimer; 207 Alarm *alarm;
|
H A D | smp_common.h | 29 void SMP_GeneratePairResult(uint16_t handle, uint8_t status, uint8_t failedReason, Alarm *cancelTimer);
|
H A D | smp.c | 84 static void SMP_GenPairRetException(uint16_t handle, uint8_t status, uint8_t failedReason, Alarm *cancelTimer); 1013 void SMP_GeneratePairResult(uint16_t handle, uint8_t status, uint8_t failedReason, Alarm *cancelTimer) in SMP_GeneratePairResult() 1606 static void SMP_GenPairRetException(uint16_t handle, uint8_t status, uint8_t failedReason, Alarm *cancelTimer) in SMP_GenPairRetException()
|
/foundation/multimedia/player_framework/services/utils/include/ |
H A D | watchdog.h | 27 * More than timeoutMs_ If Notify() is not used to trigger the dog feeding action within, the Alarm() action 59 * It needs to be called regularly within the timeoutMs_ time, otherwise Alarm() will be triggered. 68 virtual void Alarm(); 77 * The watchdog timeout will trigger the Alarm() action and enter the pause state,
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_defs.h | 347 Alarm *timer; 393 Alarm *timer;
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci.c | 58 static Alarm *g_waitHdiInitAlarm = NULL;
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_acl.c | 65 Alarm *timeoutTimer; 144 static Alarm *g_cleanupTimer = NULL;
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_connect.c | 41 Alarm *timer;
|
Completed in 17 milliseconds