Home
last modified time | relevance | path

Searched refs:OnRemoteRequest (Results 1 - 25 of 59) sorted by relevance

123

/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthinterfacestub_fuzzer/
H A Dpin_auth_interface_stub_fuzzer.cpp54 (void)pinAuthInterfaceStub.OnRemoteRequest(code, data, reply, optionSync); in PinAuthInterfaceStubFuzzTest()
59 (void)pinAuthInterfaceStub.OnRemoteRequest(code, data, reply, optionAsync); in PinAuthInterfaceStubFuzzTest()
/drivers/peripheral/codec/hal/include/
H A Dcodec_component_manager_stub.h29 int32_t (*OnRemoteRequest)(struct CodecComponentManager *serviceImpl, int code, struct HdfSBuf *data, member
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutorstub_fuzzer/
H A Dall_in_one_executor_stub_fuzzer.cpp71 (void)executorStub->OnRemoteRequest(code, data, reply, optionSync); in FaceAuthHdiStubFuzzTest()
76 (void)executorStub->OnRemoteRequest(code, data, reply, optionAsync); in FaceAuthHdiStubFuzzTest()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthinterfacestub_fuzzer/
H A Dface_auth_interface_stub_fuzzer.cpp70 (void)faceAuthInterfaceStub->OnRemoteRequest(code, data, reply, optionSync); in FaceAuthInterfaceStubFuzzTest()
75 (void)faceAuthInterfaceStub->OnRemoteRequest(code, data, reply, optionAsync); in FaceAuthInterfaceStubFuzzTest()
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutorstub_fuzzer/
H A Dall_in_one_executor_stub_fuzzer.cpp71 (void)executorStub->OnRemoteRequest(code, data, reply, optionSync); in FingerprintAuthHdiStubFuzzTest()
76 (void)executorStub->OnRemoteRequest(code, data, reply, optionAsync); in FingerprintAuthHdiStubFuzzTest()
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthinterfacestub_fuzzer/
H A Dfingerprint_auth_interface_stub_fuzzer.cpp73 (void)fingerprintAuthInterfaceStub->OnRemoteRequest(code, data, reply, optionSync); in FingerprintAuthInterfaceStubFuzzTest()
78 (void)fingerprintAuthInterfaceStub->OnRemoteRequest(code, data, reply, optionAsync); in FingerprintAuthInterfaceStubFuzzTest()
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthexecutorstub_fuzzer/
H A Dpin_auth_executor_stub_fuzzer.cpp67 (void)executorStub->OnRemoteRequest(code, data, reply, optionSync); in PinAuthExecutorStubFuzzTest()
72 (void)executorStub->OnRemoteRequest(code, data, reply, optionAsync); in PinAuthExecutorStubFuzzTest()
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdistub_fuzzer/
H A Duser_auth_hdi_stub_fuzzer.cpp70 (void)userAuthInterfaceStub->OnRemoteRequest(code, data, reply, optionSync); in UserAuthHdiStubFuzzTest()
75 (void)userAuthInterfaceStub->OnRemoteRequest(code, data, reply, optionAsync); in UserAuthHdiStubFuzzTest()
/drivers/peripheral/display/hdi_service/device/include/proxy/
H A Ddisplay_device_callback_stub.h25 int32_t OnRemoteRequest(
/drivers/external_device_manager/services/zidl/include/
H A Ddriver_ext_mgr_callback_stub.h32 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
H A Ddriver_ext_mgr_stub.h34 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/binddevice_fuzzer/
H A Dbinddevice_fuzzer.cpp35 DelayedSingleton<DriverExtMgr>::GetInstance()->OnRemoteRequest(code, data, reply, option); in BindDeviceFuzzTest()
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/querydeviceinfo_fuzzer/
H A Dquerydeviceinfo_fuzzer.cpp40 DelayedSingleton<DriverExtMgr>::GetInstance()->OnRemoteRequest(code, data, reply, option); in QueryDeviceInfoFuzzTest()
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/querydriverinfo_fuzzer/
H A Dquerydriverinfo_fuzzer.cpp40 DelayedSingleton<DriverExtMgr>::GetInstance()->OnRemoteRequest(code, data, reply, option); in QueryDriverInfoFuzzTest()
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/querydevice_fuzzer/
H A Dquerydevice_fuzzer.cpp35 DelayedSingleton<DriverExtMgr>::GetInstance()->OnRemoteRequest(code, data, reply, option); in QueryDeviceFuzzTest()
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/unbinddevice_fuzzer/
H A Dunbinddevice_fuzzer.cpp35 DelayedSingleton<DriverExtMgr>::GetInstance()->OnRemoteRequest(code, data, reply, option); in UnBindDeviceFuzzTest()
/drivers/peripheral/display/hdi_service/gralloc/server/
H A Dallocator_service_stub.h36 int32_t OnRemoteRequest(uint32_t cmdId, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
/drivers/external_device_manager/services/zidl/src/
H A Ddriver_ext_mgr_callback_stub.cpp21 int DriverExtMgrCallbackStub::OnRemoteRequest( in OnRemoteRequest() function in OHOS::ExternalDeviceManager::DriverExtMgrCallbackStub
38 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Dbluetooth_a2dp_audio_src_observer_stub.cpp41 int BluetoothA2dpAudioSrcObserverStub::OnRemoteRequest( in OnRemoteRequest() function in OHOS::Bluetooth::BluetoothA2dpAudioSrcObserverStub
44 HDF_LOGI("BluetoothA2dpAudioSrcObserverStub::OnRemoteRequest, cmd=%{public}d, flags= %d", code, option.GetFlags()); in OnRemoteRequest()
58 HDF_LOGI("BluetoothA2dpAudioSrcObserverStub::OnRemoteRequest, default case, need check."); in OnRemoteRequest()
59 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_driver.c48 if (omxcomponenttypeHost->service == NULL || omxcomponenttypeHost->service->stub.OnRemoteRequest == NULL) { in CodecComponentTypeDriverDispatch()
56 return omxcomponenttypeHost->service->stub.OnRemoteRequest(&omxcomponenttypeHost->service->stub.interface, cmdId, in CodecComponentTypeDriverDispatch()
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Dservstat_listener_stub.cpp26 int ServStatListenerStub::OnRemoteRequest( in OnRemoteRequest() function in OHOS::HDI::ServiceManager::V1_0::ServStatListenerStub
/drivers/hdf_core/interfaces/inner_api/hdi/
H A Diservstat_listener_hdi.h114 int OnRemoteRequest(uint32_t code,
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Dbluetooth_a2dp_audio_src_observer_stub.h36 virtual int OnRemoteRequest(
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_callback/
H A Ddisplay_device_callback_stub.cpp18 int32_t DisplayDeviceCallbackStub::OnRemoteRequest( in OnRemoteRequest() function in DisplayDeviceCallbackStub
22 DISPLAY_LOG("OnRemoteRequest receive code = %{public}u", code); in OnRemoteRequest()
/drivers/peripheral/thermal/test/fuzztest/thermalhdistub_fuzzer/
H A Dthermalhdistub_fuzz.cpp61 g_fuzzService->OnRemoteRequest(code, datas, reply, option); in ThermalStubFuzzTest()

Completed in 11 milliseconds

123