Searched defs:DmtDataChunk (Results 1 - 2 of 2) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/api/native/
H A DdmtDataChunk.hpp28 * DmtDataChunk encapsulates various methods to access External Storage Node (ESN) data.
34 class DmtDataChunk class
40 DmtDataChunk();
44 ~DmtDataChunk();
/packages/apps/OMA-DM/engine/dmlib/dmtapi/native/src/
H A DdmtDataChunk.cc21 General Description: Implementation of DmtDataChunk class.
30 *Function called: DmtDataChunk
33 *Synopsis: The constructor of DmtDataChunk
38 DmtDataChunk::DmtDataChunk() function in class:DmtDataChunk
47 *Function called: DmtDataChunk::attach
55 void DmtDataChunk::attach(UINT8 *chunkBuffer, UINT32 dataSize)
64 *Function called: DmtDataChunk::detach
72 UINT8 * DmtDataChunk::detach()
82 *Function called: ~DmtDataChunk
[all...]

Completed in 210 milliseconds