Home
last modified time | relevance | path

Searched defs:data (Results 6301 – 6325 of 16504) sorted by relevance

1...<<251252253254255256257258259260>>...661

/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/service/updatesecuritycomponentstub_fuzzer/
H A Dupdatesecuritycomponentstub_fuzzer.cpp69 static void UpdateSecurityComponentStubFuzzTest(const uint8_t *data, size_t size) in UpdateSecurityComponentStubFuzzTest()
98 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/base/account/os_account/test/fuzztest/iamaccount_stub/authuserstub_fuzzer/
H A Dauthuserstub_fuzzer.cpp47 bool AuthUserStubFuzzTest(const uint8_t *data, size_t size) in AuthUserStubFuzzTest()
90 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecsendcommandhdi_fuzzer/
H A Dcodecsendcommand_fuzzer.cpp50 bool CodecSendCommand(const uint8_t *data, size_t size) in CodecSendCommand()
98 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/dmauthmanager_fuzzer/
H A Ddm_auth_manager_fuzzer.cpp59 void DmAuthManagerFuzzTest(const uint8_t* data, size_t size) in DmAuthManagerFuzzTest()
114 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/pinholder_fuzzer/
H A Dpinholder_fuzzer.cpp41 void PinHolderFuzzTest(const uint8_t* data, size_t size) in PinHolderFuzzTest()
68 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproxyrendernode_fuzzer/
H A Drsproxyrendernode_fuzzer.cpp55 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI()
97 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerserviced_fuzzer/
H A Dabilitymanagerserviced_fuzzer.cpp62 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI()
87 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicefourth_fuzzer/
H A Dabilitymanagerservicefourth_fuzzer.cpp52 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI()
83 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinsightintentexecuteresult_fuzzer/
H A Dabilitymgrinsightintentexecuteresult_fuzzer.cpp66 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI()
79 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appstateobservermanager_fuzzer/
H A Dappstateobservermanager_fuzzer.cpp45 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI()
77 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/extensionrecordfactory_fuzzer/
H A Dextensionrecordfactory_fuzzer.cpp51 bool DoSomethingInterestingWithMyAPI(const char *data, size_t size) in DoSomethingInterestingWithMyAPI()
74 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/inputdevicemanager_fuzzer/
H A Dinputdevicemanager_fuzzer.cpp26 bool InputDeviceManagerFuzzTest(const uint8_t *data, size_t size) in InputDeviceManagerFuzzTest()
86 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/native/
H A Dwakeup_intell_voice_engine.cpp111 int32_t WakeupIntellVoiceEngine::Read(std::vector<uint8_t> &data) in Read()
127 int32_t WakeupIntellVoiceEngine::GetWakeupPcm(std::vector<uint8_t> &data) in GetWakeupPcm()
/ohos5.0/base/notification/common_event_service/test/fuzztest/commonevent_fuzzer/
H A Dcommonevent_fuzzer.cpp31 void OnReceiveEvent(const CommonEventData &data) override in OnReceiveEvent()
92 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service_ability.cpp111 void AdvancedNotificationServiceAbility::OnReceiveEvent(const EventFwk::CommonEventData &data) in OnReceiveEvent()
134 MessageParcel& data, MessageParcel& reply) in OnExtension()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/
H A Dreadfromparcel_fuzzer.cpp30 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI()
80 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Dexecutor_messenger_proxy_test.cpp50 [](uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) { in __anon7e60407d0102()
85 [](uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) { in __anon7e60407d0202()
/ohos5.0/base/powermgr/power_manager/utils/native/include/
H A Dpower_common.h45 #define RETURN_IF_WRITE_PARCEL_FAILED_NO_RET(parcel, type, data) … argument
61 #define RETURN_IF_WRITE_PARCEL_FAILED_WITH_RET(parcel, type, data, retval) … argument
/ohos5.0/base/powermgr/thermal_manager/utils/native/include/
H A Dthermal_common.h46 #define THERMAL_WRITE_PARCEL_NO_RET(parcel, type, data) \ argument
62 #define THERMAL_WRITE_PARCEL_WITH_RET(parcel, type, data, retval) \ argument
/ohos5.0/base/powermgr/battery_manager/utils/native/include/
H A Dpower_common.h45 #define RETURN_IF_WRITE_PARCEL_FAILED_NO_RET(parcel, type, data) \ argument
61 #define RETURN_IF_WRITE_PARCEL_FAILED_WITH_RET(parcel, type, data, retval) \ argument
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/src/mock/
H A Ddisplay_mock_test.cpp64 MessageParcel data; variable
79 MessageParcel data; variable
/ohos5.0/base/powermgr/display_manager/state_manager/utils/native/include/
H A Ddisplay_common.h45 #define RETURN_IF_WRITE_PARCEL_FAILED_NO_RET(parcel, type, data) … argument
61 #define RETURN_IF_WRITE_PARCEL_FAILED_WITH_RET(parcel, type, data, retval) … argument
/ohos5.0/base/security/dataclassification/test/fuzztest/datatransmitmgr/gethighestseclevelasync_fuzzer/
H A Dgethighestseclevelasync_fuzzer.cpp88 void FuzzDoGetHighestSecLevelAsync(const uint8_t *data, size_t size) in FuzzDoGetHighestSecLevelAsync()
112 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/base/security/access_token/test/fuzztest/innerkits/accesstoken/getpermissionsstatus_fuzzer/
H A Dgetpermissionsstatus_fuzzer.cpp90 bool GetPermissionsStatusFuzzTest(const uint8_t* data, size_t size) in GetPermissionsStatusFuzzTest()
117 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/timer_fuzzer/
H A Dtimer_fuzzer.cpp65 void TimerTestFunc(const uint8_t* data, size_t size, FuzzedDataProvider* dataProvider) in TimerTestFunc()
93 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()

1...<<251252253254255256257258259260>>...661