Searched refs:MAX_DATA_ID (Results 1 – 3 of 3) sorted by relevance
206 static const u32 MAX_DATA_ID = 32; in sampleFgOnlyTaskExecute() local207 …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()
260 static const u32 MAX_DATA_ID = 32; in sampleNADLTaskBgExecute() local261 …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()
397 static const u32 MAX_DATA_ID = 32; in sampleDataStoreDownloadTask() local398 …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()