Home
last modified time | relevance | path

Searched refs:idBuf (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/boss/sample_fgonlytask/
Dsample_fgonlytask.cpp207 …u32 idBuf[MAX_DATA_ID];//Buffer for storing serial IDs. This is prepared by the application. By pr… in sampleFgOnlyTaskExecute() local
208 …nn::boss::NsDataIdList serialIdList(idBuf, MAX_DATA_ID);//The number of serial IDs that can be obt… in sampleFgOnlyTaskExecute()
/CTR-SDK-4.2.7-SampleDemos/boss/sample_nsalist/
Dsample_nsalist.cpp319 …u32 idBuf; // Buffer for storing serial IDs. This is prepare… in sampleNSAListExecute() local
320 …nn::boss::NsDataIdList serialIdList(&idBuf, 1); // Download a file in the NSA list and get a sing… in sampleNSAListExecute()
/CTR-SDK-4.2.7-SampleDemos/boss/sample_nadl_simple/
Dsample_nadl_simple.cpp261 …u32 idBuf[MAX_DATA_ID];//Buffer for storing serial IDs. This is prepared by the application. By pr… in sampleNADLTaskBgExecute() local
262 …nn::boss::NsDataIdList serialIdList(idBuf, MAX_DATA_ID);//The number of serial IDs that can be obt… in sampleNADLTaskBgExecute()
/CTR-SDK-4.2.7-SampleDemos/boss/sample_datastore/
Dsample_datastore.cpp398 …u32 idBuf[MAX_DATA_ID];//Buffer for storing serial IDs. This is prepared by the application. By pr… in sampleDataStoreDownloadTask() local
399 …nn::boss::NsDataIdList serialIdList(idBuf, MAX_DATA_ID);//The number of serial IDs that can be obt… in sampleDataStoreDownloadTask()