Home
last modified time | relevance | path

Searched refs:NEED_LOCK (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_notification_map.h16 {HNOTI_CALL_STATE_UPDATED, NEED_LOCK},
17 {HNOTI_CALL_USSD_REPORT, NEED_LOCK},
19 {HNOTI_CALL_SRVCC_STATUS_REPORT, NEED_LOCK},
23 {HNOTI_SMS_NEW_SMS, NEED_LOCK},
24 {HNOTI_SMS_NEW_CDMA_SMS, NEED_LOCK},
25 {HNOTI_SMS_STATUS_REPORT, NEED_LOCK},
27 {HNOTI_CB_CONFIG_REPORT, NEED_LOCK},
29 {HNOTI_SIM_STATUS_CHANGED, NEED_LOCK},
32 {HNOTI_SIM_STK_ALPHA_NOTIFY, NEED_LOCK},
33 {HNOTI_SIM_STK_EVENT_NOTIFY, NEED_LOCK},
[all …]
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_types.h70 enum HRilRunningLockTypes { UNNEED_LOCK, NEED_LOCK }; enumerator
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp321 if (NEED_LOCK == iter->second) { in ReportNotification()