Searched defs:fromMsgId (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | cb_gtest.cpp | 95 uint32_t fromMsgId = 0; in OpenCellBroadcastTestFuc() local 131 uint32_t fromMsgId = 20; in OpenCellBroadcastTestFuc2() local 167 uint32_t fromMsgId = 0; in OpenCellBroadcastTestFuc3() local 203 uint32_t fromMsgId = 0; in OpenCellBroadcastTestFuc4() local 239 uint32_t fromMsgId = 0; in OpenCellBroadcastTestFuc5() local 274 uint32_t fromMsgId = 0; in OpenCellBroadcastTestFuc6() local 454 uint32_t fromMsgId = 0; in CloseCellBroadcastTestFuc() local 526 uint32_t fromMsgId = 0; in CloseCellBroadcastTestFuc3() local 562 uint32_t fromMsgId = 0; in CloseCellBroadcastTestFuc4() local 598 uint32_t fromMsgId = 0; in CloseCellBroadcastTestFuc5() local [all …]
|
H A D | zero_branch_sms_test.cpp | 1978 uint32_t fromMsgId = 1; variable
|
/ohos5.0/base/telephony/sms_mms/services/sms/ |
H A D | sms_misc_manager.cpp | 36 int32_t SmsMiscManager::SetCBConfig(bool enable, uint32_t fromMsgId, uint32_t toMsgId, uint8_t netT… in SetCBConfig() 80 bool SmsMiscManager::OpenCBRange(uint32_t fromMsgId, uint32_t toMsgId) in OpenCBRange() 89 uint32_t fromMsgId, uint32_t toMsgId, const std::list<gsmCBRangeInfo>::iterator &oldIter) in SplitMsgId() 101 bool SmsMiscManager::CloseCBRange(uint32_t fromMsgId, uint32_t toMsgId) in CloseCBRange()
|
H A D | sms_interface_manager.cpp | 165 int32_t SmsInterfaceManager::SetCBConfig(bool enable, uint32_t fromMsgId, uint32_t toMsgId, uint8_t… in SetCBConfig()
|
H A D | sms_service.cpp | 532 int32_t SmsService::SetCBConfig(int32_t slotId, bool enable, uint32_t fromMsgId, uint32_t toMsgId, … in SetCBConfig()
|
H A D | sms_interface_stub.cpp | 325 uint32_t fromMsgId = data.ReadUint32(); in OnSetCBConfig() local
|
/ohos5.0/base/telephony/sms_mms/services/sms/include/ |
H A D | sms_misc_manager.h | 45 uint32_t fromMsgId = 0; member
|
/ohos5.0/base/telephony/sms_mms/test/fuzztest/setgetcbconfig_fuzzer/ |
H A D | setgetcbconfig_fuzzer.cpp | 64 uint32_t fromMsgId = static_cast<uint32_t>(size / CB_CHANNEL_DIVISOR); in SetCBConfigFuzz() local
|
/ohos5.0/base/telephony/sms_mms/frameworks/native/sms/src/ |
H A D | sms_service_proxy.cpp | 277 int32_t slotId, bool enable, uint32_t fromMsgId, uint32_t toMsgId, uint8_t netType) in SetCBConfig()
|