Home
last modified time | relevance | path

Searched refs:pinholderSessionCallback_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/pinholder/
H A Dpin_holder_session.cpp25 std::shared_ptr<IPinholderSessionCallback> PinHolderSession::pinholderSessionCallback_ = nullptr; member in OHOS::DistributedHardware::PinHolderSession
42 pinholderSessionCallback_ = callback; in RegisterSessionCallback()
48 pinholderSessionCallback_ = nullptr; in UnRegisterSessionCallback()
79 if (pinholderSessionCallback_ == nullptr) { in OnSessionOpened()
84 pinholderSessionCallback_->OnSessionOpened(sessionId, sessionSide, result); in OnSessionOpened()
92 if (pinholderSessionCallback_ == nullptr) { in OnSessionClosed()
96 pinholderSessionCallback_->OnSessionClosed(sessionId); in OnSessionClosed()
107 if (pinholderSessionCallback_ == nullptr) { in OnBytesReceived()
113 pinholderSessionCallback_->OnDataReceived(sessionId, message); in OnBytesReceived()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/pinholder/
H A Dpin_holder_session.h77 static std::shared_ptr<IPinholderSessionCallback> pinholderSessionCallback_;