Home
last modified time | relevance | path

Searched refs:UnRegAllCallback (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_cmd_death_recipient.cpp34 KITS::ErrorCode ret = hceSession_->UnRegAllCallback(callerToken_); in OnRemoteDied()
H A Dhce_session.cpp67 KITS::ErrorCode HceSession::UnRegAllCallback(Security::AccessToken::AccessTokenID callerToken) in UnRegAllCallback() function in OHOS::NFC::HCE::HceSession
73 if (ceService_.lock()->UnRegAllCallback(callerToken)) { in UnRegAllCallback()
H A Dhce_session.h44 KITS::ErrorCode UnRegAllCallback(Security::AccessToken::AccessTokenID callerToken) override;
H A Dhce_session_stub.h43 virtual KITS::ErrorCode UnRegAllCallback(Security::AccessToken::AccessTokenID callerToken) = 0;
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.cpp89 bool CeService::UnRegAllCallback(Security::AccessToken::AccessTokenID callerToken) in UnRegAllCallback() function in OHOS::NFC::CeService
95 return hostCardEmulationManager_->UnRegAllCallback(callerToken); in UnRegAllCallback()
661 return hostCardEmulationManager_->UnRegAllCallback(callerToken); in StopHce()
684 return hostCardEmulationManager_->UnRegAllCallback(callerToken); in HandleWhenRemoteDie()
H A Dhost_card_emulation_manager.h62 bool UnRegAllCallback(Security::AccessToken::AccessTokenID callerToken);
H A Dce_service.h64 bool UnRegAllCallback(Security::AccessToken::AccessTokenID callerToken);
H A Dhost_card_emulation_manager.cpp478 bool HostCardEmulationManager::UnRegAllCallback(Security::AccessToken::AccessTokenID callerToken) in UnRegAllCallback() function in OHOS::NFC::HostCardEmulationManager
/ohos5.0/foundation/communication/nfc/test/unittest/services/hce_session_test/
H A Dhce_session_test.cpp177 KITS::ErrorCode errorCode = hceSession->UnRegAllCallback(callerToken);
192 KITS::ErrorCode errorCode = hceSession->UnRegAllCallback(callerToken);
/ohos5.0/foundation/communication/nfc/test/unittest/services/ce_service_test/
H A Dce_service_test.cpp532 bool unRegAllCallback = ceService->UnRegAllCallback(callerToken);
547 bool unRegAllCallback = ceService->UnRegAllCallback(callerToken);
564 bool unRegAllCallback = ceService->UnRegAllCallback(callerToken);
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/
H A Dhostcardemulationmanager_fuzzer.cpp125 manager->UnRegAllCallback(callerToken); in FuzzUnRegAllCallback()