Home
last modified time | relevance | path

Searched refs:RemoveWatch (Results 1 - 25 of 31) sorted by relevance

12

/base/msdp/device_status/test/unittest/intention/stationary/src/
H A Dstationary_server_test.cpp172 ret = stationary_.RemoveWatch(context_, SUBSCRIBE_STATIONARY_TWO, data_, reply_); in HWTEST_F()
190 * @tc.desc: Test func named RemoveWatch
196 int32_t ret = stationary_.RemoveWatch(context_, SUBSCRIBE_STATIONARY_ONE, data_, reply_); in HWTEST_F()
198 ret = stationary_.RemoveWatch(context_, SUBSCRIBE_STATIONARY_TWO, data_, reply_); in HWTEST_F()
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_client_test_mock.cpp70 int32_t TunnelClient::RemoveWatch(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) in RemoveWatch() function in OHOS::Msdp::DeviceStatus::TunnelClient
72 return CooperateClientMock::GetMock().RemoveWatch(intention, id, data, reply); in RemoveWatch()
H A Dcooperate_client_test.cpp127 EXPECT_CALL(cooperateClientMock, RemoveWatch).WillRepeatedly(Return(RET_OK)); in HWTEST_F()
160 EXPECT_CALL(cooperateClientMock, RemoveWatch).WillOnce(Return(RET_ERR)); in HWTEST_F()
366 EXPECT_CALL(cooperateClientMock, RemoveWatch).WillOnce(Return(RET_OK)); in HWTEST_F()
388 EXPECT_CALL(cooperateClientMock, RemoveWatch).WillOnce(Return(RET_ERR)); in HWTEST_F()
413 EXPECT_CALL(cooperateClientMock, RemoveWatch).WillOnce(Return(RET_ERR)); in HWTEST_F()
H A Dcooperate_server_test.cpp374 ASSERT_NO_FATAL_FAILURE(cooperateServer_->RemoveWatch( in HWTEST_F()
396 ASSERT_NO_FATAL_FAILURE(cooperateServer_->RemoveWatch( in HWTEST_F()
418 ASSERT_NO_FATAL_FAILURE(cooperateServer_->RemoveWatch( in HWTEST_F()
440 ASSERT_NO_FATAL_FAILURE(cooperateServer_->RemoveWatch( in HWTEST_F()
465 ASSERT_NO_FATAL_FAILURE(cooperateServer_->RemoveWatch( in HWTEST_F()
/base/msdp/device_status/test/unittest/intention/cooperate/include/
H A Dcooperate_client_test_mock.h49 virtual int32_t RemoveWatch(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) = 0;
70 MOCK_METHOD(int32_t, RemoveWatch,
/base/msdp/device_status/intention/ipc/tunnel/include/
H A Di_intention.h48 virtual int32_t RemoveWatch(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) = 0;
H A Dtunnel_client.h48 int32_t RemoveWatch(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) override;
H A Dintention_proxy.h38 int32_t RemoveWatch(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) override;
/base/msdp/device_status/intention/prototype/include/
H A Di_tunnel_client.h44 virtual int32_t RemoveWatch(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) = 0;
H A Di_plugin.h42 virtual int32_t RemoveWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) = 0;
/base/msdp/device_status/intention/ipc/tunnel/src/
H A Dintention_stub.cpp55 return RemoveWatch(intention, GPARAM(code), data, reply); in OnRemoteRequest()
H A Dtunnel_client.cpp205 int32_t TunnelClient::RemoveWatch(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) in RemoveWatch() function in OHOS::Msdp::DeviceStatus::TunnelClient
224 int32_t ret = devicestatusProxy_->RemoveWatch(intention, id, dataParcel, replyParcel); in RemoveWatch()
226 FI_HILOGE("proxy::RemoveWatch fail"); in RemoveWatch()
H A Dintention_proxy.cpp116 int32_t IntentionProxy::RemoveWatch(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) in RemoveWatch() function in OHOS::Msdp::DeviceStatus::IntentionProxy
/base/msdp/device_status/rust/ipc/service/src/
H A Didentity.rs34 RemoveWatch,
H A Dlib.rs102 CommonAction::RemoveWatch => {
213 self.send_request(CommonAction::RemoveWatch, intention, id, data, reply)
/base/msdp/device_status/intention/cooperate/server/include/
H A Dcooperate_server.h38 int32_t RemoveWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) override;
/base/msdp/device_status/intention/stationary/client/src/
H A Dstationary_client.cpp48 int32_t ret = tunnel.RemoveWatch(Intention::STATIONARY, StationaryRequestID::UNSUBSCRIBE_STATIONARY, param, reply); in UnsubscribeCallback()
/base/msdp/device_status/intention/stationary/server/include/
H A Dstationary_server.h38 int32_t RemoveWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) override;
/base/msdp/device_status/intention/services/intention_service/include/
H A Dintention_service.h47 int32_t RemoveWatch(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) override;
/base/msdp/device_status/intention/ipc/socket/include/
H A Dsocket_server.h38 int32_t RemoveWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) override;
/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_server.cpp64 int32_t SocketServer::RemoveWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) in RemoveWatch() function in OHOS::Msdp::DeviceStatus::SocketServer
/base/msdp/device_status/intention/services/intention_service/src/
H A Dintention_service.cpp159 int32_t IntentionService::RemoveWatch(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) in RemoveWatch() function in OHOS::Msdp::DeviceStatus::IntentionService
172 return plugin->RemoveWatch(context, id, data, reply); in RemoveWatch()
175 FI_HILOGE("RemoveWatch failed, ret:%{public}d", ret); in RemoveWatch()
/base/msdp/device_status/intention/drag/server/include/
H A Ddrag_server.h39 int32_t RemoveWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) override;
/base/msdp/device_status/intention/stationary/server/src/
H A Dstationary_server.cpp82 int32_t StationaryServer::RemoveWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) in RemoveWatch() function in OHOS::Msdp::DeviceStatus::StationaryServer
/base/msdp/device_status/intention/cooperate/client/src/
H A Dcooperate_client.cpp94 return tunnel.RemoveWatch(Intention::COOPERATE, CooperateRequestID::UNREGISTER_LISTENER, param, reply); in UnregisterListener()
280 if (int32_t ret = tunnel.RemoveWatch(Intention::COOPERATE, in UnregisterEventListener()
348 if (int32_t ret = tunnel.RemoveWatch(Intention::COOPERATE, in RemoveHotAreaListener()

Completed in 9 milliseconds

12