Home
last modified time | relevance | path

Searched defs:slotId (Results 201 - 225 of 430) sorted by relevance

12345678910>>...18

/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_observer.h30 void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated() argument
36 void OnSignalInfoUpdated(int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) in OnSignalInfoUpdated() argument
41 void OnSignalInfoUpdatedExt(int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) in OnSignalInfoUpdatedExt() argument
46 void OnNetworkStateUpdated(int32_t slotId, const sptr<NetworkState> &networkState) in OnNetworkStateUpdated() argument
51 void OnNetworkStateUpdatedExt(int32_t slotId, const sptr<NetworkState> &networkState) in OnNetworkStateUpdatedExt() argument
56 OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) OnCellInfoUpdated() argument
61 OnCellInfoUpdatedExt(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) OnCellInfoUpdatedExt() argument
66 OnSimStateUpdated(int32_t slotId, CardType type, SimState state, LockReason reason) OnSimStateUpdated() argument
71 OnCellularDataConnectStateUpdated(int32_t slotId, int32_t dataState, int32_t networkType) OnCellularDataConnectStateUpdated() argument
77 OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) OnCellularDataFlowUpdated() argument
83 OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) OnCfuIndicatorUpdated() argument
89 OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) OnVoiceMailMsgIndicatorUpdated() argument
[all...]
/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_helper.cpp158 int RdbPdpProfileHelper::InitAPNDatabase(int slotId, const std::string &opKey, bool isNeedCheckFile) in InitAPNDatabase() argument
/base/telephony/state_registry/frameworks/js/napi/src/
H A Dnapi_state_registry.cpp60 static inline bool IsValidSlotIdEx(TelephonyUpdateEventType eventType, int32_t slotId) in IsValidSlotIdEx() argument
146 napi_value slotId = NapiUtil::GetNamedProperty(env, object, "slotId"); in On() local
[all...]
H A Dnapi_telephony_observer.cpp24 void NapiTelephonyObserver::OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated() argument
49 void NapiTelephonyObserver::OnNetworkStateUpdated(int32_t slotId, const sptr<NetworkState> &networkState) in OnNetworkStateUpdated() argument
36 OnSignalInfoUpdated( int32_t slotId, const std::vector<sptr<SignalInformation>> &signalInfoList) OnSignalInfoUpdated() argument
63 OnSimStateUpdated( int32_t slotId, CardType type, SimState state, LockReason reason) OnSimStateUpdated() argument
77 OnCellInfoUpdated(int32_t slotId, const std::vector<sptr<CellInformation>> &vec) OnCellInfoUpdated() argument
88 OnCellularDataConnectStateUpdated( int32_t slotId, int32_t dataState, int32_t networkType) OnCellularDataConnectStateUpdated() argument
104 OnCellularDataFlowUpdated(int32_t slotId, int32_t dataFlowType) OnCellularDataFlowUpdated() argument
118 OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) OnCfuIndicatorUpdated() argument
137 OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) OnVoiceMailMsgIndicatorUpdated() argument
[all...]
/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer_proxy.cpp27 OnCallStateUpdated( int32_t slotId, int32_t callState, const std::u16string &phoneNumber) OnCallStateUpdated() argument
52 OnSimStateUpdated( int32_t slotId, CardType type, SimState state, LockReason reason) OnSimStateUpdated() argument
78 OnSignalInfoUpdated( int32_t slotId, const std::vector<sptr<SignalInformation>> &vec) OnSignalInfoUpdated() argument
110 OnCellInfoUpdated( int32_t slotId, const std::vector<sptr<CellInformation>> &vec) OnCellInfoUpdated() argument
149 OnNetworkStateUpdated( int32_t slotId, const sptr<NetworkState> &networkState) OnNetworkStateUpdated() argument
175 OnCellularDataConnectStateUpdated( int32_t slotId, int32_t dataState, int32_t networkType) OnCellularDataConnectStateUpdated() argument
200 OnCellularDataFlowUpdated( int32_t slotId, int32_t dataFlowType) OnCellularDataFlowUpdated() argument
224 OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) OnCfuIndicatorUpdated() argument
246 OnVoiceMailMsgIndicatorUpdated(int32_t slotId, bool voiceMailMsgResult) OnVoiceMailMsgIndicatorUpdated() argument
[all...]
/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp217 int slotId = Telephony::CellularDataClient::GetInstance().GetDefaultCellularDataSlotId(); in GetIsoCountryCode() local
/base/notification/distributed_notification_service/services/test/moduletest/
H A Dans_module_test.cpp1170 std::string slotId = slot->GetId(); in HWTEST_F() local
/base/telephony/call_manager/services/call/src/
H A Dvoip_call.cpp142 int32_t VoIPCall::SetMute(int32_t mute, int32_t slotId) in SetMute() argument
/base/telephony/cellular_call/services/connection/src/
H A Dcellular_call_connection_ims.cpp27 int32_t CellularCallConnectionIMS::DialRequest(int32_t slotId, const ImsDialInfoStruct &dialRequest) in DialRequest() argument
62 int32_t CellularCallConnectionIMS::HangUpRequest(int32_t slotId, const std::string &phoneNum, int32_t index) in HangUpRequest() argument
93 AnswerRequest( int32_t slotId, const std::string &phoneNum, int32_t videoState, int32_t index) AnswerRequest() argument
125 RejectRequest(int32_t slotId, const std::string &phoneNum, int32_t index) RejectRequest() argument
156 HoldCallRequest(int32_t slotId) HoldCallRequest() argument
171 UnHoldCallRequest(int32_t slotId) UnHoldCallRequest() argument
186 SwitchCallRequest(int32_t slotId) SwitchCallRequest() argument
205 CombineConferenceRequest(int32_t slotId, int32_t voiceCall) CombineConferenceRequest() argument
219 InviteToConferenceRequest( int32_t slotId, const std::vector<std::string> &numberList) InviteToConferenceRequest() argument
234 KickOutFromConferenceRequest(int32_t slotId, int32_t index) KickOutFromConferenceRequest() argument
248 CallSupplementRequest(int32_t slotId, CallSupplementType type) CallSupplementRequest() argument
264 GetImsCallsDataRequest(int32_t slotId, int64_t lastCallsDataFlag) GetImsCallsDataRequest() argument
278 SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const SendDtmfRequest() argument
292 StartDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const StartDtmfRequest() argument
306 StopDtmfRequest(int32_t slotId, int32_t index) const StopDtmfRequest() argument
320 StartRttRequest(int32_t slotId, const std::string &msg) StartRttRequest() argument
334 StopRttRequest(int32_t slotId) StopRttRequest() argument
362 ProcessPostDialCallChar(int32_t slotId, char c) ProcessPostDialCallChar() argument
[all...]
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
H A Dims_service_test.cpp86 bool HasSimCard(int32_t slotId) in HasSimCard() argument
/base/telephony/cellular_data/services/src/
H A Ddata_connection_monitor.cpp35 DataConnectionMonitor::DataConnectionMonitor(int32_t slotId) : TelEventHandler("DataConnectionMonitor"), slotId_(slotId) in DataConnectionMonitor() argument
/base/telephony/core_service/frameworks/cj/telephony_radio/src/
H A Dtelephony_radio_impl.cpp87 static inline bool IsValidSlotId(int32_t slotId) in IsValidSlotId() argument
92 static inline bool IsValidSlotIdEx(int32_t slotId) in IsValidSlotIdEx() argument
177 CNetworkRadioTech TelephonyRadioImpl::GetRadioTech(int32_t slotId, int32_t &errCode) in GetRadioTech() argument
202 GetNetworkState(int32_t slotId, int32_t &errCode) GetNetworkState() argument
239 GetNetworkSelectionMode(int32_t slotId, int32_t &errCode) GetNetworkSelectionMode() argument
267 GetISOCountryCodeForNetwork(int32_t slotId, int32_t &errCode) GetISOCountryCodeForNetwork() argument
285 int32_t slotId = DEFAULT_SIM_SLOT_ID; GetPrimarySlotId() local
292 GetSignalInfoList(int32_t slotId, int32_t &errCode) GetSignalInfoList() argument
353 IsRadioOn(int32_t slotId, int32_t &errCode) IsRadioOn() argument
380 GetOperatorName(int32_t slotId, int32_t &errCode) GetOperatorName() argument
[all...]
/base/telephony/core_service/frameworks/cj/telephony_sim/src/
H A Dtelephony_sim_impl.cpp98 static inline bool IsValidSlotId(int32_t slotId) in IsValidSlotId() argument
103 static inline bool IsValidSlotIdEx(int32_t slotId) in IsValidSlotIdEx() argument
117 bool TelephonySimImpl::IsSimActive(int32_t slotId, int32_t &errCode) in IsSimActive() argument
131 int32_t slotId = -1; getDefaultVoiceSlotId() local
136 hasOperatorPrivileges(int32_t slotId, int32_t &errCode) hasOperatorPrivileges() argument
150 getISOCountryCodeForSim(int32_t slotId, int32_t &errCode) getISOCountryCodeForSim() argument
167 getSimOperatorNumeric(int32_t slotId, int32_t &errCode) getSimOperatorNumeric() argument
183 getSimSpn(int32_t slotId, int32_t &errCode) getSimSpn() argument
198 getSimState(int32_t slotId, int32_t &errCode) getSimState() argument
212 getCardType(int32_t slotId, int32_t &errCode) getCardType() argument
226 hasSimCard(int32_t slotId, int32_t &errCode) hasSimCard() argument
250 getSimAccountInfo(int32_t slotId, int32_t &errCode) getSimAccountInfo() argument
309 getOpKey(int32_t slotId, int32_t &errCode) getOpKey() argument
324 getOpName(int32_t slotId, int32_t &errCode) getOpName() argument
[all...]
/base/telephony/core_service/services/sim/src/
H A Dradio_protocol_controller.cpp56 int32_t RadioProtocolController::GetRadioProtocolTech(int32_t slotId) in GetRadioProtocolTech() argument
62 int32_t RadioProtocolController::GetRadioProtocolModemId(int32_t slotId) in GetRadioProtocolModemId() argument
68 void RadioProtocolController::GetRadioProtocol(int32_t slotId) in GetRadioProtocol() argument
84 bool RadioProtocolController::SetRadioProtocol(int32_t slotId) in SetRadioProtocol() argument
368 int32_t slotId in UpdateRadioProtocol() local
445 SetActiveSimToRil(int32_t slotId, int32_t type, int32_t enable) SetActiveSimToRil() argument
[all...]
H A Doperator_config_cache.cpp31 OperatorConfigCache::OperatorConfigCache(std::weak_ptr<SimFileManager> simFileManager, int32_t slotId) in OperatorConfigCache() argument
37 void OperatorConfigCache::ClearAllCache(int32_t slotId) in ClearAllCache() argument
46 void OperatorConfigCache::ClearMemoryAndOpkey(int32_t slotId) in ClearMemoryAndOpkey() argument
54 void OperatorConfigCache::ClearOperatorValue(int32_t slotId) in ClearOperatorValue() argument
69 ClearMemoryCache(int32_t slotId) ClearMemoryCache() argument
81 UpdateCurrentOpc( int32_t slotId, OperatorConfig &poc, int32_t state, bool needUpdateLoading) UpdateCurrentOpc() argument
93 LoadOperatorConfig(int32_t slotId, OperatorConfig &poc, int32_t state) LoadOperatorConfig() argument
144 GetOperatorConfigs(int32_t slotId, OperatorConfig &poc) GetOperatorConfigs() argument
158 UpdateOperatorConfigs(int32_t slotId) UpdateOperatorConfigs() argument
200 GetOpKey(int32_t slotId) GetOpKey() argument
266 SendSimMatchedOperatorInfo(int32_t slotId) SendSimMatchedOperatorInfo() argument
284 notifyInitApnConfigs(int32_t slotId) notifyInitApnConfigs() argument
300 AnnounceOperatorConfigChanged(int32_t slotId, int32_t state) AnnounceOperatorConfigChanged() argument
319 IsNeedOperatorLoad(int32_t slotId) IsNeedOperatorLoad() argument
[all...]
H A Doperator_config_loader.cpp39 OperatorConfig OperatorConfigLoader::LoadOperatorConfig(int32_t slotId) in LoadOperatorConfig() argument
58 std::string OperatorConfigLoader::LoadOpKeyOnMccMnc(int32_t slotId) in LoadOpKeyOnMccMnc() argument
131 GetOpKey(std::shared_ptr<DataShare::DataShareResultSet> resultSet, int32_t slotId) GetOpKey() argument
200 SetMatchResultToSimFileManager(std::string opKeyVal, std::string opNameVal, std::string opKeyExtVal, int32_t slotId, std::shared_ptr<SimFileManager> simFileManager) SetMatchResultToSimFileManager() argument
[all...]
H A Doperator_file_parser.cpp99 bool OperatorFileParser::ParseFromCustomSystem(int32_t slotId, OperatorConfig &opc, cJSON *root) in ParseFromCustomSystem() argument
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp38 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in SendSmsMoreMode() local
79 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in GetCallList() local
125 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in AnswerResponse() local
148 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); in DeactivatePdpContext() local
200 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); SimStkProactiveNotify() local
222 int32_t slotId = static_cast<int32_t>(*data % SLOT_NUM); GetSimStatus() local
[all...]
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_modem.cpp23 HRilModem::HRilModem(int32_t slotId) : HRilBase(slotId) in HRilModem() argument
/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_cb_handler.cpp32 GsmSmsCbHandler::GsmSmsCbHandler(int32_t slotId) : TelEventHandler("GsmSmsCbHandler"), slotId_(slotId) in GsmSmsCbHandler() argument
/base/telephony/sms_mms/test/gtest/
H A Dcb_gtest.cpp44 static bool HasSimCard(int32_t slotId) in HasSimCard() argument
833 int32_t slotId = DEFAULT_SIM_SLOT_ID; HWTEST_F() local
869 int32_t slotId = DEFAULT_SIM_SLOT_ID; HWTEST_F() local
905 int32_t slotId = DEFAULT_SIM_SLOT_ID_1; HWTEST_F() local
941 int32_t slotId = DEFAULT_SIM_SLOT_ID_1; HWTEST_F() local
[all...]
/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_client.cpp328 std::vector<CallAttributeInfo> BluetoothCallClient::GetCurrentCallList(int32_t slotId) in GetCurrentCallList() argument
/base/telephony/cellular_data/frameworks/native/
H A Dcellular_data_service_proxy.cpp134 int32_t CellularDataServiceProxy::GetApnState(int32_t slotId, const std::string &apnType) in GetApnState() argument
176 int32_t CellularDataServiceProxy::IsCellularDataRoamingEnabled(int32_t slotId, bool &dataRoamingEnabled) in IsCellularDataRoamingEnabled() argument
201 int32_t CellularDataServiceProxy::EnableCellularDataRoaming(int32_t slotId, bool enable) in EnableCellularDataRoaming() argument
223 int32_t CellularDataServiceProxy::HandleApnChanged(int32_t slotId) in HandleApnChanged() argument
286 int32_t CellularDataServiceProxy::SetDefaultCellularDataSlotId(int32_t slotId) in SetDefaultCellularDataSlotId() argument
326 HasInternetCapability(int32_t slotId, int32_t cid) HasInternetCapability() argument
347 ClearCellularDataConnections(int32_t slotId) ClearCellularDataConnections() argument
368 ClearAllConnections(int32_t slotId, DisConnectionReason reason) ClearAllConnections() argument
444 GetDataConnApnAttr(int32_t slotId, ApnItem::Attribute &apnAttr) GetDataConnApnAttr() argument
484 GetDataConnIpType(int32_t slotId, std::string &ipType) GetDataConnIpType() argument
517 IsNeedDoRecovery(int32_t slotId, bool needDoRecovery) IsNeedDoRecovery() argument
543 InitCellularDataController(int32_t slotId) InitCellularDataController() argument
568 EstablishAllApnsIfConnectable(int32_t slotId) EstablishAllApnsIfConnectable() argument
590 ReleaseCellularDataConnection(int32_t slotId) ReleaseCellularDataConnection() argument
621 GetCellularDataSupplierId(int32_t slotId, uint64_t capability, uint32_t &supplierId) GetCellularDataSupplierId() argument
651 CorrectNetSupplierNoAvailable(int32_t slotId) CorrectNetSupplierNoAvailable() argument
[all...]
H A Dcellular_data_client.cpp48 bool CellularDataClient::IsValidSlotId(int32_t slotId) in IsValidSlotId() argument
175 int32_t CellularDataClient::SetDefaultCellularDataSlotId(int32_t slotId) in SetDefaultCellularDataSlotId() argument
249 int32_t CellularDataClient::GetApnState(int32_t slotId, const std::string &apnType) in GetApnState() argument
269 int32_t CellularDataClient::IsCellularDataRoamingEnabled(int32_t slotId, bool &dataRoamingEnabled) in IsCellularDataRoamingEnabled() argument
279 EnableCellularDataRoaming(int32_t slotId, bool enable) EnableCellularDataRoaming() argument
299 HasInternetCapability(int32_t slotId, int32_t cid) HasInternetCapability() argument
309 ClearCellularDataConnections(int32_t slotId) ClearCellularDataConnections() argument
319 GetDataConnApnAttr(int32_t slotId, ApnItem::Attribute &apnAttr) GetDataConnApnAttr() argument
329 GetDataConnIpType(int32_t slotId, std::string &ipType) GetDataConnIpType() argument
339 ClearAllConnections(int32_t slotId, DisConnectionReason reason) ClearAllConnections() argument
349 HandleApnChanged(int32_t slotId) HandleApnChanged() argument
359 IsNeedDoRecovery(int32_t slotId, bool needDoRecovery) IsNeedDoRecovery() argument
369 InitCellularDataController(int32_t slotId) InitCellularDataController() argument
404 EstablishAllApnsIfConnectable(int32_t slotId) EstablishAllApnsIfConnectable() argument
414 ReleaseCellularDataConnection(int32_t slotId) ReleaseCellularDataConnection() argument
424 GetCellularDataSupplierId(int32_t slotId, uint64_t capability, uint32_t &supplierId) GetCellularDataSupplierId() argument
434 CorrectNetSupplierNoAvailable(int32_t slotId) CorrectNetSupplierNoAvailable() argument
[all...]
/base/telephony/cellular_data/test/
H A Dapn_manager_test.cpp63 std::shared_ptr<CellularDataStateMachine> StateMachineTest::CreateCellularDataStateMachine(int32_t slotId) in CreateCellularDataStateMachine() argument
261 int32_t slotId = 0; in HWTEST_F() local

Completed in 21 milliseconds

12345678910>>...18