Home
last modified time | relevance | path

Searched refs:Control (Results 1 - 25 of 29) sorted by relevance

12

/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_client_test_mock.cpp85 int32_t TunnelClient::Control(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) in Control() function in OHOS::Msdp::DeviceStatus::TunnelClient
87 return CooperateClientMock::GetMock().Control(intention, id, data, reply); in Control()
/base/msdp/device_status/test/unittest/intention/cooperate/include/
H A Dcooperate_client_test_mock.h52 virtual int32_t Control(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) = 0;
74 MOCK_METHOD(int32_t, Control, (Intention intention, uint32_t id, ParamBase &data, ParamBase &reply), (override));
/base/msdp/device_status/intention/ipc/tunnel/include/
H A Di_intention.h58 virtual int32_t Control(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) = 0;
H A Dtunnel_client.h59 int32_t Control(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) override;
H A Dintention_proxy.h41 int32_t Control(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) override;
/base/msdp/device_status/intention/prototype/include/
H A Di_tunnel_client.h55 virtual int32_t Control(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) = 0;
H A Di_plugin.h45 virtual int32_t Control(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) = 0;
/base/msdp/device_status/intention/ipc/tunnel/src/
H A Dintention_stub.cpp64 return Control(intention, GPARAM(code), data, reply); in OnRemoteRequest()
H A Dtunnel_client.cpp301 int32_t TunnelClient::Control(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) in Control() function in OHOS::Msdp::DeviceStatus::TunnelClient
320 int32_t ret = devicestatusProxy_->Control(intention, id, dataParcel, replyParcel); in Control()
322 FI_HILOGE("proxy::Control fail"); in Control()
H A Dintention_proxy.cpp164 int32_t IntentionProxy::Control(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) in Control() function in OHOS::Msdp::DeviceStatus::IntentionProxy
/base/msdp/device_status/rust/ipc/service/src/
H A Didentity.rs37 Control
H A Dlib.rs114 CommonAction::Control => {
231 self.send_request(CommonAction::Control, intention, id, data, reply)
/base/msdp/device_status/intention/cooperate/server/include/
H A Dcooperate_server.h41 int32_t Control(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) override;
/base/msdp/device_status/intention/stationary/server/include/
H A Dstationary_server.h41 int32_t Control(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) override;
/base/msdp/device_status/intention/services/intention_service/include/
H A Dintention_service.h45 int32_t Control(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) override;
/base/msdp/device_status/intention/ipc/socket/include/
H A Dsocket_server.h41 int32_t Control(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) override;
/base/msdp/device_status/intention/drag/client/src/
H A Ddrag_client.cpp313 int32_t ret = tunnel.Control(Intention::DRAG, DragRequestID::ROTATE_DRAG_WINDOW_SYNC, param, reply); in RotateDragWindowSync()
315 FI_HILOGE("ITunnelClient::Control fail"); in RotateDragWindowSync()
366 int32_t ret = tunnel.Control(Intention::DRAG, DragRequestID::ENTER_TEXT_EDITOR_AREA, param, reply); in EnableUpperCenterMode()
368 FI_HILOGE("ITunnelClient::Control fail"); in EnableUpperCenterMode()
406 int32_t ret = tunnel.Control(Intention::DRAG, DragRequestID::ADD_PRIVILEGE, param, reply); in AddPrivilege()
408 FI_HILOGE("ITunnelClient::Control fail"); in AddPrivilege()
418 int32_t ret = tunnel.Control(Intention::DRAG, DragRequestID::ERASE_MOUSE_ICON, param, reply); in EraseMouseIcon()
420 FI_HILOGE("ITunnelClient::Control fail"); in EraseMouseIcon()
430 int32_t ret = tunnel.Control(Intention::DRAG, DragRequestID::SET_MOUSE_DRAG_MONITOR_STATE, param, reply); in SetMouseDragMonitorState()
432 FI_HILOGE("ITunnelClient::Control fai in SetMouseDragMonitorState()
[all...]
/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_client.cpp93 int32_t ret = tunnel->Control(Intention::SOCKET, SocketAction::SOCKET_ACTION_CONNECT, param, reply); in Socket()
95 FI_HILOGE("ITunnelClient::Control fail"); in Socket()
H A Dsocket_server.cpp82 int32_t SocketServer::Control(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) in Control() function in OHOS::Msdp::DeviceStatus::SocketServer
/base/msdp/device_status/intention/services/intention_service/src/
H A Dintention_service.cpp222 int32_t IntentionService::Control(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) in Control() function in OHOS::Msdp::DeviceStatus::IntentionService
237 return plugin->Control(context, id, data, reply); in Control()
240 FI_HILOGE("Control failed, ret:%{public}d", ret); in Control()
/base/msdp/device_status/test/unittest/intention/stationary/src/
H A Dstationary_server_test.cpp139 * @tc.desc: Test func named Control
145 int32_t ret = stationary_.Control(context_, SUBSCRIBE_STATIONARY_ONE, data_, reply_); in HWTEST_F()
/base/msdp/device_status/intention/drag/server/include/
H A Ddrag_server.h42 int32_t Control(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) override;
/base/msdp/device_status/intention/stationary/server/src/
H A Dstationary_server.cpp124 int32_t StationaryServer::Control(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) in Control() function in OHOS::Msdp::DeviceStatus::StationaryServer
/base/msdp/device_status/test/unittest/intention/ipc/src/
H A Dsocket_session_test.cpp370 int32_t ret = g_socketServer->Control(context, 1, datas, reply); in HWTEST_F()
391 int32_t ret = g_socketServer->Control(context, -1, datas, reply); in HWTEST_F()
/base/msdp/device_status/intention/cooperate/server/src/
H A Dcooperate_server.cpp271 int32_t CooperateServer::Control(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) in Control() function in OHOS::Msdp::DeviceStatus::CooperateServer

Completed in 9 milliseconds

12