Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp189 DeviceMap_.clear(); in Release()
329 DeviceMap_[devId] = DINPUT_SOURCE_SWITCH_OFF; in handleStartServerCallback()
332 for (auto it = DeviceMap_.begin(); it != DeviceMap_.end(); ++it) { in handleStartServerCallback()
566 DeviceMap_[deviceId] = DINPUT_SOURCE_SWITCH_OFF; in StartRemoteInput()
656DeviceMap_[sinkId] = DINPUT_SOURCE_SWITCH_OFF; // when sink device start success,set DINPUT_SOURCE… in StartRemoteInput()
871DeviceMap_[sinkId] = DINPUT_SOURCE_SWITCH_OFF; // when sink device start success,set DINPUT_SOURCE… in StartRemoteInput()
955 DeviceMap_[sinkId] = DINPUT_SOURCE_SWITCH_OFF; in StartRemoteInput()
1509 for (auto it = DeviceMap_.begin(); it != DeviceMap_.end(); ++it) { in GetDeviceMapAllDevSwitchOff()
1520 DeviceMap_[deviceId] = value; in SetDeviceMapValue()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H A Ddistributed_input_sourcemanager_test.cpp334 sourceManager_->DeviceMap_[devId] = DINPUT_SOURCE_SWITCH_ON;
337 EXPECT_EQ(2, sourceManager_->DeviceMap_.size());
1614 sourceManager_->DeviceMap_[devId] = DINPUT_SOURCE_SWITCH_OFF;
1622 sourceManager_->DeviceMap_[devId] = DINPUT_SOURCE_SWITCH_ON;
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H A Ddistributed_input_source_manager.h449 std::map<std::string, int32_t> DeviceMap_; variable