Home
last modified time | relevance | path

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

/base/telephony/core_service/services/satellite_service_interaction/src/
Dsatellite_core_callback_stub.cpp34 …requestFuncMap_[static_cast<uint32_t>(SatelliteCoreCallbackInterfaceCode::SET_RADIO_STATE_RESPONSE… in InitFuncMap()
36 … requestFuncMap_[static_cast<uint32_t>(SatelliteCoreCallbackInterfaceCode::RADIO_STATE_CHANGED)] = in InitFuncMap()
38 …requestFuncMap_[static_cast<uint32_t>(SatelliteCoreCallbackInterfaceCode::SATELLITE_STATUS_CHANGED… in InitFuncMap()
40 requestFuncMap_[static_cast<uint32_t>(SatelliteCoreCallbackInterfaceCode::SIM_STATE_CHANGED)] = in InitFuncMap()
/base/telephony/core_service/interfaces/innerkits/satellite/
Dsatellite_core_callback_ipc_interface_code.h22 enum class SatelliteCoreCallbackInterfaceCode { enum
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsatellite_service_test.cpp275 ToCode(SatelliteCoreCallbackInterfaceCode::SET_RADIO_STATE_RESPONSE), data, reply, option);
302 ToCode(SatelliteCoreCallbackInterfaceCode::SET_RADIO_STATE_RESPONSE), data, reply, option);
327 …callback.OnRemoteRequest(ToCode(SatelliteCoreCallbackInterfaceCode::RADIO_STATE_CHANGED), data, re…
353 ToCode(SatelliteCoreCallbackInterfaceCode::SATELLITE_STATUS_CHANGED), data, reply, option);
377 …callback.OnRemoteRequest(ToCode(SatelliteCoreCallbackInterfaceCode::SIM_STATE_CHANGED), data, repl…