Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/boss/sample_fgonlytask/
Dsample_fgonlytask.cpp111 …const size_t NADL_STORAGE_SIZE = 3*1024*1024; //The amount of the expanded save data reg… in sampleFgOnlyTaskExecute() local
117 result = nn::boss::RegisterStorage(APP_EXT_STORAGE_ID, NADL_STORAGE_SIZE); in sampleFgOnlyTaskExecute()
/CTR-SDK-4.2.7-SampleDemos/boss/sample_nsalist/
Dsample_nsalist.cpp207 …const size_t NADL_STORAGE_SIZE = 3*1024*1024; //The amount of the expanded save data reg… in sampleNSAListExecute() local
213 result = nn::boss::RegisterStorage(APP_EXT_STORAGE_ID, NADL_STORAGE_SIZE); in sampleNSAListExecute()
/CTR-SDK-4.2.7-SampleDemos/boss/sample_nadl_simple/
Dsample_nadl_simple.cpp130 …const size_t NADL_STORAGE_SIZE = 3*1024*1024; //The amount of the expanded save data reg… in sampleNADLTaskBgExecute() local
136 result = nn::boss::RegisterStorage(APP_EXT_STORAGE_ID, NADL_STORAGE_SIZE); in sampleNADLTaskBgExecute()
/CTR-SDK-4.2.7-SampleDemos/boss/sample_datastore/
Dsample_datastore.cpp163 …const size_t NADL_STORAGE_SIZE = 3*1024*1024; // The amount of the expanded save data re… in sampleDataStoreUploadTask() local
169 result = nn::boss::RegisterStorage(APP_EXT_STORAGE_ID, NADL_STORAGE_SIZE); in sampleDataStoreUploadTask()