Searched refs:requester (Results 1 – 4 of 4) sorted by relevance
83 auto requester = plugin.lock(); in PauseDispatch() local84 if (requester != nullptr) { in PauseDispatch()85 HIVIEW_LOGI("process pause dispatch event from plugin:%s.\n", requester->GetName().c_str()); in PauseDispatch()
198 auto requester = plugin.lock(); in PauseDispatch() local199 if (requester != nullptr) { in PauseDispatch()200 printf("process pause dispatch event from plugin:%s.\n", requester->GetName().c_str()); in PauseDispatch()
222 auto requester = plugin.lock(); in PauseDispatch() local223 if (requester != nullptr) { in PauseDispatch()224 printf("process pause dispatch event from plugin:%s.\n", requester->GetName().c_str()); in PauseDispatch()
82 …sptr<Notification::NotificationRequest> requester = new Notification::NotificationRequest(request); in DoSomethingInterestingWithMyAPI() local84 requested.emplace_back(requester); in DoSomethingInterestingWithMyAPI()