/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/ |
H A D | wfd_source_scene_test.cpp | 75 std::shared_ptr<WfdCommonRsp> reply = std::make_shared<WfdCommonRsp>(); in HWTEST_F() local 82 int32_t ret = sourceScene_->HandleStartDiscovery(msg, reply); in HWTEST_F() 91 std::shared_ptr<WfdCommonRsp> reply = std::make_shared<WfdCommonRsp>(); in HWTEST_F() local 98 int32_t ret = sourceScene_->HandleStartDiscovery(msg, reply); in HWTEST_F() 107 std::shared_ptr<WfdCommonRsp> reply = std::make_shared<WfdCommonRsp>(); in HWTEST_F() local 114 int32_t ret = sourceScene_->HandleStartDiscovery(msg, reply); in HWTEST_F() 123 std::shared_ptr<WfdCommonRsp> reply = std::make_shared<WfdCommonRsp>(); in HWTEST_F() local 130 int32_t ret = sourceScene_->HandleStartDiscovery(msg, reply); in HWTEST_F() 139 std::shared_ptr<WfdCommonRsp> reply = std::make_shared<WfdCommonRsp>(); in HWTEST_F() local 151 int32_t ret = sourceScene_->HandleStartDiscovery(msg, reply); in HWTEST_F() 226 std::shared_ptr<WfdCommonRsp> reply = std::make_shared<WfdCommonRsp>(); HWTEST_F() local 331 std::shared_ptr<WfdCommonRsp> reply = std::make_shared<WfdCommonRsp>(); HWTEST_F() local 343 std::shared_ptr<WfdCommonRsp> reply = std::make_shared<WfdCommonRsp>(); HWTEST_F() local 357 std::shared_ptr<WfdCommonRsp> reply = std::make_shared<WfdCommonRsp>(); HWTEST_F() local 675 std::shared_ptr<WfdCommonRsp> reply = std::make_shared<WfdCommonRsp>(); HWTEST_F() local 695 std::shared_ptr<WfdCommonRsp> reply = std::make_shared<WfdCommonRsp>(); HWTEST_F() local [all...] |
/foundation/communication/ipc/ipc/test/unittest/rpc/client/ |
H A D | RpcClientTest.cpp | 251 IpcIo reply; in HWTEST_F() local 253 int32_t ret = SendRequest(sid, OP_DIVISION, &data, &reply, option, &ptr3); in HWTEST_F() 262 ReadInt32(&reply, &division); in HWTEST_F() 282 IpcIo reply; in HWTEST_F() local 287 int32_t ret = SendRequest(sid, OP_DIVISION, &data, &reply, oneWayOption, &ptr); in HWTEST_F() 320 IpcIo reply; in HWTEST_F() local 322 int32_t ret = SendRequest(sid, OP_SERIALIZER, &data, &reply, option, &ptr); in HWTEST_F() 324 ReadInt32(&reply, &ret); in HWTEST_F() 356 IpcIo reply; in HWTEST_F() local 358 int32_t ret = SendRequest(sid, OP_MULTI, &data, &reply, optio in HWTEST_F() 377 IpcIo reply; HWTEST_F() local [all...] |
/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/ |
H A D | service_ability.cpp | 27 void ServiceAbility::MsgHandle(uint32_t funcId, IpcIo *request, IpcIo *reply) in MsgHandle() argument 39 WriteInt32(reply, result); in MsgHandle()
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | remote_on_listener_stub.h | 36 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; 40 int32_t OnCallbackInner(MessageParcel &data, MessageParcel &reply);
|
H A D | insight_intent_execute_callback_stub.h | 30 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; 33 int32_t OnExecuteDoneInner(MessageParcel &data, MessageParcel &reply);
|
H A D | prepare_terminate_callback_stub.h | 32 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; 35 int DoPrepareTerminateInner(MessageParcel &data, MessageParcel &reply);
|
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_host_delegate_stub.h | 32 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option); 34 int32_t HandleRouterEvent(MessageParcel &data, MessageParcel &reply);
|
H A D | form_publish_interceptor_stub.h | 39 * @param reply output param. 44 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; 51 * @param reply output param. 54 virtual int32_t HandleProcessPublishForm(MessageParcel &data, MessageParcel &reply);
|
/foundation/ability/form_fwk/services/include/ |
H A D | free_install_status_callback_stub.h | 37 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; 41 int32_t OnInstallFinishedInner(MessageParcel &data, MessageParcel &reply);
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_exception_callback_stub.h | 31 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; 33 int32_t HandleLifecycleException(MessageParcel &data, MessageParcel &reply);
|
H A D | render_state_observer_stub.h | 33 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; 37 int32_t OnRenderStateChangedInner(MessageParcel &data, MessageParcel &reply);
|
H A D | render_scheduler_host.h | 38 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; 41 int32_t HandleNotifyBrowserFd(MessageParcel &data, MessageParcel &reply);
|
H A D | app_running_status_stub.h | 31 int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; 34 ErrCode HandleAppRunningStatus(MessageParcel &data, MessageParcel &reply);
|
H A D | kia_interceptor_stub.h | 49 * @param reply The message parcel reply. 54 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; 61 * @param reply The message parcel reply. 64 int OnInterceptInner(MessageParcel &data, MessageParcel &reply);
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/dialog_request_callback/ |
H A D | dialog_request_callback_stub.h | 38 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; 43 int SendResultInner(MessageParcel &data, MessageParcel &reply);
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | want_sender_stub.h | 33 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; 36 int SendInner(MessageParcel &data, MessageParcel &reply);
|
/foundation/arkui/ace_engine/test/mock/interfaces/ |
H A D | mock_i_remote_object_form.h | 32 MOCK_METHOD(int, SendRequest, (uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option)); 33 MOCK_METHOD(int, OnRemoteRequest, (uint32_t code, MessageParcel &data, MessageParcel &reply,
|
/foundation/barrierfree/accessibility/common/interface/include/ |
H A D | accessible_ability_manager_caption_observer_stub.h | 41 * @param reply The response of IPC request 44 int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, 51 * @param reply The response of IPC request 54 ErrCode HandleOnCaptionPropertyChanged(MessageParcel &data, MessageParcel &reply);
|
H A D | accessible_ability_manager_state_observer_stub.h | 41 * @param reply The response of IPC request 44 int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, 51 * @param reply The response of IPC request 54 ErrCode HandleOnStateChanged(MessageParcel &data, MessageParcel &reply);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/distributed_manager/ |
H A D | bundle_manager_callback_stub.h | 36 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; 38 int32_t HandleQueryRpcIdCallBack(MessageParcel &data, MessageParcel &reply);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_a2dp_sink_observer_stub.h | 32 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; 35 ErrCode OnConnectionStateChangedInner(MessageParcel &data, MessageParcel &reply);
|
/foundation/multimedia/audio_framework/services/audio_service/client/include/ |
H A D | ipc_stream_listener_stub.h | 28 int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; 32 int32_t HandleOnOperationHandled(MessageParcel &data, MessageParcel &reply);
|
H A D | audio_process_cb_stub.h | 28 int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override; 32 int32_t HandleOnEndpointChange(MessageParcel &data, MessageParcel &reply);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/ipc_callbacks/ |
H A D | rs_surface_occlusion_change_callback_stub.cpp | 23 uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest() 39 ret = IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest() 22 OnRemoteRequest( uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
|
H A D | buffer_available_callback_stub.cpp | 23 uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest() 38 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest() 22 OnRemoteRequest( uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
|