Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/boss/sample_fgonlytask/
Dsample_fgonlytask.cpp206 static const u32 MAX_DATA_ID = 32; in sampleFgOnlyTaskExecute() local
207 …u32 idBuf[MAX_DATA_ID];//Buffer for storing serial IDs. This is prepared by the application. By pr… in sampleFgOnlyTaskExecute()
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_nadl_simple/
Dsample_nadl_simple.cpp260 static const u32 MAX_DATA_ID = 32; in sampleNADLTaskBgExecute() local
261 …u32 idBuf[MAX_DATA_ID];//Buffer for storing serial IDs. This is prepared by the application. By pr… in sampleNADLTaskBgExecute()
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.cpp397 static const u32 MAX_DATA_ID = 32; in sampleDataStoreDownloadTask() local
398 …u32 idBuf[MAX_DATA_ID];//Buffer for storing serial IDs. This is prepared by the application. By pr… in sampleDataStoreDownloadTask()
399 …nn::boss::NsDataIdList serialIdList(idBuf, MAX_DATA_ID);//The number of serial IDs that can be obt… in sampleDataStoreDownloadTask()