Home
last modified time | relevance | path

Searched refs:OnSetNetworkSelectionMode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/test/fuzztest/setradiostate_fuzzer/
H A Dsetradiostate_fuzzer.cpp158 … DelayedSingleton<CoreService>::GetInstance()->OnSetNetworkSelectionMode(dataMessageParcel, reply); in SetNetworkSelectionMode()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service_stub.h56 int32_t OnSetNetworkSelectionMode(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service_stub.cpp70 …[this](MessageParcel &data, MessageParcel &reply) { return OnSetNetworkSelectionMode(data, reply);… in AddHandlerNetWorkToMap()
868 int32_t CoreServiceStub::OnSetNetworkSelectionMode(MessageParcel &data, MessageParcel &reply) in OnSetNetworkSelectionMode() function in OHOS::Telephony::CoreServiceStub