Home
last modified time | relevance | path

Searched defs:slotId (Results 51 - 75 of 430) sorted by relevance

12345678910>>...18

/base/telephony/cellular_data/services/src/
H A Dstate_notification.cpp31 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 Dcallemergencynotice_fuzzer.cpp37 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in DoSomethingInterestingWithMyAPI() local
/base/telephony/call_manager/services/audio/src/
H A Dring.cpp50 int32_t Ring::Play(int32_t slotId) in Play() argument
/base/telephony/call_manager/services/spam_call/src/
H A Dspam_call_proxy.cpp33 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 Danswerrequest_fuzzer.cpp39 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in DoSomethingInterestingWithMyAPI() local
[all...]
/base/telephony/cellular_call/test/fuzztest/satellitecallrequest_fuzzer/
H A Dsatellitecallrequest_fuzzer.cpp39 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in DoSomethingInterestingWithMyAPI() local
/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_search_callback_base.h36 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 Druim_file_controller.cpp20 RuimFileController::RuimFileController(int slotId) : IccFileController("RuimFileController", slotId) {} in RuimFileController() argument
H A Dsim_sms_manager.cpp32 void SimSmsManager::Init(int slotId) in Init() argument
/base/telephony/ril_adapter/test/fuzztest/pdpcontextlistupdated_fuzzer/
H A Dpdpcontextlistupdated_fuzzer.cpp41 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in DoSomethingInterestingWithMyAPI() local
/base/telephony/sms_mms/test/fuzztest/databasedsmsdelivery_fuzzer/
H A Ddatabasedsmsdelivery_fuzzer.cpp43 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in DoSomethingInterestingWithMyAPI() local
/base/telephony/sms_mms/test/gtest/
H A Dsms_mms_test_helper.h24 int32_t slotId = 0; member in OHOS::Telephony::SmsMmsTestHelper
/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer_client.cpp93 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 Dtelephony_call_ffi.cpp39 bool FfiOHOSTelephonyCallIsEmergencyPhoneNumber(char* phoneNumber, int32_t slotId, int32_t* errCode) in FfiOHOSTelephonyCallIsEmergencyPhoneNumber() argument
/base/telephony/core_service/frameworks/cj/telephony_sim/src/
H A Dtelephony_sim_ffi.cpp24 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 Dims_core_service_callback_proxy.cpp26 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 Dtel_ril_callback.h342 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 Dwappushbuffer_fuzzer.cpp31 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 Dims_core_service.cpp108 int32_t ImsCoreService::GetImsRegistrationStatus(int32_t slotId) in GetImsRegistrationStatus() argument
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_type.cpp25 NetworkType::NetworkType(const std::weak_ptr<NetworkSearchManager> &networkSearchManager, int32_t slotId) in NetworkType() argument
/base/telephony/sms_mms/test/fuzztest/setgetsmsc_fuzzer/
H A Dsetgetsmsc_fuzzer.cpp56 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 Dupdatesimmessage_fuzzer.cpp59 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in UpdateSimMessage() local
/base/telephony/cellular_data/frameworks/cj/src/
H A Dtel_cellular_data_impl.cpp40 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 Ddata_request.cpp28 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 Dsatellite_sms_proxy.cpp34 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...]

Completed in 8 milliseconds

12345678910>>...18