Home
last modified time | relevance | path

Searched refs:GetCsRegStatus (Results 1 – 25 of 52) sorted by relevance

123

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_state.h43 RegServiceState GetCsRegStatus() const;
H A Di_tel_ril_manager.h112 …virtual int32_t GetCsRegStatus(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) = …
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_network_test.cpp82 int32_t ret = g_rilInterface->GetCsRegStatus(SLOTID_1, RilTestUtil::GetSerialId());
98 int32_t ret = g_rilInterface->GetCsRegStatus(SLOTID_2, RilTestUtil::GetSerialId());
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h879 void (*GetCsRegStatus)(const ReqDataInfo *requestInfo); member
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c145 .GetCsRegStatus = ReqGetCsRegStatus,
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_state.cpp312 RegServiceState NetworkState::GetCsRegStatus() const in GetCsRegStatus() function in OHOS::Telephony::NetworkState
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h29 int32_t GetCsRegStatus(int32_t serialId);
H A Dhril_manager.h177 int32_t GetCsRegStatus(int32_t slotId, int32_t serialId);
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp353 int32_t RilImpl::GetCsRegStatus(int32_t slotId, int32_t serialId) in GetCsRegStatus() function in OHOS::HDI::Ril::V1_3::RilImpl
355 return TaskSchedule(&Telephony::HRilManager::GetCsRegStatus, slotId, serialId); in GetCsRegStatus()
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h32 int32_t GetCsRegStatus(const AppExecFwk::InnerEvent::Pointer &response);
H A Dtel_ril_manager.h116 … int32_t GetCsRegStatus(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.md98 | [GetCsRegStatus](#getcsregstatus) ([in] int slotId, [in] int serialId) | 获取电路(CS)域注册状态。 |
696 ### GetCsRegStatus()
699 IRil::GetCsRegStatus ([in] int slotId, [in] int serialId )
H A Dinterface_i_ril_v11.md100 | [GetCsRegStatus](#getcsregstatus) ([in] int slotId, [in] int serialId) | 获取电路(CS)域注册状态。 |
701 ### GetCsRegStatus()
704 IRil::GetCsRegStatus ([in] int slotId, [in] int serialId )
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h135 int32_t GetCsRegStatus(int32_t slotId, int32_t serialId) override;
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_manager.cpp609 int32_t TelRilManager::GetCsRegStatus(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &respon… in GetCsRegStatus() function in OHOS::Telephony::TelRilManager
611 … TaskSchedule(response, "TelRilNetwork", GetTelRilNetwork(slotId), &TelRilNetwork::GetCsRegStatus); in GetCsRegStatus()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dril_service.h.txt205 int32_t GetCsRegStatus(int32_t slotId, int32_t serialId) override;
H A Dril_service.cpp.txt441 int32_t RilService::GetCsRegStatus(int32_t slotId, int32_t serialId)
H A Diril.h.txt357 virtual int32_t GetCsRegStatus(int32_t slotId, int32_t serialId) = 0;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/
H A Dril_service.h.txt199 int32_t GetCsRegStatus(int32_t slotId, int32_t serialId) override;
H A Diril.h.txt345 virtual int32_t GetCsRegStatus(int32_t slotId, int32_t serialId) = 0;
H A Dril_service.cpp.txt426 int32_t RilService::GetCsRegStatus(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.txt214 int32_t GetCsRegStatus(int32_t slotId, int32_t serialId) override;
H A Dril_proxy.h.txt255 int32_t GetCsRegStatus(int32_t slotId, int32_t serialId) override;
H A Dril_service.cpp.txt462 int32_t RilService::GetCsRegStatus(int32_t slotId, int32_t serialId)
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp839 int32_t HRilManager::GetCsRegStatus(int32_t slotId, int32_t serialId) in GetCsRegStatus() function in OHOS::Telephony::HRilManager
841 …return TaskSchedule(MODULE_HRIL_NETWORK, hrilNetwork_[slotId], &HRilNetwork::GetCsRegStatus, seria… in GetCsRegStatus()

123