Home
last modified time | relevance | path

Searched refs:nfcControllerImpl (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_controller_impl_test.cpp62 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(nfcService); in HWTEST_F() local
63 int getState = nfcControllerImpl->GetState(); in HWTEST_F()
75 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(nfcService); in HWTEST_F() local
76 int turnOn = nfcControllerImpl->TurnOn(); in HWTEST_F()
88 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(nfcService); in HWTEST_F() local
89 int turnOff = nfcControllerImpl->TurnOff(); in HWTEST_F()
102 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(nfcService); in HWTEST_F() local
103 int isNfcOpen = nfcControllerImpl->IsNfcOpen(isOpen); in HWTEST_F()
118 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(nfcService); in HWTEST_F() local
119 KITS::ErrorCode error = nfcControllerImpl in HWTEST_F()
133 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(nfcService); HWTEST_F() local
148 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(nfcService); HWTEST_F() local
162 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(nfcService); HWTEST_F() local
176 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(nfcService); HWTEST_F() local
189 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(nfcService); HWTEST_F() local
202 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(nfcService); HWTEST_F() local
216 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(nfcService); HWTEST_F() local
230 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(nfcService); HWTEST_F() local
244 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(nfcService); HWTEST_F() local
257 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(nfcService); HWTEST_F() local
270 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(nfcService); HWTEST_F() local
285 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(nfcService); HWTEST_F() local
300 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(nfcService); HWTEST_F() local
[all...]
/foundation/communication/nfc/test/fuzztest/services_test/nfccontrollerimpl_test/nfccontrollerimpl/nfccontrollerimpl_fuzzer/
H A Dnfccontrollerimpl_fuzzer.cpp41 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(service); in FuzzGetState() local
42 nfcControllerImpl->GetState(); in FuzzGetState()
49 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(service); in FuzzUnRegisterAllCallBack() local
50 nfcControllerImpl->UnRegisterAllCallBack(callerToken); in FuzzUnRegisterAllCallBack()
57 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(service); in FuzzUnRegisterAllCallBack1() local
58 nfcControllerImpl->UnRegisterAllCallBack(callerToken); in FuzzUnRegisterAllCallBack1()
65 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(service); in FuzzRegNdefMsgCallback() local
66 nfcControllerImpl->RegNdefMsgCallback(callback); in FuzzRegNdefMsgCallback()
73 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(service); in FuzzRegQueryApplicationCb() local
74 nfcControllerImpl in FuzzRegQueryApplicationCb()
81 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(service); FuzzRegCardEmulationNotifyCb() local
88 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(service); FuzzGetHceServiceIface() local
97 std::shared_ptr<NfcControllerImpl> nfcControllerImpl = std::make_shared<NfcControllerImpl>(service); FuzzDump() local
[all...]

Completed in 3 milliseconds