Searched refs:CallRestrictionResponse (Results 1 – 18 of 18) sorted by relevance
42 void ReportGetRestrictionResult(const CallRestrictionResponse &response);
42 int32_t UpdateGetRestrictionResult(const CallRestrictionResponse &result) override;
36 … int32_t UpdateGetRestrictionResult(const CallRestrictionResponse &callRestrictionResult) override;
35 …virtual int32_t UpdateGetRestrictionResult(const CallRestrictionResponse &callRestrictionResult) =…
62 …int32_t GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResponse &response) overri…
355 …virtual int32_t GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResponse &response…
63 …int32_t GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResponse &response) overri…
424 auto response = (CallRestrictionResponse *)data.ReadRawData(sizeof(CallRestrictionResponse)); in OnGetCallRestrictionResponseInner()815 …llCallbackStub::GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResponse &response) in GetCallRestrictionResponse()824 …std::shared_ptr<CallRestrictionResponse> callRestrictionResponse = std::make_shared<CallRestrictio… in GetCallRestrictionResponse()
648 …lCallbackProxy::GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResponse &response) in GetCallRestrictionResponse()659 if (!in.WriteRawData((const void *)&response, sizeof(CallRestrictionResponse))) { in GetCallRestrictionResponse()
72 CallRestrictionResponse callRestrictionResponse; in ReportCallsInfo()
116 void CellularCallRegister::ReportGetRestrictionResult(const CallRestrictionResponse &response) in ReportGetRestrictionResult()
248 const CallRestrictionResponse *parcelPtr = nullptr; in OnUpdateGetRestrictionResult()257 …if ((parcelPtr = reinterpret_cast<const CallRestrictionResponse *>(data.ReadRawData(len))) == null… in OnUpdateGetRestrictionResult()
184 int32_t CallStatusCallbackProxy::UpdateGetRestrictionResult(const CallRestrictionResponse &callRest… in UpdateGetRestrictionResult()193 int32_t length = sizeof(CallRestrictionResponse); in UpdateGetRestrictionResult()
196 int32_t CallStatusCallback::UpdateGetRestrictionResult(const CallRestrictionResponse &result) in UpdateGetRestrictionResult()
462 struct CallRestrictionResponse { struct
665 CallRestrictionResponse info; in GetCallRestriction()
437 CallRestrictionResponse response; in EventGetCallRestriction()
2230 CallRestrictionResponse restrictionResponse;