Home
last modified time | relevance | path

Searched refs:IsNfcAvailable (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/nfc/frameworks/js/napi/controller/
H A Dnfc_napi_controller_adapter.cpp68 napi_value IsNfcAvailable(napi_env env, napi_callback_info info) in IsNfcAvailable() function
72 napi_get_boolean(env, nfcCtrl.IsNfcAvailable(), &result); in IsNfcAvailable()
H A Dnfc_napi_controller_adapter.h33 napi_value IsNfcAvailable(napi_env env, napi_callback_info info);
H A Dnfc_napi_controller.cpp71 DECLARE_NAPI_FUNCTION("isNfcAvailable", IsNfcAvailable), in InitJs()
/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_controller.h67 bool IsNfcAvailable();
H A Dnfc_controller.cpp150 bool NfcController::IsNfcAvailable() in IsNfcAvailable() function in OHOS::NFC::KITS::NfcController
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_controller_test.cpp118 * @tc.desc: Test NfcController IsNfcAvailable.
125 // IsNfcAvailable Fixed return true in HWTEST_F()
126 ASSERT_TRUE(ctrl.IsNfcAvailable() == true); in HWTEST_F()

Completed in 2 milliseconds