Home
last modified time | relevance | path

Searched defs:slotId (Results 76 - 100 of 458) sorted by relevance

12345678910>>...19

/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/core_service/services/sim/src/
H A Dsim_sms_manager.cpp32 void SimSmsManager::Init(int slotId) in Init() argument
H A Dsim_account_manager.cpp41 void SimAccountManager::Init(int32_t slotId) in Init() argument
70 int32_t SimAccountManager::GetOperatorConfigs(int32_t slotId, OHOS::Telephony::OperatorConfig &poc) in GetOperatorConfigs() argument
80 int32_t SimAccountManager::UpdateOperatorConfigs(int32_t slotId) in UpdateOperatorConfigs() argument
89 IsValidSlotId(int32_t slotId) IsValidSlotId() argument
100 IsValidSlotIdForDefault(int32_t slotId) IsValidSlotIdForDefault() argument
110 HasOperatorPrivileges(const int32_t slotId, bool &hasOperatorPrivileges) HasOperatorPrivileges() argument
[all...]
/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...]
/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
H A Dseparateconference_fuzzer.cpp40 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in DoSomethingInterestingWithMyAPI() local
/base/telephony/cellular_data/services/src/
H A Dtraffic_management.cpp27 TrafficManagement::TrafficManagement(int32_t slotId) : slotId_(slotId) {} in TrafficManagement() argument
/base/telephony/cellular_data/test/fuzztest/updatedisconnectmachine_fuzzer/
H A Dupdatedisconnectmachine_fuzzer.cpp39 int32_t slotId = static_cast<int32_t>(size % SIM_COUNT); in UpdateDisconnectMachineFuzz() local
/base/telephony/cellular_data/test/fuzztest/updateactivemachine_fuzzer/
H A Dupdateactivemachine_fuzzer.cpp38 int32_t slotId = static_cast<int32_t>(size % SIM_COUNT); in UpdateActiveMachineFuzz() local
/base/telephony/core_service/services/ims_service_interaction/src/
H A Dims_core_service_proxy.cpp25 int32_t ImsCoreServiceProxy::GetImsRegistrationStatus(int32_t slotId) in GetImsRegistrationStatus() argument
52 int32_t ImsCoreServiceProxy::GetPhoneNumberFromIMPU(int32_t slotId, std::string &phoneNumber) in GetPhoneNumberFromIMPU() argument
[all...]
H A Dims_core_service_client.cpp77 int32_t ImsCoreServiceClient::GetImsRegistrationStatus(int32_t slotId) in GetImsRegistrationStatus() argument
87 int32_t ImsCoreServiceClient::GetPhoneNumberFromIMPU(int32_t slotId, std::string &phoneNumber) in GetPhoneNumberFromIMPU() argument
151 int32_t ImsCoreServiceClient::RegisterImsCoreServiceCallbackHandler(int32_t slotId, in RegisterImsCoreServiceCallbackHandler() argument
167 GetHandler(int32_t slotId) GetHandler() argument
[all...]
H A Dims_core_service_callback_stub.cpp70 int32_t slotId = data.ReadInt32(); in OnImsServiceStatusReportInner() local
104 int32_t slotId = data.ReadInt32(); in OnGetImsRegistrationStatusResponseInner() local
80 UpdateImsServiceStatusChanged( int32_t slotId, const ImsServiceStatus &imsServiceStatus) UpdateImsServiceStatusChanged() argument
114 GetImsRegistrationStatusResponse( int32_t slotId, const ImsRegistrationStatus &imsRegStatus) GetImsRegistrationStatusResponse() argument
[all...]
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_file_manager_branch_test.cpp56 int slotId = 1; in HWTEST_F() local
91 int slotId = 1; in HWTEST_F() local
179 int slotId = 1; in HWTEST_F() local
H A Dnetwork_search_test.h184 int32_t slotId = 0; member
/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_send_recv_mms.h36 int32_t slotId = DEFAULT_SIM_SLOT_ID; member
/base/telephony/cellular_data/test/fuzztest/updateinactivemachine_fuzzer/
H A Dupdateinactivemachine_fuzzer.cpp39 int32_t slotId = static_cast<int32_t>(size % SIM_COUNT); in UpdateInActiveMachineFuzz() local
/base/telephony/sms_mms/services/sms/ims_service_interaction/src/
H A Dims_sms_proxy.cpp24 int32_t ImsSmsProxy::ImsSendMessage(int32_t slotId, const ImsMessageInfo &imsMessageInfo) in ImsSendMessage() argument
50 int32_t ImsSmsProxy::ImsSetSmsConfig(int32_t slotId, int32_t imsSmsConfig) in ImsSetSmsConfig() argument
64 ImsGetSmsConfig(int32_t slotId) ImsGetSmsConfig() argument
107 WriteCommonInfo(std::string funcName, MessageParcel &in, int32_t slotId) WriteCommonInfo() argument
120 SendRequest(MessageParcel &in, int32_t slotId, int32_t eventId) SendRequest() argument
[all...]
/base/telephony/sms_mms/test/gtest/
H A Dmms_receiver_mgr_gtest.cpp88 int32_t slotId = 1; in HWTEST_F() local
103 int32_t slotId = 1; in HWTEST_F() local
118 int32_t slotId = 1; in HWTEST_F() local
[all...]
/base/web/webview/ohos_adapter/net_connect_adapter/src/
H A Dnet_connect_callback_impl.cpp57 int32_t slotId = CellularDataClient::GetInstance().GetDefaultCellularDataSlotId(); in NetCapabilitiesChange() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_invoke_test.cpp58 uint32_t slotId = 5; in HWTEST_F_L0() local
87 uint32_t slotId = 5; in HWTEST_F_L0() local
/base/telephony/cellular_call/services/control/include/
H A Dcontrol_base.h413 GetCallFailReason(int32_t slotId, T &&t) const GetCallFailReason() argument
[all...]
/base/telephony/cellular_call/services/connection/src/
H A Dcellular_call_connection_satellite.cpp28 int32_t CellularCallConnectionSatellite::DialRequest(int32_t slotId, const DialRequestStruct &dialRequest) in DialRequest() argument
62 int32_t CellularCallConnectionSatellite::HangUpRequest(int32_t slotId) in HangUpRequest() argument
73 int32_t CellularCallConnectionSatellite::AnswerRequest(int32_t slotId) in AnswerRequest() argument
83 RejectRequest(int32_t slotId) RejectRequest() argument
93 GetSatelliteCallsDataRequest(int32_t slotId, int64_t lastCallsDataFlag) GetSatelliteCallsDataRequest() argument
114 SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const SendDtmfRequest() argument
130 StartDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const StartDtmfRequest() argument
146 StopDtmfRequest(int32_t slotId, int32_t index) const StopDtmfRequest() argument
162 ProcessPostDialCallChar(int32_t slotId, char c) ProcessPostDialCallChar() argument
[all...]
/base/telephony/cellular_call/vendor/ims/services/ims_sms/src/
H A Dims_sms_stub.cpp62 int32_t slotId = data.ReadInt32(); in OnImsSendMessage() local
75 int32_t slotId = data.ReadInt32(); in OnImsSetSmsConfig() local
84 int32_t slotId = data.ReadInt32(); in OnImsGetSmsConfig() local
/base/telephony/core_service/test/fuzztest/getsimeons_fuzzer/
H A Dgetsimeons_fuzzer.cpp55 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in IsNrSupported() local
70 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetPsRadioTech() local
85 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetCsRadioTech() local
100 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetNrOptionMode() local
115 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetSimEons() local
134 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); GetIsoCountryCodeForNetwork() local
149 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); GetSignalInfoList() local
[all...]

Completed in 9 milliseconds

12345678910>>...19