Home
last modified time | relevance | path

Searched refs:BOOL_AT_SIZE (Results 1 - 3 of 3) sorted by relevance

/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncmanager_fuzzer/
H A Dcloudsyncmanager_fuzzer.cpp30 constexpr size_t BOOL_AT_SIZE = 1; member
107 int len = static_cast<int>((size - BOOL_AT_SIZE) >> 1); in ChangeAppSwitchFuzzTest()
140 string uri = fuzzData.GetStringFromData(static_cast<int>(size - BOOL_AT_SIZE)); in StopDownloadFileFuzzTest()
156 string itemStr = fuzzData.GetStringFromData(len - static_cast<int>(BOOL_AT_SIZE)); in EnableCloudFuzzTest()
/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncservicestub_fuzzer/
H A Dcloudsyncservicestub_fuzzer.cpp40 constexpr size_t BOOL_AT_SIZE = 1; member
107 int pos = static_cast<int>((size - BOOL_AT_SIZE) >> 1); in HandleChangeAppSwitchFuzzTest()
226 if (itemStrLen <= static_cast<int>(BOOL_AT_SIZE)) { in HandleEnableCloudFuzzTest()
231 string itemStr = fuzzData.GetStringFromData(itemStrLen - static_cast<int>(BOOL_AT_SIZE)); in HandleEnableCloudFuzzTest()
350 string bundleName = fuzzData.GetStringFromData(static_cast<int>(size - BOOL_AT_SIZE)); in HandleStartSyncInnerFuzzTest()
/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncassetmanager_fuzzer/
H A Dcloudsyncassetmanager_fuzzer.cpp26 constexpr size_t BOOL_AT_SIZE = 1; member

Completed in 3 milliseconds