Home
last modified time | relevance | path

Searched refs:GetNrOptionMode (Results 1 - 25 of 43) sorted by relevance

12

/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()
/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()
/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 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) = 0;
H A Di_core_service.h64 virtual int32_t GetNrOptionMode(int32_t slotId, const sptr<INetworkSearchCallback> &callback) = 0;
H A Dcore_manager_inner.h228 int32_t GetNrOptionMode(int32_t slotId, NrMode &mode);
/base/telephony/cellular_data/test/mock/
H A Dmock_network_search.h70 MOCK_METHOD2(GetNrOptionMode, int32_t(int32_t slotId, NrMode &mode));
71 MOCK_METHOD2(GetNrOptionMode, int32_t(int32_t slotId, NSCALLBACK &callback));
H A Dmock_core_service.h51 MOCK_METHOD(int32_t, GetNrOptionMode, (int32_t slotId, const sptr<INetworkSearchCallback> &callback), (override));
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h895 void (*GetNrOptionMode)(const ReqDataInfo *requestInfo); member
/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()); in HWTEST_F()
594 int32_t ret = g_rilInterface->GetNrOptionMode(SLOTID_2, RilTestUtil::GetSerialId()); in HWTEST_F()
/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;
/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); in HWTEST_F()
199 EXPECT_NE(mCoreService->GetNrOptionMode(0, callback), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
H A Dcore_service_test.cpp159 auto result = DelayedSingleton<CoreService>::GetInstance()->GetNrOptionMode(0, nullptr); in HWTEST_F()
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h49 int32_t GetNrOptionMode(const AppExecFwk::InnerEvent::Pointer &response);
H A Dtel_ril_manager.h162 int32_t GetNrOptionMode(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) override;
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h44 int32_t GetNrOptionMode(int32_t serialId);
H A Dhril_manager.h192 int32_t GetNrOptionMode(int32_t slotId, int32_t serialId);
/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp160 int32_t CoreServiceClient::GetNrOptionMode(int32_t slotId, const sptr<INetworkSearchCallback> &callback) in GetNrOptionMode() function in OHOS::Telephony::CoreServiceClient
167 return proxy->GetNrOptionMode(slotId, callback); in GetNrOptionMode()
/base/telephony/core_service/services/core/include/
H A Dcore_service.h72 int32_t GetNrOptionMode(int32_t slotId, const sptr<INetworkSearchCallback> &callback) override;
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/
H A Desim_core_service_stub_test.h109 int32_t GetNrOptionMode(int32_t slotId, const sptr<INetworkSearchCallback> &callback) override
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_utils.cpp255 return rilManager->GetNrOptionMode(slotId, response);
/base/telephony/core_service/services/network_search/test/
H A Dtest.cpp477 int32_t result = g_telephonyService->GetNrOptionMode(InputSlotId(), callback); in TestGetNrOptionMode()
783 "26:GetNrOptionMode\n" in Prompt()
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp915 int32_t HRilManager::GetNrOptionMode(int32_t slotId, int32_t serialId) in GetNrOptionMode() function in OHOS::Telephony::HRilManager
917 return TaskSchedule(MODULE_HRIL_NETWORK, hrilNetwork_[slotId], &HRilNetwork::GetNrOptionMode, serialId); in GetNrOptionMode()

Completed in 36 milliseconds

12