Home
last modified time | relevance | path

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

/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_session.cpp54 KITS::ErrorCode HceSession::UnRegHceCmdCallback(const std::string &type, in UnRegHceCmdCallback() function in OHOS::NFC::HCE::HceSession
58 ErrorLog("UnRegHceCmdCallback ceService_ is nullptr"); in UnRegHceCmdCallback()
61 if (ceService_.lock()->UnRegHceCmdCallback(type, callerToken)) { in UnRegHceCmdCallback()
H A Dhce_session.h42 KITS::ErrorCode UnRegHceCmdCallback(const std::string &type,
H A Dhce_session_stub.h41 virtual KITS::ErrorCode UnRegHceCmdCallback(const std::string& type,
/foundation/communication/nfc/services/src/card_emulation/
H A Dhost_card_emulation_manager.h61 bool UnRegHceCmdCallback(const std::string& type, Security::AccessToken::AccessTokenID callerToken);
H A Dce_service.h62 bool UnRegHceCmdCallback(const std::string &type, Security::AccessToken::AccessTokenID callerToken);
H A Dce_service.cpp80 bool CeService::UnRegHceCmdCallback(const std::string &type, Security::AccessToken::AccessTokenID callerToken) in UnRegHceCmdCallback() function in OHOS::NFC::CeService
86 return hostCardEmulationManager_->UnRegHceCmdCallback(type, callerToken); in UnRegHceCmdCallback()
H A Dhost_card_emulation_manager.cpp453 bool HostCardEmulationManager::UnRegHceCmdCallback(const std::string& type, in UnRegHceCmdCallback() function in OHOS::NFC::HostCardEmulationManager
/foundation/communication/nfc/test/fuzztest/services_test/hcesession_test/hcesession/hcesession_fuzzer/
H A Dhcesession_fuzzer.cpp85 hceSession->UnRegHceCmdCallback(type, callerToken); in FuzzUnRegHceCmdCallback()
/foundation/communication/nfc/test/unittest/services/hce_session_test/
H A Dhce_session_test.cpp138 * @tc.desc: Test HceSessionTest UnRegHceCmdCallback.
147 KITS::ErrorCode errorCode = hceSession->UnRegHceCmdCallback(type, callerToken); in HWTEST_F()
153 * @tc.desc: Test HceSessionTest UnRegHceCmdCallback.
163 KITS::ErrorCode errorCode = hceSession->UnRegHceCmdCallback(type, callerToken); in HWTEST_F()
/foundation/communication/nfc/test/unittest/services/host_card_emulation_manager_test/
H A Dhost_card_emulation_manager_test.cpp193 * @tc.desc: Test HostCardEmulationManagerTest UnRegHceCmdCallback.
205 bool res = hostCardEmulationManager->UnRegHceCmdCallback(type, callerToken); in HWTEST_F()
/foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/
H A Dhostcardemulationmanager_fuzzer.cpp159 manager->UnRegHceCmdCallback(type, callerToken); in FuzzUnRegHceCmdCallback()
/foundation/communication/nfc/test/unittest/services/ce_service_test/
H A Dce_service_test.cpp505 * @tc.desc: Test CeServiceTest UnRegHceCmdCallback.
516 bool unRegHceCmdCallback = ceService->UnRegHceCmdCallback(type, callerToken); in HWTEST_F()

Completed in 8 milliseconds