Home
last modified time | relevance | path

Searched refs:relayStpDhidCallbacks_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H A Ddistributed_input_sourcemanager_test.cpp986 sourceManager_->relayStpDhidCallbacks_.push_back(info);
1508 sourceManager_->relayStpDhidCallbacks_.push_back(info);
1510 EXPECT_EQ(0, sourceManager_->relayStpDhidCallbacks_.size());
1513 sourceManager_->relayStpDhidCallbacks_.push_back(stopInfo);
1516 EXPECT_EQ(1, sourceManager_->relayStpDhidCallbacks_.size());
1520 EXPECT_EQ(1, sourceManager_->relayStpDhidCallbacks_.size());
1525 EXPECT_EQ(1, sourceManager_->relayStpDhidCallbacks_.size());
1536 sourceManager_->relayStpDhidCallbacks_.clear();
1539 sourceManager_->relayStpDhidCallbacks_.push_back(stopDhIdInfo);
1541 EXPECT_EQ(0, sourceManager_->relayStpDhidCallbacks_.size());
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp1142 relayStpDhidCallbacks_.push_back(info); in RelayStopRemoteInputByDhid()
1147 … for (auto iter = relayStpDhidCallbacks_.begin(); iter != relayStpDhidCallbacks_.end(); ++iter) { in RelayStopRemoteInputByDhid()
1149 relayStpDhidCallbacks_.erase(iter); in RelayStopRemoteInputByDhid()
1394 for (auto iter = relayStpDhidCallbacks_.begin(); iter != relayStpDhidCallbacks_.end(); ++iter) { in RunRelayStopDhidCallback()
1400 relayStpDhidCallbacks_.erase(iter); in RunRelayStopDhidCallback()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H A Ddistributed_input_source_manager.h441 std::vector<DInputClientStopDhidInfo> relayStpDhidCallbacks_; variable