Home
last modified time | relevance | path

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

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