Home
last modified time | relevance | path

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

/hardware/interfaces/radio/aidl/vts/
Dradio_data_response.cpp19 RadioDataResponse::RadioDataResponse(RadioServiceTest& parent) : parent_data(parent) {} in RadioDataResponse() function in RadioDataResponse
21 ndk::ScopedAStatus RadioDataResponse::acknowledgeRequest(int32_t /*serial*/) { in acknowledgeRequest()
25 ndk::ScopedAStatus RadioDataResponse::allocatePduSessionIdResponse(const RadioResponseInfo& info, in allocatePduSessionIdResponse()
33 ndk::ScopedAStatus RadioDataResponse::cancelHandoverResponse(const RadioResponseInfo& info) { in cancelHandoverResponse()
39 ndk::ScopedAStatus RadioDataResponse::deactivateDataCallResponse(const RadioResponseInfo& info) { in deactivateDataCallResponse()
45 ndk::ScopedAStatus RadioDataResponse::getDataCallListResponse( in getDataCallListResponse()
52 ndk::ScopedAStatus RadioDataResponse::getSlicingConfigResponse( in getSlicingConfigResponse()
59 ndk::ScopedAStatus RadioDataResponse::releasePduSessionIdResponse(const RadioResponseInfo& info) { in releasePduSessionIdResponse()
65 ndk::ScopedAStatus RadioDataResponse::setDataAllowedResponse(const RadioResponseInfo& info) { in setDataAllowedResponse()
71 ndk::ScopedAStatus RadioDataResponse::setDataProfileResponse(const RadioResponseInfo& info) { in setDataProfileResponse()
[all …]
Dradio_data_utils.h30 class RadioDataResponse : public BnRadioDataResponse {
35 RadioDataResponse(RadioServiceTest& parent_data);
36 virtual ~RadioDataResponse() = default;
114 std::shared_ptr<RadioDataResponse> radioRsp_data;
Dradio_data_test.cpp39 radioRsp_data = ndk::SharedRefBase::make<RadioDataResponse>(*this); in SetUp()