Home
last modified time | relevance | path

Searched refs:Alarm (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dalarm.h32 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 Dalarm_linux.c37 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 Dgap_def.h214 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 Dl2cap_inst.h93 Alarm *retransmissionTimer;
94 Alarm *monitorTimer;
155 Alarm *discTimer;
H A Dl2cap_cmn.h150 Alarm *timer;
/foundation/multimedia/player_framework/services/utils/
H A Dwatchdog.cpp105 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 Dhci_cmd.h32 Alarm *alarm;
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_common.h112 Alarm *alarm;
128 Alarm *bredrAlarm;
129 Alarm *leAlarm;
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_def.h159 Alarm *alarm;
177 Alarm *timeoutTimer;
207 Alarm *alarm;
H A Dsmp_common.h29 void SMP_GeneratePairResult(uint16_t handle, uint8_t status, uint8_t failedReason, Alarm *cancelTimer);
H A Dsmp.c84 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 Dwatchdog.h27 * 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 Drfcomm_defs.h347 Alarm *timer;
393 Alarm *timer;
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.c58 static Alarm *g_waitHdiInitAlarm = NULL;
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c65 Alarm *timeoutTimer;
144 static Alarm *g_cleanupTimer = NULL;
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_connect.c41 Alarm *timer;

Completed in 15 milliseconds