/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | telephone_service.h | 139 int GetSignalStrength() in GetSignalStrength() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_system_interface.h | 180 int GetSignalStrength();
|
H A D | hfp_ag_system_event_processer.cpp | 299 int signal = systemInterface_.GetSignalStrength(); in GetAgIndicator()
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_network_test.cpp | 50 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 D | hril_vendor_network_defs.h | 878 void (*GetSignalStrength)(const ReqDataInfo *requestInfo); member
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 144 .GetSignalStrength = ReqGetSignalStrength,
|
/ohos5.0/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_network.h | 28 int32_t GetSignalStrength(int32_t serialId);
|
H A D | hril_manager.h | 176 int32_t GetSignalStrength(int32_t slotId, int32_t serialId);
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/ |
H A D | ril_impl.cpp | 348 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 D | tel_ril_network.h | 31 int32_t GetSignalStrength(const AppExecFwk::InnerEvent::Pointer &response);
|
H A D | tel_ril_manager.h | 114 …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 D | interface_i_ril_v10.md | 97 | [GetSignalStrength](#getsignalstrength) ([in] int slotId, [in] int serialId) | 获取信号强度。 | 1148 ### GetSignalStrength() 1151 IRil::GetSignalStrength ([in] int slotId, [in] int serialId )
|
H A D | interface_i_ril_v11.md | 99 | [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 D | ril_impl.h | 134 int32_t GetSignalStrength(int32_t slotId, int32_t serialId) override;
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_manager.cpp | 604 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 D | i_tel_ril_manager.h | 110 …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 D | ril_service.h.txt | 203 int32_t GetSignalStrength(int32_t slotId, int32_t serialId) override;
|
H A D | ril_service.cpp.txt | 436 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 D | ril_service.h.txt | 197 int32_t GetSignalStrength(int32_t slotId, int32_t serialId) override;
|
H A D | iril.h.txt | 343 virtual int32_t GetSignalStrength(int32_t slotId, int32_t serialId) = 0;
|
H A D | ril_service.cpp.txt | 421 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 D | ril_service.h.txt | 212 int32_t GetSignalStrength(int32_t slotId, int32_t serialId) override;
|
H A D | ril_proxy.h.txt | 253 int32_t GetSignalStrength(int32_t slotId, int32_t serialId) override;
|
H A D | ril_service.cpp.txt | 457 int32_t RilService::GetSignalStrength(int32_t slotId, int32_t serialId)
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_manager.cpp | 834 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()
|