Home
last modified time | relevance | path

Searched defs:operateType (Results 1 – 18 of 18) sorted by relevance

/base/customization/enterprise_device_management/test/fuzztest/setbrowserpoliciesplugin_fuzzer/
Dset_browser_policies_plugin_fuzzer.cpp35 void SetParcelContent(MessageParcel &parcel, uint32_t operateType, in SetParcelContent()
90 for (uint32_t operateType = static_cast<uint32_t>(FuncOperateType::GET); in LLVMFuzzerTestOneInput() local
/base/customization/enterprise_device_management/test/fuzztest/edmplugin_fuzzer/
Dedm_plugin_fuzzer.cpp37 uint32_t operateType = (CommonFuzzer::GetU32Data(data)) % 3; in LLVMFuzzerTestOneInput() local
/base/customization/enterprise_device_management/test/fuzztest/enterprisedevicemgrstubmock_fuzzer/
Denterprise_device_mgr_stub_mock_fuzzer.cpp42 uint32_t operateType = data[5] % 3; in LLVMFuzzerTestOneInput() local
/base/customization/enterprise_device_management/test/fuzztest/adminserviceinterface_fuzzer/
Dadmin_service_interface_fuzzer.cpp49 uint32_t operateType = data[4] % 3; in LLVMFuzzerTestOneInput() local
/base/customization/enterprise_device_management/test/fuzztest/usercertplugin_fuzzer/
Duser_cert_plugin_fuzzer.cpp44 for (uint32_t operateType = static_cast<uint32_t>(FuncOperateType::GET); in LLVMFuzzerTestOneInput() local
/base/customization/enterprise_device_management/test/fuzztest/manageautostartappsplugin_fuzzer/
Dmanage_auto_start_apps_plugin_fuzzer.cpp43 for (uint32_t operateType = static_cast<uint32_t>(FuncOperateType::GET); in LLVMFuzzerTestOneInput() local
/base/customization/enterprise_device_management/test/fuzztest/usbreadonlyplugin_fuzzer/
Dusb_read_only_plugin_fuzzer.cpp43 for (uint32_t operateType = static_cast<uint32_t>(FuncOperateType::GET); in LLVMFuzzerTestOneInput() local
/base/customization/enterprise_device_management/test/fuzztest/disallowedrunningbundlesplugin_fuzzer/
Ddisallowed_running_bundles_plugin_fuzzer.cpp45 for (uint32_t operateType = static_cast<uint32_t>(FuncOperateType::GET); in LLVMFuzzerTestOneInput() local
/base/customization/enterprise_device_management/test/fuzztest/iptablesruleplugin_fuzzer/
Diptables_rule_plugin_fuzzer.cpp43 for (uint32_t operateType = static_cast<uint32_t>(FuncOperateType::GET); in LLVMFuzzerTestOneInput() local
/base/customization/enterprise_device_management/test/fuzztest/disallowaddosaccountbyuserplugin_fuzzer/
Ddisallow_add_os_account_by_user_plugin_fuzzer.cpp44 for (uint32_t operateType = static_cast<uint32_t>(FuncOperateType::GET); in LLVMFuzzerTestOneInput() local
/base/customization/enterprise_device_management/test/fuzztest/allowedbluetoothdevicesplugin_fuzzer/
Dallowed_bluetooth_devices_plugin_fuzzer.cpp47 for (uint32_t operateType = static_cast<uint32_t>(FuncOperateType::GET); in LLVMFuzzerTestOneInput() local
/base/customization/enterprise_device_management/test/fuzztest/powerpolicyplugin_fuzzer/
Dpower_policy_plugin_fuzzer.cpp45 for (uint32_t operateType = static_cast<uint32_t>(FuncOperateType::GET); in LLVMFuzzerTestOneInput() local
/base/customization/enterprise_device_management/test/fuzztest/allowedusbdevicesplugin_fuzzer/
Dallowed_usb_devices_plugin_fuzzer.cpp46 for (uint32_t operateType = static_cast<uint32_t>(FuncOperateType::GET); in LLVMFuzzerTestOneInput() local
/base/customization/enterprise_device_management/test/fuzztest/installplugin_fuzzer/
Dinstall_plugin_fuzzer.cpp43 for (uint32_t operateType = static_cast<uint32_t>(FuncOperateType::GET); in LLVMFuzzerTestOneInput() local
/base/customization/enterprise_device_management/test/fuzztest/firewallruleplugin_fuzzer/
Dfirewall_rule_plugin_fuzzer.cpp47 for (uint32_t operateType = static_cast<uint32_t>(FuncOperateType::GET); in LLVMFuzzerTestOneInput() local
/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/src/utils/
Dfunc_code_utils.cpp67 std::uint32_t FuncCodeUtils::CreateFuncCode(std::uint32_t systemFlag, std::uint32_t operateType, in CreateFuncCode()
/base/account/os_account/dfx/hisysevent_adapter/
Daccount_hisysevent_adapter.cpp167 void ReportOhosAccountStateChange(int32_t userId, int32_t operateType, int32_t oldStat, int32_t new… in ReportOhosAccountStateChange()
/base/customization/enterprise_device_management/services/edm/src/
Denterprise_device_mgr_ability.cpp1164 ErrCode EnterpriseDeviceMgrAbility::CheckHandlePolicyPermission(FuncOperateType operateType, in CheckHandlePolicyPermission()