Home
last modified time | relevance | path

Searched refs:MAX_CALL_TRANSACTION (Results 1 - 9 of 9) sorted by relevance

/foundation/filemanagement/app_file_service/test/fuzztest/servicereverse_fuzzer/
H A Dservicereverse_fuzzer.cpp39 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 Dcontinuationmanager_fuzzer.cpp29 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 Dbackupsa_fuzzer.cpp36 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 Dsystemabilitymanager_fuzzer.cpp35 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 Ddevice_profile_fuzzer.cpp37 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 Dstoragedaemon_fuzzer.cpp34 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 Dsystemabilityfwk_fuzzer.cpp35 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 Dbackupext_fuzzer.cpp27 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 Dstoragemanager_fuzzer.cpp33 constexpr uint8_t MAX_CALL_TRANSACTION = 64; member
91 storageManagerPtr->OnRemoteRequest(code % MAX_CALL_TRANSACTION, datas, reply, option); in StorageManagerFuzzTest()

Completed in 5 milliseconds