Home
last modified time | relevance | path

Searched defs:data (Results 3351 - 3375 of 17640) sorted by relevance

1...<<131132133134135136137138139140>>...706

/foundation/ability/ability_runtime/test/fuzztest/registerconfigurationobserver_fuzzer/
H A Dregisterconfigurationobserver_fuzzer.cpp36 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
54 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/ability/ability_runtime/test/fuzztest/setabilitycontroller_fuzzer/
H A Dsetabilitycontroller_fuzzer.cpp41 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
59 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/ability/ability_runtime/test/fuzztest/sendresulttoability_fuzzer/
H A Dsendresulttoability_fuzzer.cpp39 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
63 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/ability/ability_runtime/test/fuzztest/stopuser_fuzzer/
H A Dstopuser_fuzzer.cpp37 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
58 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/ability/ability_runtime/test/fuzztest/updateconfiguration_fuzzer/
H A Dupdateconfiguration_fuzzer.cpp33 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
58 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/ability/ability_runtime/test/unittest/ability_debug_response_proxy_test/
H A Dability_debug_response_proxy_test.cpp50 void AbilityDebugResponseProxyTest::WriteInterfaceToken(MessageParcel& data) in WriteInterfaceToken() argument
/foundation/ability/ability_runtime/test/unittest/ability_manager_event_subscriber_test/
H A Dability_manager_event_subscriber_test.cpp55 EventFwk::CommonEventData data; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/data_ability_observer_stub_test/
H A Ddata_ability_observer_stub_test.cpp57 MessageParcel data; in HWTEST_F() local
80 MessageParcel data; in HWTEST_F() local
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/src/
H A Dability_first_frame_state_observer_stub.cpp49 int32_t AbilityFirstFrameStateObserverStub::HandleOnAbilityFirstFrameStateChanged(MessageParcel &data, in HandleOnAbilityFirstFrameStateChanged() argument
32 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
H A Dability_first_frame_state_observer_proxy.cpp28 bool AbilityFirstFrameStateObserverProxy::WriteInterfaceToken(MessageParcel &data) in WriteInterfaceToken() argument
40 MessageParcel data; in OnAbilityFirstFrameState() local
H A Dability_foreground_state_observer_proxy.cpp27 bool AbilityForegroundStateObserverProxy::WriteInterfaceToken(MessageParcel &data) in WriteInterfaceToken() argument
38 MessageParcel data; in OnAbilityStateChanged() local
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_foreground_state_observer_stub.cpp47 int32_t AppForegroundStateObserverStub::HandleOnAppStateChanged(MessageParcel &data, MessageParcel &reply) in HandleOnAppStateChanged() argument
29 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
H A Dapp_exception_callback_proxy.cpp25 bool AppExceptionCallbackProxy::WriteInterfaceToken(MessageParcel &data) in WriteInterfaceToken() argument
34 int32_t AppExceptionCallbackProxy::SendTransactCmd(uint32_t code, MessageParcel &data, in SendTransactCmd() argument
53 MessageParcel data; in OnLifecycleException() local
[all...]
H A Dapp_exception_callback_stub.cpp40 int32_t AppExceptionCallbackStub::HandleLifecycleException(MessageParcel &data, MessageParcel &reply) in HandleLifecycleException() argument
22 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
H A Dapp_foreground_state_observer_proxy.cpp27 bool AppForegroundStateObserverProxy::WriteInterfaceToken(MessageParcel &data) in WriteInterfaceToken() argument
38 MessageParcel data; in OnAppStateChanged() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dexit_reason.cpp42 ExitReason *data = new (std::nothrow) ExitReason(); in Unmarshalling() local
H A Dwant_receiver_proxy.cpp22 bool WantReceiverProxy::WriteInterfaceToken(MessageParcel &data) in WriteInterfaceToken() argument
33 MessageParcel data; in Send() local
51 void WantReceiverProxy::PerformReceive(const Want &want, int resultCode, const std::string &data, in PerformReceive() argument
H A Dwant_sender_stub.cpp27 int WantSenderStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() argument
44 int WantSenderStub::SendInner(MessageParcel &data, MessageParcel &reply) in SendInner() argument
/foundation/ability/ability_runtime/services/dataobsmgr/src/
H A Ddata_ability_observer_proxy.cpp34 OHOS::MessageParcel data; in OnChange() local
56 OHOS::MessageParcel data; in OnChangeExt() local
83 OHOS::MessageParcel data; OnChangePreferences() local
104 SendTransactCmd(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) SendTransactCmd() argument
[all...]
H A Ddataobs_mgr_changeinfo.cpp85 const uint8_t *data = size > 0 ? parcel.ReadBuffer(size) : nullptr; in Unmarshalling() local
/foundation/ability/ability_runtime/test/fuzztest/abilitystubcalluiabilitybyscb_fuzzer/
H A Dabilitystubcalluiabilitybyscb_fuzzer.cpp36 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
57 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/ability/ability_runtime/test/fuzztest/abilitystubcancelwantsender_fuzzer/
H A Dabilitystubcancelwantsender_fuzzer.cpp36 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
57 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/ability/ability_runtime/test/fuzztest/abilitystubconnectuiextensionability_fuzzer/
H A Dabilitystubconnectuiextensionability_fuzzer.cpp36 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
57 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/ability/ability_runtime/test/fuzztest/abilitystubcontinueability_fuzzer/
H A Dabilitystubcontinueability_fuzzer.cpp36 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
57 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/ability/ability_runtime/test/fuzztest/abilitystubgetextensionrunninginfo_fuzzer/
H A Dabilitystubgetextensionrunninginfo_fuzzer.cpp36 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
57 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument

Completed in 9 milliseconds

1...<<131132133134135136137138139140>>...706