Searched refs:GetCreatorPid (Results 1 – 7 of 7) sorted by relevance
56 request.GetCreatorPid(); in DoSomethingInterestingWithMyAPI()
164 return request_->GetCreatorPid(); in GetPid()
584 pid_t NotificationRequest::GetCreatorPid() const in GetCreatorPid() function in OHOS::Notification::NotificationRequest
119 pid_t myPid = notificationRequest.GetCreatorPid(); in HWTEST_F()
889 pid_t GetCreatorPid() const;
2148 stream << "\tCreatePid: " << record->request->GetCreatorPid() << "\n"; in ActiveNotificationDump()2184 stream << "\tCreatePid: " << notificationRequest.GetCreatorPid() << "\n"; in RecentNotificationDump()2227 stream << "\tCreatePid: " << record->request->GetCreatorPid() << "\n"; in DistributedNotificationDump()
442 napi_create_int32(env, request->GetCreatorPid(), &value); in SetNotificationRequestByNumber()