Home
last modified time | relevance | path

Searched refs:UnRegAllCallback (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_cmd_death_recipient.cpp34 KITS::ErrorCode ret = hceSession_->UnRegAllCallback(callerToken_); in OnRemoteDied()
35 InfoLog("OnRemoteDied, UnRegAllCallback ret=%{public}d", ret); in OnRemoteDied()
H A Dhce_session.cpp67 KITS::ErrorCode HceSession::UnRegAllCallback(Security::AccessToken::AccessTokenID callerToken) in UnRegAllCallback() function in OHOS::NFC::HCE::HceSession
70 ErrorLog("UnRegAllCallback ceService_ is nullptr"); in UnRegAllCallback()
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;
/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()
658 return hostCardEmulationManager_->UnRegAllCallback(callerToken); in StopHce()
681 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.cpp482 bool HostCardEmulationManager::UnRegAllCallback(Security::AccessToken::AccessTokenID callerToken) in UnRegAllCallback() function in OHOS::NFC::HostCardEmulationManager
/foundation/communication/nfc/test/fuzztest/services_test/hcesession_test/hcesession/hcesession_fuzzer/
H A Dhcesession_fuzzer.cpp93 hceSession->UnRegAllCallback(callerToken); in FuzzUnRegAllCallback()
/foundation/communication/nfc/test/unittest/services/hce_session_test/
H A Dhce_session_test.cpp169 * @tc.desc: Test HceSessionTest UnRegAllCallback.
177 KITS::ErrorCode errorCode = hceSession->UnRegAllCallback(callerToken); in HWTEST_F()
183 * @tc.desc: Test HceSessionTest UnRegAllCallback.
192 KITS::ErrorCode errorCode = hceSession->UnRegAllCallback(callerToken); in HWTEST_F()
/foundation/communication/nfc/test/unittest/services/ce_service_test/
H A Dce_service_test.cpp522 * @tc.desc: Test CeServiceTest UnRegAllCallback.
532 bool unRegAllCallback = ceService->UnRegAllCallback(callerToken); in HWTEST_F()
538 * @tc.desc: Test CeServiceTest UnRegAllCallback.
547 bool unRegAllCallback = ceService->UnRegAllCallback(callerToken); in HWTEST_F()
564 bool unRegAllCallback = ceService->UnRegAllCallback(callerToken); in HWTEST_F()
/foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/
H A Dhostcardemulationmanager_fuzzer.cpp170 manager->UnRegAllCallback(callerToken); in FuzzUnRegAllCallback()

Completed in 8 milliseconds