Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_h324m_config.cpp1058 CPVCmnInterfaceCmdMessage* cmdMsg = iPendingCmds[aResponse.GetCmdId()]; in H324MConfigCommandCompletedL() local
1059 if (cmdMsg == NULL) in H324MConfigCommandCompletedL()
1061 CPVH324InterfaceCmdMessage* h324CmdMsg = OSCL_STATIC_CAST(CPVH324InterfaceCmdMessage*, cmdMsg); in H324MConfigCommandCompletedL()
1811 CPVCmnInterfaceCmdMessage* cmdMsg = iPendingCmds[cmdResp->GetCmdId()]; in HandleNotification() local
1812 if (cmdMsg) in HandleNotification()
1814 PVMFCmdResp response(cmdMsg->GetCommandId(), cmdMsg->GetContextData(), in HandleNotification()
1821 PVH324MessageUtils::DestroyMessage(cmdMsg); in HandleNotification()
1847 CPVCmnInterfaceCmdMessage* cmdMsg = iPendingCmds[cmdResp->GetCmdId()]; in CleanupCommand() local
1848 if (cmdMsg) in CleanupCommand()
1850 OSCL_DELETE(cmdMsg); in CleanupCommand()
/external/opencore/engines/2way/src/
Dpv_2way_proxy_adapter.cpp215 OSCL_EXPORT_REF void CPV2WayProxyAdapter::CleanupMessage(CPVCmnInterfaceCmdMessage *cmdMsg, PVLogge… in CleanupMessage() argument
219 if (cmdMsg) in CleanupMessage()
220 OSCL_DELETE(cmdMsg); in CleanupMessage()
Dpv_2way_proxy_adapter.h178 … OSCL_IMPORT_REF void CleanupMessage(CPVCmnInterfaceCmdMessage *cmdMsg, PVLogger *aLogger = NULL);