Home
last modified time | relevance | path

Searched refs:reply (Results 1901 - 1925 of 2889) sorted by relevance

1...<<71727374757677787980>>...116

/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskgetremainingdelaytime_fuzzer/
H A Dbgtaskgetremainingdelaytime_fuzzer.cpp35 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local
45 code, datas, reply, option); in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskgettransienttaskapps_fuzzer/
H A Dbgtaskgettransienttaskapps_fuzzer.cpp35 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local
45 code, datas, reply, option); in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskresetallefficiencyresources_fuzzer/
H A Dbgtaskresetallefficiencyresources_fuzzer.cpp35 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local
45 code, datas, reply, option); in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskrequestsuspenddelay_fuzzer/
H A Dbgtaskrequestsuspenddelay_fuzzer.cpp35 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local
45 code, datas, reply, option); in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskstopbackgroundrunning_fuzzer/
H A Dbgtaskstopbackgroundrunning_fuzzer.cpp35 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local
45 code, datas, reply, option); in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskstopcontinuoustask_fuzzer/
H A Dbgtaskstopcontinuoustask_fuzzer.cpp35 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local
45 code, datas, reply, option); in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskunsubscribebackgroundtask_fuzzer/
H A Dbgtaskunsubscribebackgroundtask_fuzzer.cpp35 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local
47 code, datas, reply, option); in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_event_listener_proxy.cpp34 MessageParcel reply; in OnReceiveEvent() local
42 data, reply, option); in OnReceiveEvent()
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Ddevice_movement_observer.cpp25 MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
39 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
24 OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopwork_fuzzer/
H A Dworkschedulerstopwork_fuzzer.cpp42 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local
64 workSchedulerService_->OnRemoteRequest(code, dataMessageParcel, reply, option); in DoSomethingInterestingWithMyAPI()
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Ddefault_client_mini_adapter.c40 void ProxyInvokeArgInner(IpcIo *reply, IClientHeader *header) in ProxyInvokeArgInner() argument
42 WriteInt32(reply, (int32_t)header->saId); in ProxyInvokeArgInner()
/foundation/window/window_manager/test/common/mock/
H A Diremote_object_mocker.h38 int SendRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in SendRequest() argument
88 int SendRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in SendRequest() argument
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_status_change_proxy.cpp74 MessageParcel reply; in SendRequestInner() local
76 int32_t status = iro->SendRequest(code, data, reply, option); in SendRequestInner()
/foundation/window/window_manager/extension/window_extension/src/zidl/
H A Dwindow_extension_stub.cpp26 MessageParcel& reply, MessageOption& option) in OnRemoteRequest()
70 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
25 OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service_stub.h57 * @param reply Indicates the object receiving the response data.
62 int32_t ProcessProto(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
68 * @param reply Indicates the response message object sent from the remote service.
73 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
/foundation/communication/ipc/interfaces/innerkits/c_api/include/
H A Dipc_cremote_object.h72 * @param reply Pointer to the response data object. It cannot be NULL or released in the function.
81 OHIPCParcel *reply, void *userData);
160 * @param reply Pointer to the response data object. It cannot be NULL in the case of a synchronous request,
171 OHIPCParcel *reply, const OH_IPC_MessageOption *option);
/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/
H A Dipc_skeleton.h43 typedef int32_t (*OnRemoteRequest)(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option);
66 int32_t SendRequest(SvcIdentity target, uint32_t code, IpcIo *data, IpcIo *reply,
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dndef_msg_callback_stub_test.cpp62 MessageParcel reply; in HWTEST_F() local
65 int onRemoteRequest = ndefMsgCallbackStub->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
/foundation/communication/nfc/test/unittest/services/hce_cmd_callback_stub_test/
H A Dhce_cmd_callback_stub_test.cpp78 MessageParcel reply; in HWTEST_F() local
81 int onRemoteRequest = hceCmdCallbackStub.OnRemoteRequest(code, data, reply, option); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/fuzztest/datashareservicestub_fuzzer/
H A Ddatashareservicestub_fuzzer.cpp47 MessageParcel reply; in OnRemoteRequestFuzz() local
49 dataShareServiceStub->OnRemoteRequest(code, request, reply); in OnRemoteRequestFuzz()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/fuzztest/kvdbservicestub_fuzzer/
H A Dkvdbservicestub_fuzzer.cpp53 MessageParcel reply; in OnRemoteRequestFuzz() local
55 kvdbServiceStub->OnRemoteRequest(code, request, reply); in OnRemoteRequestFuzz()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/fuzztest/objectservicestub_fuzzer/
H A Dobjectservicestub_fuzzer.cpp47 MessageParcel reply; in OnRemoteRequestFuzz() local
49 objectServiceStub->OnRemoteRequest(code, request, reply); in OnRemoteRequestFuzz()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/fuzztest/rdbservicestub_fuzzer/
H A Drdbservicestub_fuzzer.cpp47 MessageParcel reply; in OnRemoteRequestFuzz() local
49 rdbServiceStub->OnRemoteRequest(code, request, reply); in OnRemoteRequestFuzz()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/fuzztest/udmfservice_fuzzer/
H A Dudmfservice_fuzzer.cpp47 MessageParcel reply; in OnRemoteRequestFuzz() local
49 udmfServiceStub->OnRemoteRequest(code, request, reply); in OnRemoteRequestFuzz()
/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipcserverstub_fuzzer/
H A Dipc_server_stub_fuzzer.cpp45 MessageParcel reply; in IpcServerStubFuzzTest() local
53 IpcServerStub::GetInstance().OnRemoteRequest(code, data1, reply, option); in IpcServerStubFuzzTest()

Completed in 8 milliseconds

1...<<71727374757677787980>>...116