Home
last modified time | relevance | path

Searched refs:isDefaultService (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_cardEmulation_adapter.cpp58 bool isDefaultService = false; in IsDefaultService() local
77 int statusCode = hceService.IsDefaultService(element, type, isDefaultService); in IsDefaultService()
78 if (!CheckHceStatusCodeAndThrow(env, statusCode, "isDefaultService")) { in IsDefaultService()
83 napi_get_boolean(env, isDefaultService, &result); in IsDefaultService()
/foundation/communication/nfc/interfaces/inner_api/cardEmulation/
H A Dhce_service.cpp66 ErrorCode HceService::IsDefaultService(ElementName &element, const std::string &type, bool &isDefaultService) in IsDefaultService() argument
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 &isDefaultService) override;
H A Dhce_session_proxy.cpp143 bool &isDefaultService) in IsDefaultService()
164 isDefaultService); in IsDefaultService()
142 IsDefaultService(ElementName &element, const std::string &type, bool &isDefaultService) IsDefaultService() argument
/foundation/communication/nfc/test/fuzztest/services_test/cardemulation_test/hceservice/hceservice_fuzzer/
H A Dhceservice_fuzzer.cpp76 bool isDefaultService = data[0] % INT_TO_BOOL_DIVISOR; in FuzzIsDefaultService() local
77 HceService::GetInstance().IsDefaultService(element, type, isDefaultService); in FuzzIsDefaultService()
/foundation/communication/nfc/test/unittest/services/hce_service_test/
H A Dhce_service_test.cpp119 bool isDefaultService = true; in HWTEST_F() local
120 int ret = HceService::GetInstance().IsDefaultService(element, type, isDefaultService); in HWTEST_F()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dihce_session.h67 * @param isDefaultService: is default service
71 bool &isDefaultService) = 0;
/foundation/communication/nfc/test/fuzztest/services_test/hcesession_test/hcesession/hcesession_fuzzer/
H A Dhcesession_fuzzer.cpp46 bool isDefaultService = data[0] % INT_TO_BOOL_DIVISOR; in FuzzIsDefaultService() local
47 hceSession->IsDefaultService(element, type, isDefaultService); in FuzzIsDefaultService()
/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_session_stub.cpp242 bool isDefaultService = false; in HandleIsDefaultService() local
243 KITS::ErrorCode ret = IsDefaultService(*(element), type, isDefaultService); in HandleIsDefaultService()
245 reply.WriteBool(isDefaultService); in HandleIsDefaultService()
H A Dhce_session.cpp106 KITS::ErrorCode HceSession::IsDefaultService(ElementName &element, const std::string &type, bool &isDefaultService) in IsDefaultService() argument
112 isDefaultService = ceService_.lock()->IsDefaultService(element, type); in IsDefaultService()
H A Dhce_session.h52 KITS::ErrorCode IsDefaultService(ElementName &element, const std::string &type, bool &isDefaultService) override;
/foundation/communication/nfc/test/unittest/services/hce_session_test/
H A Dhce_session_test.cpp206 bool isDefaultService = false; in HWTEST_F() local
208 KITS::ErrorCode errorCode = hceSession->IsDefaultService(element, type, isDefaultService); in HWTEST_F()
223 bool isDefaultService = false; in HWTEST_F() local
225 KITS::ErrorCode errorCode = hceSession->IsDefaultService(element, type, isDefaultService); in HWTEST_F()

Completed in 6 milliseconds