Home
last modified time | relevance | path

Searched refs:requester (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
H A Dbundle_event_source_example.cpp198 auto requester = plugin.lock(); in PauseDispatch() local
199 if (requester != nullptr) { in PauseDispatch()
200 printf("process pause dispatch event from plugin:%s.\n", requester->GetName().c_str()); in PauseDispatch()
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
H A Dpublishnotification_fuzzer.cpp80 sptr<Notification::NotificationRequest> requester = new Notification::NotificationRequest(request); in DoSomethingInterestingWithMyAPI() local
82 requested.emplace_back(requester); in DoSomethingInterestingWithMyAPI()
/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
H A Devent_source_example.cpp222 auto requester = plugin.lock(); in PauseDispatch() local
223 if (requester != nullptr) { in PauseDispatch()
224 printf("process pause dispatch event from plugin:%s.\n", requester->GetName().c_str()); in PauseDispatch()
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp192 auto requester = plugin.lock(); in PauseDispatch() local
193 if (requester != nullptr) { in PauseDispatch()
194 HIVIEW_LOGI("process pause dispatch event from plugin:%s.\n", requester->GetName().c_str()); in PauseDispatch()

Completed in 2 milliseconds