Searched refs:getNsDataIdListResult (Results 1 – 3 of 3) sorted by relevance
212 nn::Result getNsDataIdListResult; in sampleFgOnlyTaskExecute() local215 … getNsDataIdListResult = nn::boss::GetNsDataIdList(nn::boss::DATA_TYPE_ALL, &serialIdList); in sampleFgOnlyTaskExecute()218 if(getNsDataIdListResult == nn::boss::ResultNsDataListUpdated()) in sampleFgOnlyTaskExecute()222 …getNsDataIdListResult = nn::boss::ResultNsDataListSizeShortage();//Update the value of getNsDataId… in sampleFgOnlyTaskExecute()225 …else if((getNsDataIdListResult.IsFailure()) && (getNsDataIdListResult != nn::boss::ResultNsDataLis… in sampleFgOnlyTaskExecute()330 …}while(getNsDataIdListResult == nn::boss::ResultNsDataListSizeShortage());//If this is ResultNsDat… in sampleFgOnlyTaskExecute()
266 nn::Result getNsDataIdListResult; in sampleNADLTaskBgExecute() local269 … getNsDataIdListResult = nn::boss::GetNsDataIdList(nn::boss::DATA_TYPE_ALL, &serialIdList); in sampleNADLTaskBgExecute()272 if(getNsDataIdListResult == nn::boss::ResultNsDataListUpdated()) in sampleNADLTaskBgExecute()276 …getNsDataIdListResult = nn::boss::ResultNsDataListSizeShortage();//Update the value of getNsDataId… in sampleNADLTaskBgExecute()279 …else if((getNsDataIdListResult.IsFailure()) && (getNsDataIdListResult != nn::boss::ResultNsDataLis… in sampleNADLTaskBgExecute()384 …}while(getNsDataIdListResult == nn::boss::ResultNsDataListSizeShortage());//If this is ResultNsDat… in sampleNADLTaskBgExecute()
403 nn::Result getNsDataIdListResult; in sampleDataStoreDownloadTask() local406 … getNsDataIdListResult = nn::boss::GetNsDataIdList(nn::boss::DATA_TYPE_ALL, &serialIdList); in sampleDataStoreDownloadTask()409 if(getNsDataIdListResult == nn::boss::ResultNsDataListUpdated()) in sampleDataStoreDownloadTask()413 …getNsDataIdListResult = nn::boss::ResultNsDataListSizeShortage();//Update the value of getNsDataId… in sampleDataStoreDownloadTask()416 …else if((getNsDataIdListResult.IsFailure()) && (getNsDataIdListResult != nn::boss::ResultNsDataLis… in sampleDataStoreDownloadTask()521 …}while(getNsDataIdListResult == nn::boss::ResultNsDataListSizeShortage());//If this is ResultNsDat… in sampleDataStoreDownloadTask()