Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/core/
Dsysevent_source.cpp83 auto requester = plugin.lock(); in PauseDispatch() local
84 if (requester != nullptr) { in PauseDispatch()
85 HIVIEW_LOGI("process pause dispatch event from plugin:%s.\n", requester->GetName().c_str()); in PauseDispatch()
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
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/hiviewdfx/hiview/test/plugins/examples/event_source_example/
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/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
Dpublishnotification_fuzzer.cpp82 …sptr<Notification::NotificationRequest> requester = new Notification::NotificationRequest(request); in DoSomethingInterestingWithMyAPI() local
84 requested.emplace_back(requester); in DoSomethingInterestingWithMyAPI()