Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/satellite_service_interaction/src/
H A Dsatellite_core_callback_stub.cpp41 … [this](MessageParcel &data, MessageParcel &reply) { return OnSimStateChanged(data, reply); }; in InitFuncMap()
151 int32_t SatelliteCoreCallbackStub::OnSimStateChanged(MessageParcel &data, MessageParcel &reply) in OnSimStateChanged() function in OHOS::Telephony::SatelliteCoreCallbackStub
/ohos5.0/base/telephony/core_service/interfaces/innerkits/satellite/
H A Dsatellite_core_callback_stub.h39 int32_t OnSimStateChanged(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/core_service/test/fuzztest/satellitecore_fuzzer/
H A Dsatellitecore_fuzzer.cpp172 callback->OnSimStateChanged(dataMessageParcel, reply); in SimStateChanged()