Searched refs:MAX_CALL_TRANSACTION (Results 1 - 9 of 9) sorted by relevance
/foundation/filemanagement/app_file_service/test/fuzztest/servicereverse_fuzzer/ |
H A D | servicereverse_fuzzer.cpp | 39 constexpr uint8_t MAX_CALL_TRANSACTION = 24; member 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()
|
/foundation/ability/dmsfwk/test/fuzztest/continuationmanager_fuzzer/ |
H A D | continuationmanager_fuzzer.cpp | 29 constexpr uint16_t MAX_CALL_TRANSACTION = 510; member 65 remoteObj->SendRequest(code % MAX_CALL_TRANSACTION, data, reply, option); in FuzzUnregister()
|
/foundation/filemanagement/app_file_service/test/fuzztest/backupsa_fuzzer/ |
H A D | backupsa_fuzzer.cpp | 36 constexpr uint8_t MAX_CALL_TRANSACTION = 24; member 58 service->OnRemoteRequest(code % MAX_CALL_TRANSACTION, datas, reply, option); in BackupSaFuzzTest()
|
/foundation/systemabilitymgr/samgr/test/fuzztest/systemabilitymanager_fuzzer/ |
H A D | systemabilitymanager_fuzzer.cpp | 35 constexpr uint8_t MAX_CALL_TRANSACTION = 40; member 143 HILOGI("samgrFuzz:code=%{public}u", code % MAX_CALL_TRANSACTION); in FuzzSystemAbilityManager() 144 manager->OnRemoteRequest(code % MAX_CALL_TRANSACTION, data, reply, option); in FuzzSystemAbilityManager()
|
/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; member 99 DistributedDeviceProfileService::GetInstance().OnRemoteRequest(code % MAX_CALL_TRANSACTION, data, reply, option); in FuzzDeviceProfile()
|
/foundation/filemanagement/storage_service/test/fuzztest/storagedaemon_fuzzer/ |
H A D | storagedaemon_fuzzer.cpp | 34 constexpr uint8_t MAX_CALL_TRANSACTION = 32; member 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()
|
/foundation/systemabilitymgr/safwk/test/fuzztest/systemabilityfwk_fuzzer/ |
H A D | systemabilityfwk_fuzzer.cpp | 35 constexpr uint8_t MAX_CALL_TRANSACTION = 16; member 168 LocalAbilityManager::GetInstance().OnRemoteRequest(code % MAX_CALL_TRANSACTION, data, reply, option); in FuzzSystemAbilityFwk()
|
/foundation/filemanagement/app_file_service/test/fuzztest/backupext_fuzzer/ |
H A D | backupext_fuzzer.cpp | 27 constexpr uint8_t MAX_CALL_TRANSACTION = 10; 54 extension->OnRemoteRequest(code % MAX_CALL_TRANSACTION, msg, reply, option); in OnRemoteRequestFuzzTest()
|
/foundation/filemanagement/storage_service/test/fuzztest/storagemanager_fuzzer/ |
H A D | storagemanager_fuzzer.cpp | 33 constexpr uint8_t MAX_CALL_TRANSACTION = 64; member 91 storageManagerPtr->OnRemoteRequest(code % MAX_CALL_TRANSACTION, datas, reply, option); in StorageManagerFuzzTest()
|
Completed in 5 milliseconds