Home
last modified time | relevance | path

Searched refs:GetPsRegStatus (Results 1 – 25 of 53) sorted by relevance

123

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_state.cpp307 if (networkState_->GetPsRegStatus() == RegServiceState::REG_STATE_IN_SERVICE && in NotifyPsRegStatusChange()
308 …(processNetworkState_ || networkStateOld_->GetPsRegStatus() != RegServiceState::REG_STATE_IN_SERVI… in NotifyPsRegStatusChange()
311 if (networkState_->GetPsRegStatus() != RegServiceState::REG_STATE_IN_SERVICE && in NotifyPsRegStatusChange()
312 …(processNetworkState_ || networkStateOld_->GetPsRegStatus() == RegServiceState::REG_STATE_IN_SERVI… in NotifyPsRegStatusChange()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_state.h42 RegServiceState GetPsRegStatus() const;
H A Di_tel_ril_manager.h114 …virtual int32_t GetPsRegStatus(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) = …
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_network_test.cpp114 int32_t ret = g_rilInterface->GetPsRegStatus(SLOTID_1, RilTestUtil::GetSerialId());
130 int32_t ret = g_rilInterface->GetPsRegStatus(SLOTID_2, RilTestUtil::GetSerialId());
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h880 void (*GetPsRegStatus)(const ReqDataInfo *requestInfo); member
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c146 .GetPsRegStatus = ReqGetPsRegStatus,
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_state.cpp307 RegServiceState NetworkState::GetPsRegStatus() const in GetPsRegStatus() function in OHOS::Telephony::NetworkState
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h30 int32_t GetPsRegStatus(int32_t serialId);
H A Dhril_manager.h178 int32_t GetPsRegStatus(int32_t slotId, int32_t serialId);
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp358 int32_t RilImpl::GetPsRegStatus(int32_t slotId, int32_t serialId) in GetPsRegStatus() function in OHOS::HDI::Ril::V1_3::RilImpl
360 return TaskSchedule(&Telephony::HRilManager::GetPsRegStatus, slotId, serialId); in GetPsRegStatus()
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h33 int32_t GetPsRegStatus(const AppExecFwk::InnerEvent::Pointer &response);
H A Dtel_ril_manager.h118 … int32_t GetPsRegStatus(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) override;
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_v10.md99 | [GetPsRegStatus](#getpsregstatus) ([in] int slotId, [in] int serialId) | 获取分组(PS)域注册状态。 |
1073 ### GetPsRegStatus()
1076 IRil::GetPsRegStatus ([in] int slotId, [in] int serialId )
H A Dinterface_i_ril_v11.md101 | [GetPsRegStatus](#getpsregstatus) ([in] int slotId, [in] int serialId) | 获取分组(PS)域注册状态。 |
1128 ### GetPsRegStatus()
1131 IRil::GetPsRegStatus ([in] int slotId, [in] int serialId )
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h136 int32_t GetPsRegStatus(int32_t slotId, int32_t serialId) override;
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_manager.cpp614 int32_t TelRilManager::GetPsRegStatus(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &respon… in GetPsRegStatus() function in OHOS::Telephony::TelRilManager
616 … TaskSchedule(response, "TelRilNetwork", GetTelRilNetwork(slotId), &TelRilNetwork::GetPsRegStatus); in GetPsRegStatus()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dril_service.h.txt207 int32_t GetPsRegStatus(int32_t slotId, int32_t serialId) override;
H A Dril_service.cpp.txt446 int32_t RilService::GetPsRegStatus(int32_t slotId, int32_t serialId)
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/
H A Dril_service.h.txt201 int32_t GetPsRegStatus(int32_t slotId, int32_t serialId) override;
H A Diril.h.txt347 virtual int32_t GetPsRegStatus(int32_t slotId, int32_t serialId) = 0;
H A Dril_service.cpp.txt431 int32_t RilService::GetPsRegStatus(int32_t slotId, int32_t serialId)
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Dril_service.h.txt216 int32_t GetPsRegStatus(int32_t slotId, int32_t serialId) override;
H A Dril_proxy.h.txt257 int32_t GetPsRegStatus(int32_t slotId, int32_t serialId) override;
H A Dril_service.cpp.txt467 int32_t RilService::GetPsRegStatus(int32_t slotId, int32_t serialId)
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp844 int32_t HRilManager::GetPsRegStatus(int32_t slotId, int32_t serialId) in GetPsRegStatus() function in OHOS::Telephony::HRilManager
846 …return TaskSchedule(MODULE_HRIL_NETWORK, hrilNetwork_[slotId], &HRilNetwork::GetPsRegStatus, seria… in GetPsRegStatus()

123