Searched refs:SatelliteCoreCallbackInterfaceCode (Results 1 – 3 of 3) sorted by relevance
| /base/telephony/core_service/services/satellite_service_interaction/src/ |
| D | satellite_core_callback_stub.cpp | 34 …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/ |
| D | satellite_core_callback_ipc_interface_code.h | 22 enum class SatelliteCoreCallbackInterfaceCode { enum
|
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| D | satellite_service_test.cpp | 275 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…
|