Searched refs:ImsSmsCallbackStub (Results 1 – 4 of 4) sorted by relevance
25 ImsSmsCallbackStub::ImsSmsCallbackStub() in ImsSmsCallbackStub() function in OHOS::Telephony::ImsSmsCallbackStub31 void ImsSmsCallbackStub::InitFuncMap() in InitFuncMap()36 void ImsSmsCallbackStub::InitSmsBasicFuncMap() in InitSmsBasicFuncMap()47 ImsSmsCallbackStub::~ImsSmsCallbackStub() in ~ImsSmsCallbackStub()52 int32_t ImsSmsCallbackStub::OnRemoteRequest( in OnRemoteRequest()55 std::u16string myDescriptor = ImsSmsCallbackStub::GetDescriptor(); in OnRemoteRequest()72 int32_t ImsSmsCallbackStub::OnImsSendMessageResponseInner(MessageParcel &data, MessageParcel &reply) in OnImsSendMessageResponseInner()133 int32_t ImsSmsCallbackStub::ImsSendMessageResponse(int32_t slotId, const RadioResponseInfo &info) in ImsSendMessageResponse()138 int32_t ImsSmsCallbackStub::ImsSetSmsConfigResponse(int32_t slotId, const RadioResponseInfo &info) in ImsSetSmsConfigResponse()143 int32_t ImsSmsCallbackStub::ImsGetSmsConfigResponse(int32_t slotId, int32_t imsSmsConfig) in ImsGetSmsConfigResponse()[all …]
125 imsSmsCallback_ = (std::make_unique<ImsSmsCallbackStub>()).release(); in RegisterImsSmsCallback()
29 class ImsSmsCallbackStub : public IRemoteStub<ImsSmsCallbackInterface> {31 ImsSmsCallbackStub();32 virtual ~ImsSmsCallbackStub();
141 …DelayedSingleton<ImsSmsCallbackStub>::GetInstance()->OnRemoteRequest(code, dataParcel, replyParcel… in OnRemoteRequest()170 …DelayedSingleton<ImsSmsCallbackStub>::GetInstance()->OnImsSendMessageResponseInner(dataParcel, rep… in ImsSendMessageResponseInner()191 …DelayedSingleton<ImsSmsCallbackStub>::GetInstance()->OnImsSetSmsConfigResponseInner(dataParcel, re… in ImsSetSmsConfigResponseInner()