Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/interfaces/innerkits/satellite/
H A Dsatellite_service_client.h37 int32_t AddNetworkHandler(int32_t slotId, const std::shared_ptr<TelEventHandler> &handler);
/ohos5.0/base/telephony/core_service/services/satellite_service_interaction/src/
H A Dsatellite_service_client.cpp146 int32_t SatelliteServiceClient::AddNetworkHandler(int32_t slotId, const std::shared_ptr<TelEventHan… in AddNetworkHandler() function in OHOS::Telephony::SatelliteServiceClient
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_handler.cpp381 …satelliteClient->AddNetworkHandler(slotId_, std::static_pointer_cast<TelEventHandler>(shared_from_… in RegisterEvents()