/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskgetremainingdelaytime_fuzzer/ |
H A D | bgtaskgetremainingdelaytime_fuzzer.cpp | 35 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local 45 code, datas, reply, option); in DoSomethingInterestingWithMyAPI()
|
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskgettransienttaskapps_fuzzer/ |
H A D | bgtaskgettransienttaskapps_fuzzer.cpp | 35 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local 45 code, datas, reply, option); in DoSomethingInterestingWithMyAPI()
|
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskresetallefficiencyresources_fuzzer/ |
H A D | bgtaskresetallefficiencyresources_fuzzer.cpp | 35 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local 45 code, datas, reply, option); in DoSomethingInterestingWithMyAPI()
|
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskrequestsuspenddelay_fuzzer/ |
H A D | bgtaskrequestsuspenddelay_fuzzer.cpp | 35 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local 45 code, datas, reply, option); in DoSomethingInterestingWithMyAPI()
|
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskstopbackgroundrunning_fuzzer/ |
H A D | bgtaskstopbackgroundrunning_fuzzer.cpp | 35 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local 45 code, datas, reply, option); in DoSomethingInterestingWithMyAPI()
|
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskstopcontinuoustask_fuzzer/ |
H A D | bgtaskstopcontinuoustask_fuzzer.cpp | 35 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local 45 code, datas, reply, option); in DoSomethingInterestingWithMyAPI()
|
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskunsubscribebackgroundtask_fuzzer/ |
H A D | bgtaskunsubscribebackgroundtask_fuzzer.cpp | 35 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 D | res_sched_event_listener_proxy.cpp | 34 MessageParcel reply; in OnReceiveEvent() local 42 data, reply, option); in OnReceiveEvent()
|
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/ |
H A D | device_movement_observer.cpp | 25 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 D | workschedulerstopwork_fuzzer.cpp | 42 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local 64 workSchedulerService_->OnRemoteRequest(code, dataMessageParcel, reply, option); in DoSomethingInterestingWithMyAPI()
|
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | default_client_mini_adapter.c | 40 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 D | iremote_object_mocker.h | 38 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 D | system_ability_status_change_proxy.cpp | 74 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 D | window_extension_stub.cpp | 26 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 D | dbinder_service_stub.h | 57 * @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 D | ipc_cremote_object.h | 72 * @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 D | ipc_skeleton.h | 43 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 D | ndef_msg_callback_stub_test.cpp | 62 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 D | hce_cmd_callback_stub_test.cpp | 78 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 D | datashareservicestub_fuzzer.cpp | 47 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 D | kvdbservicestub_fuzzer.cpp | 53 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 D | objectservicestub_fuzzer.cpp | 47 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 D | rdbservicestub_fuzzer.cpp | 47 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 D | udmfservice_fuzzer.cpp | 47 MessageParcel reply; in OnRemoteRequestFuzz() local 49 udmfServiceStub->OnRemoteRequest(code, request, reply); in OnRemoteRequestFuzz()
|
/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipcserverstub_fuzzer/ |
H A D | ipc_server_stub_fuzzer.cpp | 45 MessageParcel reply; in IpcServerStubFuzzTest() local 53 IpcServerStub::GetInstance().OnRemoteRequest(code, data1, reply, option); in IpcServerStubFuzzTest()
|