Home
last modified time | relevance | path

Searched refs:IsDefaultService (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/communication/nfc/interfaces/inner_api/cardEmulation/
H A Dhce_service.cpp66 ErrorCode HceService::IsDefaultService(ElementName &element, const std::string &type, bool &isDefau… in IsDefaultService() function in OHOS::NFC::KITS::HceService
74 return hceSession->IsDefaultService(element, type, isDefaultService); in IsDefaultService()
H A Dhce_service.h38 … ErrorCode IsDefaultService(ElementName &element, const std::string &type, bool &isDefaultService);
H A Dhce_session_proxy.h44 …KITS::ErrorCode IsDefaultService(ElementName &element, const std::string &type, bool &isDefaultSer…
H A Dhce_session_proxy.cpp142 KITS::ErrorCode HceSessionProxy::IsDefaultService(ElementName &element, const std::string &type, in IsDefaultService() function in OHOS::NFC::HCE::HceSessionProxy
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_cardEmulation_adapter.cpp56 napi_value IsDefaultService(napi_env env, napi_callback_info cbinfo) in IsDefaultService() function
77 int statusCode = hceService.IsDefaultService(element, type, isDefaultService); in IsDefaultService()
H A Dnfc_napi_cardEmulation_adapter.h28 napi_value IsDefaultService(napi_env env, napi_callback_info cbinfo);
H A Dnfc_napi_cardEmulation.cpp86 DECLARE_NAPI_FUNCTION("isDefaultService", IsDefaultService), in InitJs()
/ohos5.0/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_session.cpp106 KITS::ErrorCode HceSession::IsDefaultService(ElementName &element, const std::string &type, bool &i… in IsDefaultService() function in OHOS::NFC::HCE::HceSession
112 isDefaultService = ceService_.lock()->IsDefaultService(element, type); in IsDefaultService()
H A Dhce_session.h52 …KITS::ErrorCode IsDefaultService(ElementName &element, const std::string &type, bool &isDefaultSer…
H A Dhce_session_stub.cpp243 KITS::ErrorCode ret = IsDefaultService(*(element), type, isDefaultService); in HandleIsDefaultService()
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dihce_session.h70 virtual KITS::ErrorCode IsDefaultService(ElementName &element, const std::string &type,
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/hcesession_test/hcesession/hcesession_fuzzer/
H A Dhcesession_fuzzer.cpp47 hceSession->IsDefaultService(element, type, isDefaultService); in FuzzIsDefaultService()
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/cardemulation_test/hceservice/hceservice_fuzzer/
H A Dhceservice_fuzzer.cpp77 HceService::GetInstance().IsDefaultService(element, type, isDefaultService); in FuzzIsDefaultService()
/ohos5.0/foundation/communication/nfc/test/unittest/services/hce_service_test/
H A Dhce_service_test.cpp120 int ret = HceService::GetInstance().IsDefaultService(element, type, isDefaultService);
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.h65 bool IsDefaultService(ElementName &element, const std::string &type);
H A Dce_service.cpp98 bool CeService::IsDefaultService(ElementName &element, const std::string &type) in IsDefaultService() function in OHOS::NFC::CeService
/ohos5.0/foundation/communication/nfc/test/unittest/services/hce_session_test/
H A Dhce_session_test.cpp208 KITS::ErrorCode errorCode = hceSession->IsDefaultService(element, type, isDefaultService);
225 KITS::ErrorCode errorCode = hceSession->IsDefaultService(element, type, isDefaultService);