/ohos5.0/foundation/filemanagement/app_file_service/test/fuzztest/servicereverse_fuzzer/ |
H A D | servicereverse_fuzzer.cpp | 39 constexpr uint8_t MAX_CALL_TRANSACTION = 24; variable 74 backupPtr->OnRemoteRequest(code % MAX_CALL_TRANSACTION, datas, reply, option); in BackupFuzzTest() 96 restorePtr->OnRemoteRequest(code % MAX_CALL_TRANSACTION, datas, reply, option); in RestoreFuzzTest() 118 backupPtr->OnRemoteRequest(code % MAX_CALL_TRANSACTION, datas, reply, option); in IncrementalBackupFuzzTest() 140 restorePtr->OnRemoteRequest(code % MAX_CALL_TRANSACTION, datas, reply, option); in IncrementalRestoreFuzzTest()
|
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/systemabilitymanager_fuzzer/ |
H A D | systemabilitymanager_fuzzer.cpp | 35 constexpr uint8_t MAX_CALL_TRANSACTION = 40; variable 147 HILOGI("samgrFuzz:code=%{public}u", code % MAX_CALL_TRANSACTION); in FuzzSystemAbilityManager() 148 manager->OnRemoteRequest(code % MAX_CALL_TRANSACTION, data, reply, option); in FuzzSystemAbilityManager()
|
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/continuationmanager_fuzzer/ |
H A D | continuationmanager_fuzzer.cpp | 29 constexpr uint16_t MAX_CALL_TRANSACTION = 510; variable 65 remoteObj->SendRequest(code % MAX_CALL_TRANSACTION, data, reply, option); in FuzzUnregister()
|
/ohos5.0/foundation/filemanagement/app_file_service/test/fuzztest/backupsa_fuzzer/ |
H A D | backupsa_fuzzer.cpp | 36 constexpr uint8_t MAX_CALL_TRANSACTION = 24; variable 58 service->OnRemoteRequest(code % MAX_CALL_TRANSACTION, datas, reply, option); in BackupSaFuzzTest()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/deviceprofile_fuzzer/ |
H A D | device_profile_fuzzer.cpp | 37 constexpr uint8_t MAX_CALL_TRANSACTION = 7; variable 99 …DistributedDeviceProfileService::GetInstance().OnRemoteRequest(code % MAX_CALL_TRANSACTION, data, … in FuzzDeviceProfile()
|
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagedaemon_fuzzer/ |
H A D | storagedaemon_fuzzer.cpp | 34 constexpr uint8_t MAX_CALL_TRANSACTION = 32; variable 83 …code % MAX_CALL_TRANSACTION == static_cast<int32_t>(StorageDaemonInterfaceCode::CREATE_SHARE_FILE)… in StorageDaemonFuzzTest() 84 …code % MAX_CALL_TRANSACTION == static_cast<int32_t>(StorageDaemonInterfaceCode::DELETE_SHARE_FILE)… in StorageDaemonFuzzTest() 93 storageDaemon->OnRemoteRequest(code % MAX_CALL_TRANSACTION, datas, reply, option); in StorageDaemonFuzzTest()
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/fuzztest/systemabilityfwk_fuzzer/ |
H A D | systemabilityfwk_fuzzer.cpp | 35 constexpr uint8_t MAX_CALL_TRANSACTION = 16; variable 158 …LocalAbilityManager::GetInstance().OnRemoteRequest(code % MAX_CALL_TRANSACTION, data, reply, optio… in FuzzSystemAbilityFwk()
|
/ohos5.0/foundation/filemanagement/app_file_service/test/fuzztest/backupext_fuzzer/ |
H A D | backupext_fuzzer.cpp | 27 constexpr uint8_t MAX_CALL_TRANSACTION = 10; variable 54 extension->OnRemoteRequest(code % MAX_CALL_TRANSACTION, msg, reply, option); in OnRemoteRequestFuzzTest()
|
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanager_fuzzer/ |
H A D | storagemanager_fuzzer.cpp | 33 constexpr uint8_t MAX_CALL_TRANSACTION = 64; variable 91 storageManagerPtr->OnRemoteRequest(code % MAX_CALL_TRANSACTION, datas, reply, option); in StorageManagerFuzzTest()
|