Home
last modified time | relevance | path

Searched defs:stringSize (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/setbrowserpoliciesplugin_fuzzer/
H A Dset_browser_policies_plugin_fuzzer.cpp44 int32_t stringSize = size / 3; in SetParcelContent() local
89 int32_t stringSize = (size - pos) / 6; in LLVMFuzzerTestOneInput() local
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/getbluetoothinfoplugin_fuzzer/
H A Dget_bluetooth_info_plugin_fuzzer.cpp42 int32_t stringSize = size / 2; in LLVMFuzzerTestOneInput() local
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/addosaccountplugin_fuzzer/
H A Dadd_os_account_plugin_fuzzer.cpp43 int32_t stringSize = size / 4; in LLVMFuzzerTestOneInput() local
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/manageautostartappsplugin_fuzzer/
H A Dmanage_auto_start_apps_plugin_fuzzer.cpp42 int32_t stringSize = size / 6; in LLVMFuzzerTestOneInput() local
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/usbreadonlyplugin_fuzzer/
H A Dusb_read_only_plugin_fuzzer.cpp42 int32_t stringSize = size / 6; in LLVMFuzzerTestOneInput() local
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/usercertplugin_fuzzer/
H A Duser_cert_plugin_fuzzer.cpp43 int32_t stringSize = (size - pos) / 9; in LLVMFuzzerTestOneInput() local
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/disallowedrunningbundlesplugin_fuzzer/
H A Ddisallowed_running_bundles_plugin_fuzzer.cpp44 int32_t stringSize = size / 9; in LLVMFuzzerTestOneInput() local
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/disallowaddosaccountbyuserplugin_fuzzer/
H A Ddisallow_add_os_account_by_user_plugin_fuzzer.cpp43 int32_t stringSize = size / 12; in LLVMFuzzerTestOneInput() local
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/getdeviceinfoplugin_fuzzer/
H A Dget_device_info_plugin_fuzzer.cpp46 int32_t stringSize = size / 2; in LLVMFuzzerTestOneInput() local
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/iptablesruleplugin_fuzzer/
H A Diptables_rule_plugin_fuzzer.cpp42 int32_t stringSize = size / 6; in LLVMFuzzerTestOneInput() local
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/allowedbluetoothdevicesplugin_fuzzer/
H A Dallowed_bluetooth_devices_plugin_fuzzer.cpp45 int32_t stringSize = size / 9; in LLVMFuzzerTestOneInput() local
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/powerpolicyplugin_fuzzer/
H A Dpower_policy_plugin_fuzzer.cpp44 int32_t stringSize = size / 6; in LLVMFuzzerTestOneInput() local
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/allowedusbdevicesplugin_fuzzer/
H A Dallowed_usb_devices_plugin_fuzzer.cpp45 int32_t stringSize = size / 6; in LLVMFuzzerTestOneInput() local
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/installplugin_fuzzer/
H A Dinstall_plugin_fuzzer.cpp42 int32_t stringSize = size / 9; in LLVMFuzzerTestOneInput() local
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/firewallruleplugin_fuzzer/
H A Dfirewall_rule_plugin_fuzzer.cpp46 int32_t stringSize = size / 6; in LLVMFuzzerTestOneInput() local
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/
H A Dcamera_napi_callback_param_parser.h70 size_t stringSize = 0; in CameraNapiCallbackParamParser() local
H A Dcamera_napi_param_parser.h323 size_t stringSize = 0; in Next() local
H A Dcamera_napi_object.h295 size_t stringSize = 0; in GetVariantStringFromNapiValue() local
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/setkeydownduration_fuzzer/
H A Dsetkeydownduration_fuzzer.cpp56 size_t stringSize = 4; in SetKeyDownDurationFuzzTest() local
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/enterprisedevicemgrability_fuzzer/
H A Denterprise_device_mgr_ability_fuzzer.cpp49 int32_t stringSize = (size - pos) / 5; in getCommonEventData() local
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/getdisplaybindinfo_fuzzer/
H A Dgetdisplaybindinfo_fuzzer.cpp62 size_t stringSize = 4; in GetDisplayBindInfoFuzzTest() local
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/updatedisplayinfo_fuzzer/
H A Dupdatedisplayinfo_fuzzer.cpp98 size_t stringSize = 4; in UpdateDisplayInfoFuzzTest() local
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/pointerstyle_fuzzer/
H A Dpointerstyle_fuzzer.cpp77 size_t stringSize = 4; in UpdateDisplayInfo() local
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp411 int32_t stringSize = static_cast<int32_t>(jsonString.size()); in CheckIsNum() local
427 int32_t stringSize = static_cast<int32_t>(devId.size()); in CheckDevIdIsLegal() local
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/common/src/
H A Dcommon_fuzzer.cpp222 std::string CommonFuzzer::GetString(const uint8_t* ptr, int32_t& pos, int32_t stringSize, size_t si… in GetString()

12