Home
last modified time | relevance | path

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

/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()
80 LOGE("OnSessionOpened error, pinholderSessionCallback_ is nullptr."); in OnSessionOpened()
84 pinholderSessionCallback_->OnSessionOpened(sessionId, sessionSide, result); in OnSessionOpened()
92 if (pinholderSessionCallback_ == nullptr) { in OnSessionClosed()
93 LOGE("OnSessionClosed error, pinholderSessionCallback_ is nullptr."); in OnSessionClosed()
96 pinholderSessionCallback_->OnSessionClosed(sessionId); in OnSessionClosed()
107 if (pinholderSessionCallback_ in OnBytesReceived()
[all...]
/foundation/distributedhardware/device_manager/services/service/include/pinholder/
H A Dpin_holder_session.h77 static std::shared_ptr<IPinholderSessionCallback> pinholderSessionCallback_; member in OHOS::DistributedHardware::PinHolderSession

Completed in 2 milliseconds