/base/msdp/device_status/test/unittest/intention/stationary/src/ |
H A D | stationary_server_test.cpp | 172 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 D | cooperate_client_test_mock.cpp | 70 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 D | cooperate_client_test.cpp | 127 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 D | cooperate_server_test.cpp | 374 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 D | cooperate_client_test_mock.h | 49 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 D | i_intention.h | 48 virtual int32_t RemoveWatch(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) = 0;
|
H A D | tunnel_client.h | 48 int32_t RemoveWatch(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) override;
|
H A D | intention_proxy.h | 38 int32_t RemoveWatch(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) override;
|
/base/msdp/device_status/intention/prototype/include/ |
H A D | i_tunnel_client.h | 44 virtual int32_t RemoveWatch(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) = 0;
|
H A D | i_plugin.h | 42 virtual int32_t RemoveWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) = 0;
|
/base/msdp/device_status/intention/ipc/tunnel/src/ |
H A D | intention_stub.cpp | 55 return RemoveWatch(intention, GPARAM(code), data, reply); in OnRemoteRequest()
|
H A D | tunnel_client.cpp | 205 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 D | intention_proxy.cpp | 116 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 D | identity.rs | 34 RemoveWatch,
|
H A D | lib.rs | 102 CommonAction::RemoveWatch => { 213 self.send_request(CommonAction::RemoveWatch, intention, id, data, reply)
|
/base/msdp/device_status/intention/cooperate/server/include/ |
H A D | cooperate_server.h | 38 int32_t RemoveWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) override;
|
/base/msdp/device_status/intention/stationary/client/src/ |
H A D | stationary_client.cpp | 48 int32_t ret = tunnel.RemoveWatch(Intention::STATIONARY, StationaryRequestID::UNSUBSCRIBE_STATIONARY, param, reply); in UnsubscribeCallback()
|
/base/msdp/device_status/intention/stationary/server/include/ |
H A D | stationary_server.h | 38 int32_t RemoveWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) override;
|
/base/msdp/device_status/intention/services/intention_service/include/ |
H A D | intention_service.h | 47 int32_t RemoveWatch(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) override;
|
/base/msdp/device_status/intention/ipc/socket/include/ |
H A D | socket_server.h | 38 int32_t RemoveWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) override;
|
/base/msdp/device_status/intention/ipc/socket/src/ |
H A D | socket_server.cpp | 64 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 D | intention_service.cpp | 159 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 D | drag_server.h | 39 int32_t RemoveWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) override;
|
/base/msdp/device_status/intention/stationary/server/src/ |
H A D | stationary_server.cpp | 82 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 D | cooperate_client.cpp | 94 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()
|