Home
last modified time | relevance | path

Searched refs:SetParcelContent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/adminserviceinterface_fuzzer/
H A Dadmin_service_interface_fuzzer.cpp39 CommonFuzzer::SetParcelContent(parcel, data, size); in LLVMFuzzerTestOneInput()
52 CommonFuzzer::SetParcelContent(parcel, data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/setbrowserpoliciesplugin_fuzzer/
H A Dset_browser_policies_plugin_fuzzer.cpp35 void SetParcelContent(MessageParcel &parcel, uint32_t operateType, in SetParcelContent() function
99 SetParcelContent(parcel, operateType, data, size, admin); in LLVMFuzzerTestOneInput()
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/common/include/
H A Dcommon_fuzzer.h27 static void SetParcelContent(MessageParcel &parcel, const uint8_t* data, size_t size);
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/enterprisedevicemgrstubmock_fuzzer/
H A Denterprise_device_mgr_stub_mock_fuzzer.cpp46 CommonFuzzer::SetParcelContent(parcel, data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/edmplugin_fuzzer/
H A Dedm_plugin_fuzzer.cpp47 CommonFuzzer::SetParcelContent(parcel, data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/common/src/
H A Dcommon_fuzzer.cpp180 void CommonFuzzer::SetParcelContent(MessageParcel& parcel, const uint8_t* data, size_t size) in SetParcelContent() function in OHOS::EDM::CommonFuzzer