Home
last modified time | relevance | path

Searched refs:sharedFromThis_ (Results 1 - 5 of 5) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_stub.cpp34 sharedFromThis_.reset(); in ~InterIpcStub()
145 if (sharedFromThis_ == nullptr) { in CreateDeathListener()
146 sharedFromThis_ = Ptr(this, [](InterIpcStub *) { SHARING_LOGD("traces."); }); in CreateDeathListener()
148 deathRecipients_[key]->SetDeathListener(std::make_shared<InterIpcStubDeathListener>(sharedFromThis_)); in CreateDeathListener()
H A Dinter_ipc_service_stub.cpp83 if (sharedFromThis_ == nullptr) { in CreateDeathListener()
84 sharedFromThis_ = InterIpcStub::Ptr(this, [](InterIpcStub *) { SHARING_LOGD("trace."); }); in CreateDeathListener()
86 auto service = std::static_pointer_cast<InterIpcServiceStub>(sharedFromThis_); in CreateDeathListener()
H A Dinter_ipc_stub.h62 Ptr sharedFromThis_ = nullptr; member in OHOS::Sharing::InterIpcStub
/foundation/CastEngine/castengine_wifi_display/services/interaction/
H A Dinteraction_manager.cpp43 sharedFromThis_.reset(); in ~InteractionManager()
49 if (sharedFromThis_ == nullptr) { in Init()
50 sharedFromThis_ = Ptr(this, [](InteractionManager *) { SHARING_LOGD("trace."); }); in Init()
52 DomainManager::GetInstance()->SetListener(sharedFromThis_); in Init()
H A Dinteraction_manager.h72 Ptr sharedFromThis_ = nullptr; member in OHOS::Sharing::final

Completed in 3 milliseconds