Home
last modified time | relevance | path

Searched refs:GetCreatorPid (Results 1 – 7 of 7) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
Dsettemplate_fuzzer.cpp56 request.GetCreatorPid(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification.cpp164 return request_->GetCreatorPid(); in GetPid()
Dnotification_request.cpp584 pid_t NotificationRequest::GetCreatorPid() const in GetCreatorPid() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_hisysevent_test.cpp119 pid_t myPid = notificationRequest.GetCreatorPid(); in HWTEST_F()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h889 pid_t GetCreatorPid() const;
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp2148 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()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp442 napi_create_int32(env, request->GetCreatorPid(), &value); in SetNotificationRequestByNumber()