Searched refs:REG_NOTIFY_STAT_LAC_CELLID (Results 1 - 8 of 8) sorted by relevance
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_enum.h | 33 REG_NOTIFY_STAT_LAC_CELLID, /* AT command: +CREG,+CGREG,+CEREG,+C5GREG,n=2,notify data format type 2 */ enumerator
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_enum.h | 111 REG_NOTIFY_STAT_LAC_CELLID, /* AT command: +CREG,+CGREG,+CEREG,+C5GREG,n=2,notify data format type 2 */ enumerator
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_network_test.cpp | 444 RilRegNotifyMode::REG_NOTIFY_STAT_LAC_CELLID); in HWTEST_F() 462 RilRegNotifyMode::REG_NOTIFY_STAT_LAC_CELLID); in HWTEST_F()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_network.c | 245 hrilRegInfo->notifyMode = REG_NOTIFY_STAT_LAC_CELLID; in ParseRegStatusStr() 266 if ((skip != (int32_t)REG_NOTIFY_STAT_LAC_CELLID) && (skip != (int32_t)REG_NOTIFY_STAT_ONLY)) { in ParseRegStatusStr() 1901 if (mode == REG_NOTIFY_STAT_LAC_CELLID) { in ReqSetLocateUpdates()
|
/base/telephony/core_service/services/tel_ril/test/ |
H A D | tel_ril_test.cpp | 1524 int32_t notifyModeValue = REG_NOTIFY_STAT_LAC_CELLID; in OnRequestSetLocateUpdatesTest() 1531 mode = REG_NOTIFY_STAT_LAC_CELLID; in OnRequestSetLocateUpdatesTest()
|
/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_manager.cpp | 1148 telRilManager_->SetLocateUpdates(slotId, RegNotifyMode::REG_NOTIFY_STAT_LAC_CELLID, event); in SetLocateUpdate()
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_test_util.cpp | 1771 RegNotifyMode mode = REG_NOTIFY_STAT_LAC_CELLID; in SetLocateUpdatesTest()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_network.cpp | 217 if ((regNotifyMode < REG_NOT_NOTIFY) || (regNotifyMode > REG_NOTIFY_STAT_LAC_CELLID)) { in SetLocateUpdates()
|
Completed in 22 milliseconds