Home
last modified time | relevance | path

Searched refs:OnNotify (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/foundation/communication/connected_nfc_tag/interfaces/inner_api/src/
H A Dnfc_tag_callback_stub.cpp33 void NfcTagCallbackStub::OnNotify(int nfcRfState) in OnNotify() function in OHOS::NFC::NfcTagCallbackStub
37 callback_->OnNotify(nfcRfState); in OnNotify()
88 callback_->OnNotify(state); in RemoteOnNotify()
/ohos5.0/base/security/security_guard/interfaces/inner_api/collector/src/
H A Dsecurity_collector_manager_callback_service.cpp23 int32_t SecurityCollectorManagerCallbackService::OnNotify(const Event &event) in OnNotify() function in OHOS::Security::SecurityCollector::SecurityCollectorManagerCallbackService
27 subscriber_->OnNotify(event); in OnNotify()
H A Dsecurity_collector_manager_callback_stub.cpp44 OnNotify(event); in OnRemoteRequest()
/ohos5.0/base/security/security_guard/interfaces/inner_api/acquire/src/
H A Dacquire_data_manager_callback_service.cpp23 int32_t AcquireDataManagerCallbackService::OnNotify(const SecurityCollector::Event &event) in OnNotify() function in OHOS::Security::SecurityGuard::AcquireDataManagerCallbackService
27 subscriber_->OnNotify(event); in OnNotify()
/ohos5.0/base/telephony/ril_adapter/services/vendor/include/
H A Dat_support.h46 typedef void (*OnNotify)(const char *s, const char *s1); // onNotify typedef
48 int32_t ATStartReadLoop(int32_t fd, OnNotify func); // at_open
/ohos5.0/base/security/security_guard/test/unittest/security_collector/interface_test/include/
H A Dcollector_interface_test.h43 virtual int32_t OnNotify(const Event &event) override;
51 void OnNotify(const Event &event) override;
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_support.c21 static OnNotify g_onNotifyFunc = NULL;
52 int32_t ATStartReadLoop(int32_t fd, OnNotify func) in ATStartReadLoop()
142 …const OnNotify g_onNotifyFunc, pthread_mutex_t *g_commandmutex, const char *responseLine, const ch… in IsResponseOtherCases()
/ohos5.0/base/security/security_guard/test/unittest/security_collector/interface_test/src/
H A Dcollector_interface_test.cpp32 int32_t CollectorSubscriberTestImpl::OnNotify(const Event &event) in OnNotify() function in OHOS::Security::SecurityCollector::CollectorSubscriberTestImpl
37 void CollectorFwkTestImpl::OnNotify(const Event &event) in OnNotify() function in OHOS::Security::SecurityCollector::CollectorFwkTestImpl
49 int32_t OnNotify(const SecurityCollector::Event &event) override in OnNotify() function in OHOS::Security::SecurityGuardTest::SecurityCollectorSubscriber
/ohos5.0/foundation/communication/connected_nfc_tag/interfaces/inner_api/include/
H A Dinfc_tag_callback.h24 virtual void OnNotify(int nfcRfState) = 0;
H A Dnfc_tag_callback_stub.h36 void OnNotify(int nfcRfState) override;
/ohos5.0/base/security/security_guard/interfaces/inner_api/collector/include/
H A Di_collector_fwk.h26 virtual void OnNotify(const Event &event) = 0;
H A Di_collector_subscriber.h28 virtual int32_t OnNotify(const Event &event) = 0;
H A Dsecurity_collector_manager_callback_service.h29 int32_t OnNotify(const Event &event) override;
/ohos5.0/base/security/security_guard/test/unittest/security_collector/include/
H A Di_collector_fwk.h26 virtual void OnNotify(const Event &event) = 0;
H A Di_collector_subscriber.h28 virtual int32_t OnNotify(const Event &event) = 0;
H A Dsecurity_collector_manager_callback_proxy.h33 int32_t OnNotify(const Event &event) override;
/ohos5.0/foundation/communication/connected_nfc_tag/services/include/
H A Dnfc_tag_callback_proxy.h29 void OnNotify(int nfcRfState) override;
/ohos5.0/base/security/security_guard/services/security_collector/include/
H A Dsecurity_collector_manager_callback_proxy.h33 int32_t OnNotify(const Event &event) override;
H A Dsecurity_collector_run_manager.h42 void OnNotify(const Event &event) override;
/ohos5.0/base/security/security_guard/interfaces/inner_api/acquire/include/
H A Dacquire_data_manager_callback_service.h29 int32_t OnNotify(const SecurityCollector::Event &event) override;
/ohos5.0/base/security/security_guard/services/data_collect/sa/include/
H A Dacquire_data_callback_proxy.h32 int32_t OnNotify(const SecurityCollector::Event &event) override;
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/
H A Dacquire_data_callback_proxy.h33 int32_t OnNotify(const SecurityCollector::Event &event) override;
/ohos5.0/foundation/communication/connected_nfc_tag/services/src/
H A Dnfc_tag_callback_proxy.cpp25 void NfcTagCallBackProxy::OnNotify(int nfcRfState) in OnNotify() function in OHOS::NFC::NfcTagCallBackProxy
/ohos5.0/base/security/security_guard/services/security_collector/src/
H A Dsecurity_collector_manager_callback_proxy.cpp22 int32_t SecurityCollectorManagerCallbackProxy::OnNotify(const Event &event) in OnNotify() function in OHOS::Security::SecurityCollector::SecurityCollectorManagerCallbackProxy
/ohos5.0/base/security/security_guard/services/data_collect/sa/
H A Dacquire_data_callback_proxy.cpp21 int32_t AcquireDataCallbackProxy::OnNotify(const SecurityCollector::Event &event) in OnNotify() function in OHOS::Security::SecurityGuard::AcquireDataCallbackProxy

12