Searched refs:UnRegHceCmdCallback (Results 1 - 12 of 12) sorted by relevance
/foundation/communication/nfc/services/src/ipc/card_emulation/ |
H A D | hce_session.cpp | 54 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 D | hce_session.h | 42 KITS::ErrorCode UnRegHceCmdCallback(const std::string &type,
|
H A D | hce_session_stub.h | 41 virtual KITS::ErrorCode UnRegHceCmdCallback(const std::string& type,
|
/foundation/communication/nfc/services/src/card_emulation/ |
H A D | host_card_emulation_manager.h | 61 bool UnRegHceCmdCallback(const std::string& type, Security::AccessToken::AccessTokenID callerToken);
|
H A D | ce_service.h | 62 bool UnRegHceCmdCallback(const std::string &type, Security::AccessToken::AccessTokenID callerToken);
|
H A D | ce_service.cpp | 80 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 D | host_card_emulation_manager.cpp | 453 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 D | hcesession_fuzzer.cpp | 85 hceSession->UnRegHceCmdCallback(type, callerToken); in FuzzUnRegHceCmdCallback()
|
/foundation/communication/nfc/test/unittest/services/hce_session_test/ |
H A D | hce_session_test.cpp | 138 * @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 D | host_card_emulation_manager_test.cpp | 193 * @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 D | hostcardemulationmanager_fuzzer.cpp | 159 manager->UnRegHceCmdCallback(type, callerToken); in FuzzUnRegHceCmdCallback()
|
/foundation/communication/nfc/test/unittest/services/ce_service_test/ |
H A D | ce_service_test.cpp | 505 * @tc.desc: Test CeServiceTest UnRegHceCmdCallback. 516 bool unRegHceCmdCallback = ceService->UnRegHceCmdCallback(type, callerToken); in HWTEST_F()
|
Completed in 8 milliseconds