| /base/telephony/cellular_data/services/src/ |
| H A D | state_notification.cpp | 31 void StateNotification::UpdateCellularDataConnectState(int32_t slotId, ApnProfileState dataState, int32_t networkType) in UpdateCellularDataConnectState() argument 40 void StateNotification::OnUpDataFlowtype(int32_t slotId, CellDataFlowType flowType) in OnUpDataFlowtype() argument
|
| /base/telephony/ril_adapter/test/fuzztest/callemergencynotice_fuzzer/ |
| H A D | callemergencynotice_fuzzer.cpp | 37 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in DoSomethingInterestingWithMyAPI() local
|
| /base/telephony/call_manager/services/audio/src/ |
| H A D | ring.cpp | 50 int32_t Ring::Play(int32_t slotId) in Play() argument
|
| /base/telephony/call_manager/services/spam_call/src/ |
| H A D | spam_call_proxy.cpp | 33 int32_t SpamCallProxy::DetectSpamCall(const std::string &phoneNumber, const int32_t &slotId, in DetectSpamCall() argument
|
| /base/telephony/cellular_call/test/fuzztest/answerrequest_fuzzer/ |
| H A D | answerrequest_fuzzer.cpp | 39 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in DoSomethingInterestingWithMyAPI() local [all...] |
| /base/telephony/cellular_call/test/fuzztest/satellitecallrequest_fuzzer/ |
| H A D | satellitecallrequest_fuzzer.cpp | 39 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in DoSomethingInterestingWithMyAPI() local
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| H A D | network_search_callback_base.h | 36 virtual bool HasInternetCapability(int32_t slotId, int32_t cId) in HasInternetCapability() argument 45 virtual void ClearCellularDataConnections(int32_t slotId) {} in ClearCellularDataConnections() argument 51 virtual void ClearCellularCallList(int32_t slotId) {} in ClearCellularCallList() argument 58 virtual void SetReadyToCall(int32_t slotId, int32_t callType, bool isReadyToCall) {} in SetReadyToCall() argument
|
| /base/telephony/core_service/services/sim/src/ |
| H A D | ruim_file_controller.cpp | 20 RuimFileController::RuimFileController(int slotId) : IccFileController("RuimFileController", slotId) {}
in RuimFileController() argument
|
| H A D | sim_sms_manager.cpp | 32 void SimSmsManager::Init(int slotId)
in Init() argument
|
| /base/telephony/ril_adapter/test/fuzztest/pdpcontextlistupdated_fuzzer/ |
| H A D | pdpcontextlistupdated_fuzzer.cpp | 41 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in DoSomethingInterestingWithMyAPI() local
|
| /base/telephony/sms_mms/test/fuzztest/databasedsmsdelivery_fuzzer/ |
| H A D | databasedsmsdelivery_fuzzer.cpp | 43 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in DoSomethingInterestingWithMyAPI() local
|
| /base/telephony/sms_mms/test/gtest/ |
| H A D | sms_mms_test_helper.h | 24 int32_t slotId = 0; member in OHOS::Telephony::SmsMmsTestHelper
|
| /base/telephony/state_registry/frameworks/native/observer/src/ |
| H A D | telephony_observer_client.cpp | 93 int32_t TelephonyObserverClient::RemoveStateObserver(int32_t slotId, uint32_t mask) in RemoveStateObserver() argument 82 AddStateObserver(const sptr<TelephonyObserverBroker> &telephonyObserver, int32_t slotId, uint32_t mask, bool isUpdate) AddStateObserver() argument
|
| /base/telephony/call_manager/frameworks/cj/src/ |
| H A D | telephony_call_ffi.cpp | 39 bool FfiOHOSTelephonyCallIsEmergencyPhoneNumber(char* phoneNumber, int32_t slotId, int32_t* errCode) in FfiOHOSTelephonyCallIsEmergencyPhoneNumber() argument
|
| /base/telephony/core_service/frameworks/cj/telephony_sim/src/ |
| H A D | telephony_sim_ffi.cpp | 24 bool FfiTelephonySimIsSimActive(int32_t slotId, int32_t *errCode) in FfiTelephonySimIsSimActive() argument 34 bool FfiTelephonySimHasOperatorPrivileges(int32_t slotId, int32_t *errCode) in FfiTelephonySimHasOperatorPrivileges() argument 39 char* FfiTelephonySimGetISOCountryCodeForSim(int32_t slotId, int32_t *errCode) in FfiTelephonySimGetISOCountryCodeForSim() argument 44 char* FfiTelephonySimGetSimOperatorNumeric(int32_t slotId, int32_t *errCode) in FfiTelephonySimGetSimOperatorNumeric() argument 49 char* FfiTelephonySimGetSimSpn(int32_t slotId, int32_t *errCode) in FfiTelephonySimGetSimSpn() argument 54 FfiTelephonySimGetSimState(int32_t slotId, int32_t *errCode) FfiTelephonySimGetSimState() argument 59 FfiTelephonySimGetCardType(int32_t slotId, int32_t *errCode) FfiTelephonySimGetCardType() argument 64 FfiTelephonySimHasSimCard(int32_t slotId, int32_t *errCode) FfiTelephonySimHasSimCard() argument 69 FfiTelephonySimGetSimAccountInfo(int32_t slotId, int32_t *errCode) FfiTelephonySimGetSimAccountInfo() argument 84 FfiTelephonySimGetOpKey(int32_t slotId, int32_t *errCode) FfiTelephonySimGetOpKey() argument 89 FfiTelephonySimGetOpName(int32_t slotId, int32_t *errCode) FfiTelephonySimGetOpName() argument [all...] |
| /base/telephony/core_service/services/ims_service_interaction/src/ |
| H A D | ims_core_service_callback_proxy.cpp | 26 UpdateImsServiceStatusChanged( int32_t slotId, const ImsServiceStatus &imsServiceStatus) UpdateImsServiceStatusChanged() argument 43 GetImsRegistrationStatusResponse( int32_t slotId, const ImsRegistrationStatus &imsRegStatus) GetImsRegistrationStatusResponse() argument 60 WriteCommonInfo(std::string funcName, MessageParcel &in, int32_t slotId) WriteCommonInfo() argument 73 SendRequest(MessageParcel &in, int32_t slotId, int32_t eventId) SendRequest() argument [all...] |
| /base/telephony/core_service/services/tel_ril/include/ |
| H A D | tel_ril_callback.h | 342 inline int32_t Execute(int32_t slotId, FuncType &&_func, ModuleFuncType _moduleFunc, ParamTypes &&... _args) const in Execute() argument 326 TaskSchedule( int32_t slotId, FuncType &&_func, ModuleFuncType _moduleFunc, ParamTypes &&... _args) const TaskSchedule() argument [all...] |
| /base/telephony/sms_mms/test/fuzztest/wappushbuffer_fuzzer/ |
| H A D | wappushbuffer_fuzzer.cpp | 31 int32_t slotId = static_cast<int32_t>(size % SIM_COUNT); in WapPushBuffer() local
|
| /base/telephony/cellular_call/vendor/ims/services/ims_core_service/src/ |
| H A D | ims_core_service.cpp | 108 int32_t ImsCoreService::GetImsRegistrationStatus(int32_t slotId) in GetImsRegistrationStatus() argument
|
| /base/telephony/core_service/services/network_search/src/ |
| H A D | network_type.cpp | 25 NetworkType::NetworkType(const std::weak_ptr<NetworkSearchManager> &networkSearchManager, int32_t slotId) in NetworkType() argument
|
| /base/telephony/sms_mms/test/fuzztest/setgetsmsc_fuzzer/ |
| H A D | setgetsmsc_fuzzer.cpp | 56 int32_t slotId = static_cast<int32_t>(size % SIM_COUNT); in SetSmscFuzz() local 84 int32_t slotId = static_cast<int32_t>(size % SIM_COUNT); in GetSmscFuzz() local
|
| /base/telephony/sms_mms/test/fuzztest/updatesimmessage_fuzzer/ |
| H A D | updatesimmessage_fuzzer.cpp | 59 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in UpdateSimMessage() local
|
| /base/telephony/cellular_data/frameworks/cj/src/ |
| H A D | tel_cellular_data_impl.cpp | 40 static inline bool IsValidSlotId(int32_t slotId) in IsValidSlotId() argument 191 bool CellularDataImpl::IsCellularDataRoamingEnabled(int32_t slotId, int32_t &errCode) in IsCellularDataRoamingEnabled() argument
|
| /base/telephony/sms_mms/services/mms/ |
| H A D | data_request.cpp | 28 DataRequest::DataRequest(int32_t slotId) : slotId_(slotId) {} in DataRequest() argument 32 int32_t DataRequest::HttpRequest(int32_t slotId, const std::string &method, std::shared_ptr<MmsNetworkManager> netMgr, in HttpRequest() argument
|
| /base/telephony/sms_mms/services/sms/satellite_service_interaction/src/ |
| H A D | satellite_sms_proxy.cpp | 34 int32_t SatelliteSmsProxy::RegisterSmsNotify(int32_t slotId, int32_t what, const sptr<ISatelliteSmsCallback> &callback) in RegisterSmsNotify() argument 78 int32_t SatelliteSmsProxy::UnRegisterSmsNotify(int32_t slotId, int32_t what) in UnRegisterSmsNotify() argument 114 int32_t SatelliteSmsProxy::SendSms(int32_t slotId, int32_t eventId, SatelliteMessage &message) in SendSms() argument 159 SendSmsMoreMode(int32_t slotId, int32_t eventId, SatelliteMessage &message) SendSmsMoreMode() argument 203 SendSmsAck(int32_t slotId, int32_t eventId, bool success, int32_t cause) SendSmsAck() argument [all...] |