Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_enum.h103REG_NOTIFY_STAT_ONLY, /* AT command: +CREG,+CGREG,+CEREG,+C5GREG,n=1,notify data format type 1 */ enumerator
/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c249 hrilRegInfo->notifyMode = REG_NOTIFY_STAT_ONLY; in ParseRegStatusStr()
251 hrilRegInfo->notifyMode = REG_NOTIFY_STAT_ONLY; in ParseRegStatusStr()
265 … if ((skip != (int32_t)REG_NOTIFY_STAT_LAC_CELLID) && (skip != (int32_t)REG_NOTIFY_STAT_ONLY)) { in ParseRegStatusStr()
1871 } else if (mode == REG_NOTIFY_STAT_ONLY) { in ReqSetLocateUpdates()
/base/telephony/core_service/services/tel_ril/test/
Dtel_ril_test.cpp1811 mode = REG_NOTIFY_STAT_ONLY; in OnRequestSetLocateUpdatesTest()