Home
last modified time | relevance | path

Searched refs:RemoveRegisterCallBack (Results 1 – 3 of 3) sorted by relevance

/foundation/communication/nfc/services/include/
Dnfc_service.h93 …int RemoveRegisterCallBack(const std::string& type, Security::AccessToken::AccessTokenID callerTok…
/foundation/communication/nfc/services/src/ipc/controller/
Dnfc_controller_impl.cpp86 if (!nfcService_.lock()->RemoveRegisterCallBack(type, callerToken)) { in UnRegisterCallBack()
/foundation/communication/nfc/services/src/
Dnfc_service.cpp424 int NfcService::RemoveRegisterCallBack(const std::string& type, in RemoveRegisterCallBack() function in OHOS::NFC::NfcService