Home
last modified time | relevance | path

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

123

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dtelephone_service.h139 int GetSignalStrength() in GetSignalStrength() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.h180 int GetSignalStrength();
H A Dhfp_ag_system_event_processer.cpp299 int signal = systemInterface_.GetSignalStrength(); in GetAgIndicator()
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_network_test.cpp50 int32_t ret = g_rilInterface->GetSignalStrength(SLOTID_1, RilTestUtil::GetSerialId());
66 int32_t ret = g_rilInterface->GetSignalStrength(SLOTID_2, RilTestUtil::GetSerialId());
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h878 void (*GetSignalStrength)(const ReqDataInfo *requestInfo); member
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c144 .GetSignalStrength = ReqGetSignalStrength,
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h28 int32_t GetSignalStrength(int32_t serialId);
H A Dhril_manager.h176 int32_t GetSignalStrength(int32_t slotId, int32_t serialId);
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp348 int32_t RilImpl::GetSignalStrength(int32_t slotId, int32_t serialId) in GetSignalStrength() function in OHOS::HDI::Ril::V1_3::RilImpl
350 return TaskSchedule(&Telephony::HRilManager::GetSignalStrength, slotId, serialId); in GetSignalStrength()
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h31 int32_t GetSignalStrength(const AppExecFwk::InnerEvent::Pointer &response);
H A Dtel_ril_manager.h114 …int32_t GetSignalStrength(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) overrid…
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_v10.md97 | [GetSignalStrength](#getsignalstrength) ([in] int slotId, [in] int serialId) | 获取信号强度。 |
1148 ### GetSignalStrength()
1151 IRil::GetSignalStrength ([in] int slotId, [in] int serialId )
H A Dinterface_i_ril_v11.md99 | [GetSignalStrength](#getsignalstrength) ([in] int slotId, [in] int serialId) | 获取信号强度。 |
1228 ### GetSignalStrength()
1231 IRil::GetSignalStrength ([in] int slotId, [in] int serialId )
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h134 int32_t GetSignalStrength(int32_t slotId, int32_t serialId) override;
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_manager.cpp604 int32_t TelRilManager::GetSignalStrength(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &res… in GetSignalStrength() function in OHOS::Telephony::TelRilManager
606 …skSchedule(response, "TelRilNetwork", GetTelRilNetwork(slotId), &TelRilNetwork::GetSignalStrength); in GetSignalStrength()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h110 …virtual int32_t GetSignalStrength(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response)…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dril_service.h.txt203 int32_t GetSignalStrength(int32_t slotId, int32_t serialId) override;
H A Dril_service.cpp.txt436 int32_t RilService::GetSignalStrength(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.txt197 int32_t GetSignalStrength(int32_t slotId, int32_t serialId) override;
H A Diril.h.txt343 virtual int32_t GetSignalStrength(int32_t slotId, int32_t serialId) = 0;
H A Dril_service.cpp.txt421 int32_t RilService::GetSignalStrength(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.txt212 int32_t GetSignalStrength(int32_t slotId, int32_t serialId) override;
H A Dril_proxy.h.txt253 int32_t GetSignalStrength(int32_t slotId, int32_t serialId) override;
H A Dril_service.cpp.txt457 int32_t RilService::GetSignalStrength(int32_t slotId, int32_t serialId)
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp834 int32_t HRilManager::GetSignalStrength(int32_t slotId, int32_t serialId) in GetSignalStrength() function in OHOS::Telephony::HRilManager
836 …return TaskSchedule(MODULE_HRIL_NETWORK, hrilNetwork_[slotId], &HRilNetwork::GetSignalStrength, se… in GetSignalStrength()

123