Home
last modified time | relevance | path

Searched refs:AddWatch (Results 1 – 25 of 59) sorted by relevance

123

/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_client_test.cpp124 EXPECT_CALL(cooperateClientMock, AddWatch).WillOnce(Return(RET_OK));
138 EXPECT_CALL(cooperateClientMock, AddWatch).WillOnce(Return(RET_ERR));
227 EXPECT_CALL(cooperateClientMock, AddWatch).WillOnce(Return(RET_OK));
256 EXPECT_CALL(cooperateClientMock, AddWatch).WillOnce(Return(RET_OK));
283 EXPECT_CALL(cooperateClientMock, AddWatch).WillOnce(Return(RET_OK));
311 EXPECT_CALL(cooperateClientMock, AddWatch).WillRepeatedly(Return(RET_OK));
336 EXPECT_CALL(cooperateClientMock, AddWatch).WillOnce(Return(RET_OK));
342 EXPECT_CALL(cooperateClientMock, AddWatch).WillOnce(Return(RET_ERR));
363 EXPECT_CALL(cooperateClientMock, AddWatch).WillOnce(Return(RET_OK));
385 EXPECT_CALL(cooperateClientMock, AddWatch).WillOnce(Return(RET_OK));
[all …]
H A Dcooperate_client_test_mock.cpp65 int32_t TunnelClient::AddWatch(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) in AddWatch() function in OHOS::Msdp::DeviceStatus::TunnelClient
67 return CooperateClientMock::GetMock().AddWatch(intention, id, data, reply); in AddWatch()
H A Dcooperate_server_test.cpp238 …ASSERT_NO_FATAL_FAILURE(cooperateServer_->AddWatch(context, CooperateRequestID::REGISTER_LISTENER,…
283 ASSERT_NO_FATAL_FAILURE(cooperateServer_->AddWatch(
305 ASSERT_NO_FATAL_FAILURE(cooperateServer_->AddWatch(
330 ASSERT_NO_FATAL_FAILURE(cooperateServer_->AddWatch(
352 ASSERT_NO_FATAL_FAILURE(cooperateServer_->AddWatch(
/ohos5.0/base/startup/init/test/unittest/param/
H A Dparamservice_unittest.cpp336 int AddWatch(int type, const char *name, const char *value) in AddWatch() function in init_ut::ParamServiceUnitTest
371 AddWatch(MSG_WAIT_PARAM, name, value); in TestAddParamWait1()
383 AddWatch(MSG_WAIT_PARAM, name, "*"); in TestAddParamWait2()
396 AddWatch(MSG_WAIT_PARAM, name, value); in TestAddParamWait3()
406 AddWatch(MSG_ADD_WATCHER, name, value); in TestAddParamWatch1()
419 AddWatch(MSG_ADD_WATCHER, name, "*"); in TestAddParamWatch2()
433 AddWatch(MSG_ADD_WATCHER, name, value); in TestAddParamWatch3()
436 AddWatch(MSG_DEL_WATCHER, name, value); in TestAddParamWatch3()
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/test/src/
H A Dcooperate_server_test.cpp243 …auto ret = cooperateServer_->AddWatch(context, CooperateRequestID::REGISTER_LISTENER, data, reply);
290 …auto ret = cooperateServer_->AddWatch(context, CooperateRequestID::UNKNOWN_COOPERATE_ACTION, data,…
312 …auto ret = cooperateServer_->AddWatch(context, CooperateRequestID::REGISTER_HOTAREA_LISTENER, data…
337 …auto ret = cooperateServer_->AddWatch(context, CooperateRequestID::REGISTER_EVENT_LISTENER, data, …
359 …auto ret = cooperateServer_->AddWatch(context, CooperateRequestID::REGISTER_EVENT_LISTENER, data, …
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/include/
H A Dcooperate_client_test_mock.h48 … virtual int32_t AddWatch(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) = 0;
69 …MOCK_METHOD(int32_t, AddWatch, (Intention intention, uint32_t id, ParamBase &data, ParamBase &repl…
/ohos5.0/foundation/multimodalinput/input/intention/stationary/test/unittest/src/
H A Dstationary_server_test.cpp166 int32_t ret = stationary_.AddWatch(context_, SUBSCRIBE_STATIONARY_ONE, data_, reply_);
184 int32_t ret = stationary_.AddWatch(context_, SUBSCRIBE_STATIONARY_TWO, data_, reply_);
/ohos5.0/base/msdp/device_status/test/unittest/intention/stationary/src/
H A Dstationary_server_test.cpp166 int32_t ret = stationary_.AddWatch(context_, SUBSCRIBE_STATIONARY_ONE, data_, reply_);
184 int32_t ret = stationary_.AddWatch(context_, SUBSCRIBE_STATIONARY_TWO, data_, reply_);
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/adaptor/
H A Djs_object_wrapper.h31 bool AddWatch(napi_env env, const char *type, napi_value handler);
/ohos5.0/foundation/multimodalinput/input/intention/ipc/tunnel/include/
H A Di_intention.h46 …virtual int32_t AddWatch(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &rep…
H A Dintention_proxy.h37 …int32_t AddWatch(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) over…
/ohos5.0/foundation/multimodalinput/input/intention/ipc/tunnel/src/
H A Dintention_stub.cpp52 return AddWatch(intention, GPARAM(code), data, reply); in OnRemoteRequest()
/ohos5.0/foundation/multimodalinput/input/intention/prototype/include/
H A Di_tunnel_client.h42 … virtual int32_t AddWatch(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) = 0;
H A Di_plugin.h41 …virtual int32_t AddWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel …
/ohos5.0/base/msdp/device_status/intention/ipc/tunnel/include/
H A Di_intention.h46 …virtual int32_t AddWatch(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &rep…
H A Dintention_proxy.h37 …int32_t AddWatch(Intention intention, uint32_t id, MessageParcel &data, MessageParcel &reply) over…
/ohos5.0/base/msdp/device_status/intention/ipc/tunnel/src/
H A Dintention_stub.cpp52 return AddWatch(intention, GPARAM(code), data, reply); in OnRemoteRequest()
/ohos5.0/base/msdp/device_status/intention/prototype/include/
H A Di_tunnel_client.h42 … virtual int32_t AddWatch(Intention intention, uint32_t id, ParamBase &data, ParamBase &reply) = 0;
H A Di_plugin.h41 …virtual int32_t AddWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel …
/ohos5.0/base/msdp/device_status/rust/ipc/service/src/
H A Didentity.rs33 AddWatch,
H A Dlib.rs98 CommonAction::AddWatch => { in on_remote_request()
207 self.send_request(CommonAction::AddWatch, intention, id, data, reply) in add_watch()
/ohos5.0/foundation/multimodalinput/input/intention/ipc/socket/include/
H A Dsocket_server.h37 …int32_t AddWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) …
/ohos5.0/foundation/multimodalinput/input/intention/stationary/client/src/
H A Dstationary_client.cpp35 …int32_t ret = tunnel.AddWatch(Intention::STATIONARY, StationaryRequestID::SUBSCRIBE_STATIONARY, pa… in SubscribeCallback()
/ohos5.0/base/msdp/device_status/intention/ipc/socket/include/
H A Dsocket_server.h37 …int32_t AddWatch(CallingContext &context, uint32_t id, MessageParcel &data, MessageParcel &reply) …
/ohos5.0/base/msdp/device_status/intention/stationary/client/src/
H A Dstationary_client.cpp35 …int32_t ret = tunnel.AddWatch(Intention::STATIONARY, StationaryRequestID::SUBSCRIBE_STATIONARY, pa… in SubscribeCallback()

123