Home
last modified time | relevance | path

Searched refs:DScreenSourceSvrRecipient (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/include/
H A Ddscreen_source_handler.h52 class DScreenSourceSvrRecipient : public IRemoteObject::DeathRecipient {
63 sptr<DScreenSourceSvrRecipient> sourceSvrRecipient_ = nullptr;
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/
H A Ddscreen_source_handler.cpp47 sourceSvrRecipient_ = new (std::nothrow) DScreenSourceSvrRecipient(); in DScreenSourceHandler()
228 void DScreenSourceHandler::DScreenSourceSvrRecipient::OnRemoteDied(const wptr<IRemoteObject> &remot… in OnRemoteDied()
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H A Ddistributed_input_source_manager.h232 class DScreenSourceSvrRecipient : public IRemoteObject::DeathRecipient {
234DScreenSourceSvrRecipient(const std::string &srcDevId, const std::string &sinkDevId, const uint64_…
235 ~DScreenSourceSvrRecipient() = default;
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp1607 …sptr<DScreenSourceSvrRecipient> dScreenSrcDeathRecipient(new(std::nothrow) DScreenSourceSvrRecipie… in OnMessage()
1755 DistributedInputSourceManager::DScreenSourceSvrRecipient::DScreenSourceSvrRecipient(const std::stri… in DScreenSourceSvrRecipient() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceManager::DScreenSourceSvrRecipient
1764 void DistributedInputSourceManager::DScreenSourceSvrRecipient::OnRemoteDied(const wptr<IRemoteObjec… in OnRemoteDied()