Home
last modified time | relevance | path

Searched refs:enterpriseDeviceMgrAbility (Results 1 - 2 of 2) sorted by relevance

/base/customization/enterprise_device_management/test/fuzztest/enterprisedevicemgrability_fuzzer/
H A Denterprise_device_mgr_ability_fuzzer.cpp77 sptr<EnterpriseDeviceMgrAbility> enterpriseDeviceMgrAbility = EnterpriseDeviceMgrAbility::GetInstance(); in LLVMFuzzerTestOneInput() local
78 enterpriseDeviceMgrAbility->OnStart(); in LLVMFuzzerTestOneInput()
81 enterpriseDeviceMgrAbility->OnCommonEventSystemUpdate(eventData); in LLVMFuzzerTestOneInput()
82 enterpriseDeviceMgrAbility->OnCommonEventUserRemoved(eventData); in LLVMFuzzerTestOneInput()
83 enterpriseDeviceMgrAbility->OnCommonEventPackageAdded(eventData); in LLVMFuzzerTestOneInput()
84 enterpriseDeviceMgrAbility->OnCommonEventPackageRemoved(eventData); in LLVMFuzzerTestOneInput()
87 enterpriseDeviceMgrAbility->OnAddSystemAbility(systemAbilityId, deviceId); in LLVMFuzzerTestOneInput()
88 enterpriseDeviceMgrAbility->OnAppManagerServiceStart(systemAbilityId, deviceId); in LLVMFuzzerTestOneInput()
89 enterpriseDeviceMgrAbility->OnAbilityManagerServiceStart(systemAbilityId, deviceId); in LLVMFuzzerTestOneInput()
90 enterpriseDeviceMgrAbility in LLVMFuzzerTestOneInput()
[all...]
/base/customization/enterprise_device_management/test/fuzztest/common/src/
H A Dcommon_fuzzer.cpp172 sptr<EnterpriseDeviceMgrAbility> enterpriseDeviceMgrAbility = EnterpriseDeviceMgrAbility::GetInstance(); in OnRemoteRequestFuzzerTest() local
173 enterpriseDeviceMgrAbility->OnStart(); in OnRemoteRequestFuzzerTest()
178 enterpriseDeviceMgrAbility->OnRemoteRequest(code, parcel, reply, option); in OnRemoteRequestFuzzerTest()

Completed in 1 milliseconds