Searched refs:cooperateServer_ (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/ |
H A D | cooperate_server_test.cpp | 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( 374 ASSERT_NO_FATAL_FAILURE(cooperateServer_->RemoveWatch( 396 ASSERT_NO_FATAL_FAILURE(cooperateServer_->RemoveWatch( 487 ASSERT_NO_FATAL_FAILURE(cooperateServer_->SetParam( 511 ASSERT_NO_FATAL_FAILURE(cooperateServer_->GetParam( 536 ASSERT_NO_FATAL_FAILURE(cooperateServer_->GetParam( 558 ASSERT_NO_FATAL_FAILURE(cooperateServer_->GetParam( [all …]
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/test/src/ |
H A D | cooperate_server_test.cpp | 58 std::shared_ptr<CooperateServer> cooperateServer_ { nullptr }; member in OHOS::Msdp::DeviceStatus::CooperateServerTest 64 cooperateServer_ = std::make_shared<CooperateServer>(context_.get()); in CooperateServerTest() 133 int32_t ret = cooperateServer_->Enable(context, datas, reply); 154 int32_t ret = cooperateServer_->Disable(context, datas, reply); 175 int32_t ret = cooperateServer_->Start(context, datas, reply); 196 int32_t ret = cooperateServer_->Stop(context, datas, reply); 219 auto ret = cooperateServer_->Enable(context, data, reply); 243 …auto ret = cooperateServer_->AddWatch(context, CooperateRequestID::REGISTER_LISTENER, data, reply); 268 int32_t ret = cooperateServer_->Disable(context, datas, reply); 494 …auto ret = cooperateServer_->SetParam(context, CooperateRequestID::REGISTER_LISTENER, data, reply); [all …]
|