Home
last modified time | relevance | path

Searched refs:GetNrOptionMode (Results 1 – 25 of 57) sorted by relevance

123

/ohos5.0/base/telephony/core_service/test/fuzztest/getsimeons_fuzzer/
H A Dgetsimeons_fuzzer.cpp94 void GetNrOptionMode(const uint8_t *data, size_t size) in GetNrOptionMode() function
167 GetNrOptionMode(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/test/fuzztest/setradiostate_fuzzer/
H A Dsetradiostate_fuzzer.cpp110 void GetNrOptionMode(const uint8_t *data, size_t size) in GetNrOptionMode() function
117 DelayedSingleton<CoreService>::GetInstance()->GetNrOptionMode(slotId, nullptr); in GetNrOptionMode()
302 GetNrOptionMode(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_network_search.h120 virtual int32_t GetNrOptionMode(int32_t slotId, NrMode &mode) = 0;
121 virtual int32_t GetNrOptionMode(int32_t slotId, NSCALLBACK &callback) = 0;
H A Dcore_service_client.h87 int32_t GetNrOptionMode(int32_t slotId, const sptr<INetworkSearchCallback> &callback);
H A Di_core_service.h53 … virtual int32_t GetNrOptionMode(int32_t slotId, const sptr<INetworkSearchCallback> &callback) = 0;
H A Dcore_service_proxy.h39 int32_t GetNrOptionMode(int32_t slotId, const sptr<INetworkSearchCallback> &callback) override;
H A Di_tel_ril_manager.h268 …virtual int32_t GetNrOptionMode(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) =…
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dnetwork_search_manager.h199 int32_t GetNrOptionMode(int32_t slotId, NrMode &mode) override;
200 int32_t GetNrOptionMode(int32_t slotId, NSCALLBACK &callback) override;
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_network_test.cpp578 int32_t ret = g_rilInterface->GetNrOptionMode(SLOTID_1, RilTestUtil::GetSerialId());
594 int32_t ret = g_rilInterface->GetNrOptionMode(SLOTID_2, RilTestUtil::GetSerialId());
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h895 void (*GetNrOptionMode)(const ReqDataInfo *requestInfo); member
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_core_service_test.cpp52 EXPECT_NE(mCoreService->GetNrOptionMode(0, callback), TELEPHONY_ERR_SUCCESS);
199 EXPECT_NE(mCoreService->GetNrOptionMode(0, callback), TELEPHONY_ERR_SUCCESS);
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h44 int32_t GetNrOptionMode(int32_t serialId);
H A Dhril_manager.h193 int32_t GetNrOptionMode(int32_t slotId, int32_t serialId);
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp159 int32_t CoreServiceClient::GetNrOptionMode(int32_t slotId, const sptr<INetworkSearchCallback> &call… in GetNrOptionMode() function in OHOS::Telephony::CoreServiceClient
166 return proxy->GetNrOptionMode(slotId, callback); in GetNrOptionMode()
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp431 int32_t RilImpl::GetNrOptionMode(int32_t slotId, int32_t serialId) in GetNrOptionMode() function in OHOS::HDI::Ril::V1_3::RilImpl
433 return TaskSchedule(&Telephony::HRilManager::GetNrOptionMode, slotId, serialId); in GetNrOptionMode()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service.h72 int32_t GetNrOptionMode(int32_t slotId, const sptr<INetworkSearchCallback> &callback) override;
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h49 int32_t GetNrOptionMode(const AppExecFwk::InnerEvent::Pointer &response);
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_v11.md133 | [GetNrOptionMode](#getnroptionmode) ([in] int slotId, [in] int serialId) | 获取NR选项模式。 |
1002 ### GetNrOptionMode()
1005 IRil::GetNrOptionMode ([in] int slotId, [in] int serialId )
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h151 int32_t GetNrOptionMode(int32_t slotId, int32_t serialId) override;
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp365 int32_t CoreService::GetNrOptionMode(int32_t slotId, const sptr<INetworkSearchCallback> &callback) in GetNrOptionMode() function in OHOS::Telephony::CoreService
375 return networkSearchManager_->GetNrOptionMode(slotId, callback); in GetNrOptionMode()
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_manager.cpp694 int32_t TelRilManager::GetNrOptionMode(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &respo… in GetNrOptionMode() function in OHOS::Telephony::TelRilManager
696 …TaskSchedule(response, "TelRilNetwork", GetTelRilNetwork(slotId), &TelRilNetwork::GetNrOptionMode); in GetNrOptionMode()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dril_service.h.txt282 int32_t GetNrOptionMode(int32_t slotId, int32_t serialId) override;
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_utils.cpp255 return rilManager->GetNrOptionMode(slotId, response); in __anond46b825d0b02()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Dril_service.h.txt291 int32_t GetNrOptionMode(int32_t slotId, int32_t serialId) override;
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp919 int32_t HRilManager::GetNrOptionMode(int32_t slotId, int32_t serialId) in GetNrOptionMode() function in OHOS::Telephony::HRilManager
921 …return TaskSchedule(MODULE_HRIL_NETWORK, hrilNetwork_[slotId], &HRilNetwork::GetNrOptionMode, seri… in GetNrOptionMode()

123