/foundation/communication/nfc/interfaces/inner_api/cardEmulation/ |
H A D | hce_service.cpp | 97 KITS::ErrorCode HceService::StartHce(const ElementName &element, const std::vector<std::string> &aids) in StartHce() function in OHOS::NFC::KITS::HceService 99 DebugLog("HceService::StartHce"); in StartHce() 102 ErrorLog("HceService::StartHce, ERR_HCE_STATE_UNBIND"); in StartHce() 105 return hceSession->StartHce(element, aids); in StartHce()
|
H A D | hce_service.h | 41 KITS::ErrorCode StartHce(const ElementName &element, const std::vector<std::string> &aids);
|
H A D | hce_session_proxy.h | 45 KITS::ErrorCode StartHce(const ElementName &element, const std::vector<std::string> &aids) override;
|
H A D | hce_session_proxy.cpp | 172 KITS::ErrorCode HceSessionProxy::StartHce(const ElementName &element, const std::vector<std::string> &aids) in StartHce() function in OHOS::NFC::HCE::HceSessionProxy 194 ErrorLog("StartHce failed, error code is %{public}d", error); in StartHce()
|
/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | ihce_session.h | 78 virtual KITS::ErrorCode StartHce(const ElementName &element, const std::vector<std::string> &aids) = 0;
|
/foundation/communication/nfc/services/src/ipc/card_emulation/ |
H A D | hce_session.cpp | 116 KITS::ErrorCode HceSession::StartHce(const ElementName &element, const std::vector<std::string> &aids) in StartHce() function in OHOS::NFC::HCE::HceSession 119 ErrorLog("StartHce ceService_ is nullptr"); in StartHce() 122 if (ceService_.lock()->StartHce(element, aids)) { in StartHce()
|
H A D | hce_session.h | 54 KITS::ErrorCode StartHce(const ElementName &element, const std::vector<std::string> &aids) override;
|
H A D | hce_session_stub.cpp | 212 ErrorLog("StartHce: not got bundle name"); in StartHceInner() 218 ErrorLog("StartHce: wrong bundle name"); in StartHceInner() 221 return StartHce(element, aids); in StartHceInner()
|
/foundation/communication/nfc/services/src/card_emulation/ |
H A D | ce_service.h | 75 bool StartHce(const ElementName &element, const std::vector<std::string> &aids);
|
H A D | ce_service.cpp | 611 bool CeService::StartHce(const ElementName &element, const std::vector<std::string> &aids) in StartHce() function in OHOS::NFC::CeService 622 InfoLog("StartHce: refresh route table"); in StartHce()
|
/foundation/communication/nfc/test/fuzztest/services_test/hcesession_test/hcesession/hcesession_fuzzer/ |
H A D | hcesession_fuzzer.cpp | 57 hceSession->StartHce(element, aids); in FuzzStartHce()
|
/foundation/communication/nfc/test/unittest/services/hce_session_test/ |
H A D | hce_session_test.cpp | 260 * @tc.desc: Test HceSessionTest StartHce. 269 KITS::ErrorCode errorCode = hceSession->StartHce(element, aids); in HWTEST_F() 275 * @tc.desc: Test HceSessionTest StartHce. 285 KITS::ErrorCode errorCode = hceSession->StartHce(element, aids); in HWTEST_F()
|
/foundation/communication/nfc/test/unittest/services/ce_service_test/ |
H A D | ce_service_test.cpp | 618 * @tc.desc: Test CeServiceTest StartHce. 628 bool res = ceService->StartHce(element, aids); in HWTEST_F() 634 * @tc.desc: Test CeServiceTest StartHce. 644 bool res = ceService->StartHce(element, aids); in HWTEST_F()
|
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/ |
H A D | nfc_napi_hce_adapter.cpp | 498 ErrorCode ret = hceService.StartHce(element, aidVec); in StartHCE() 500 ErrorLog("StartHce, statusCode = %{public}d", ret); in StartHCE()
|