Searched refs:GetColrResult (Results 1 – 14 of 14) sorted by relevance
340 virtual int32_t GetColrResponse(int32_t slotId, const GetColrResult &result) = 0;
69 int32_t GetColrResponse(int32_t slotId, const GetColrResult &result) override;
72 int32_t GetColrResponse(int32_t slotId, const GetColrResult &result) override;
347 void EventGetColr(const GetColrResult &result, const std::string &message, int32_t flag);
747 struct GetColrResult { struct
136 GetColrResult colrResult;
187 GetColrResult colrResult;
112 GetColrResult colrResult;676 GetColrResult colrResult;
327 GetColrResult getColrResult;
609 GetColrResult result; in OnGetColrResponseInner()1218 int32_t ImsCallCallbackStub::GetColrResponse(int32_t slotId, const GetColrResult &result) in GetColrResponse()1226 auto colrResponse = std::make_shared<GetColrResult>(); in GetColrResponse()
415 int32_t ImsCallCallbackProxy::GetColrResponse(int32_t slotId, const GetColrResult &result) in GetColrResponse()
297 GetColrResult colrResult; in TestUTCallbackFunction()
1237 void CellularCallSupplement::EventGetColr(const GetColrResult &result, const std::string &message, … in EventGetColr()
1422 auto colrResult = event->GetSharedObject<GetColrResult>(); in GetColrResponse()