Home
last modified time | relevance | path

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

/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinfc_controller_service.h62 virtual KITS::ErrorCode RegNdefMsgCb(const sptr<INdefMsgCallback> &callback) = 0;
/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_controller_proxy.h46 KITS::ErrorCode RegNdefMsgCb(const sptr<INdefMsgCallback> &callback) override;
H A Dnfc_controller.cpp205 ErrorCode NfcController::RegNdefMsgCb(const sptr<INdefMsgCallback> &callback) in RegNdefMsgCb() function in OHOS::NFC::KITS::NfcController
207 DebugLog("NfcController::RegNdefMsgCb"); in RegNdefMsgCb()
210 ErrorLog("NfcController::RegNdefMsgCb nfcControllerService_ expired"); in RegNdefMsgCb()
213 return nfcControllerService_.lock()->RegNdefMsgCb(callback); in RegNdefMsgCb()
H A Dnfc_controller.h99 ErrorCode RegNdefMsgCb(const sptr<INdefMsgCallback> &callback);
H A Dnfc_controller_proxy.cpp183 KITS::ErrorCode NfcControllerProxy::RegNdefMsgCb(const sptr<INdefMsgCallback> &callback) in RegNdefMsgCb() function in OHOS::NFC::NfcControllerProxy
189 ErrorLog("NfcControllerProxy::RegNdefMsgCb:g_ndefMsgCallbackStub is nullptr"); in RegNdefMsgCb()
194 ErrorLog("NfcControllerProxy::RegNdefMsgCb Write interface token error"); in RegNdefMsgCb()
198 ErrorLog("NfcControllerProxy::RegNdefMsgCb WriteRemoteObject failed!"); in RegNdefMsgCb()
206 ErrorLog("NfcControllerProxy::RegNdefMsgCb failed, error code is %{public}d", error); in RegNdefMsgCb()
/foundation/communication/nfc/services/include/
H A Dtag_dispatcher.h43 void RegNdefMsgCb(const sptr<INdefMsgCallback> &callback);
H A Dnfc_service.h94 bool RegNdefMsgCb(const sptr<INdefMsgCallback> &callback);
/foundation/communication/nfc/services/src/ipc/controller/
H A Dnfc_controller_stub.h69 KITS::ErrorCode RegNdefMsgCb(const sptr<INdefMsgCallback> &callback) override;
H A Dnfc_controller_impl.cpp117 if (nfcService_.lock()->RegNdefMsgCb(callback)) { in RegNdefMsgCallback()
H A Dnfc_controller_stub.cpp330 KITS::ErrorCode NfcControllerStub::RegNdefMsgCb(const sptr<INdefMsgCallback> &callback) in RegNdefMsgCb() function in OHOS::NFC::NfcControllerStub
333 ErrorLog("RegNdefMsgCb no permission"); in RegNdefMsgCb()
336 InfoLog("NfcControllerStub::RegNdefMsgCb"); in RegNdefMsgCb()
/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp515 bool NfcService::RegNdefMsgCb(const sptr<INdefMsgCallback> &callback) in RegNdefMsgCb() function in OHOS::NFC::NfcService
517 DebugLog("NfcService::RegNdefMsgCb"); in RegNdefMsgCb()
518 tagDispatcher_->RegNdefMsgCb(callback); in RegNdefMsgCb()
/foundation/communication/nfc/services/src/tag/
H A Dtag_dispatcher.cpp66 void TagDispatcher::RegNdefMsgCb(const sptr<INdefMsgCallback> &callback) in RegNdefMsgCb() function in OHOS::NFC::TAG::TagDispatcher
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_controller_test.cpp245 * @tc.desc: Test NfcController RegNdefMsgCb.
252 ErrorCode errorCode = ctrl.RegNdefMsgCb(callback); in HWTEST_F()

Completed in 6 milliseconds