Searched refs:StoreStartDhids (Results 1 - 2 of 2) sorted by relevance
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/ |
H A D | distributed_input_sink_manager.cpp | 233 sinkManagerObj_->StoreStartDhids(sessionId, affDhIds.sharingDhIds); in OnStartRemoteInput() 315 sinkManagerObj_->StoreStartDhids(sessionId, affDhIds.sharingDhIds); in OnStartRemoteInputDhid() 389 sinkManagerObj_->StoreStartDhids(toSinkSessionId, affDhIds.sharingDhIds); in OnRelayStartDhidRemoteInput() 474 sinkManagerObj_->StoreStartDhids(toSinkSessionId, affDhIds.sharingDhIds); in OnRelayStartTypeRemoteInput() 560 void DistributedInputSinkManager::StoreStartDhids(int32_t sessionId, const std::vector<std::string> &dhIds) in StoreStartDhids() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkManager 567 DHLOGI("StoreStartDhids start tmpDhids.size=%{public}zu, add dhIds.size=%{public}zu.", tmpDhids.size(), in StoreStartDhids() 574 DHLOGI("StoreStartDhids end tmpDhids.size=%{public}zu", tmpDhids.size()); in StoreStartDhids()
|
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/include/ |
H A D | distributed_input_sink_manager.h | 192 void StoreStartDhids(int32_t sessionId, const std::vector<std::string> &dhIds);
|
Completed in 3 milliseconds