Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
H A Dbackground_task_observer.cpp100 payload["pid"] = std::to_string(continuousTaskCallbackInfo->GetCreatorPid()); in MarshallingContinuousTaskCallbackInfo()
121 auto pid = continuousTaskCallbackInfo->GetCreatorPid(); in OnContinuousTaskStart()
145 auto pid = continuousTaskCallbackInfo->GetCreatorPid(); in OnContinuousTaskStop()
170 auto pid = continuousTaskCallbackInfo->GetCreatorPid(); in OnContinuousTaskUpdate()
/ohos5.0/foundation/resourceschedule/device_standby/plugins/message_listener/src/
H A Dbackground_task_listener.cpp81 continuousTaskCallbackInfo->GetCreatorPid(), ""); in OnContinuousTaskStart()
89 continuousTaskCallbackInfo->GetCreatorPid(), ""); in OnContinuousTaskStop()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dbg_task_observer.cpp67 pid_t pid = ctInfo->GetCreatorPid(); in OnContinuousTaskStart()
85 pid_t pid = ctInfo->GetCreatorPid(); in OnContinuousTaskStop()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/include/
H A Dbackground_task_observer.h70 return eventData->GetCreatorUid() > 0 && eventData->GetCreatorPid() >= 0 in ValidateTaskInfo()
82 return std::to_string(eventData->GetCreatorPid()) + "," + in PackPayload()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dbackground_task_observer.cpp42 appManager_->SetContinuousTaskProcess(continuousTaskCallbackInfo->GetCreatorPid(), true); in OnContinuousTaskStart()
56 appManager_->SetContinuousTaskProcess(continuousTaskCallbackInfo->GetCreatorPid(), false); in OnContinuousTaskStop()
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
H A Dcontinuous_task_callback_info.h55 pid_t GetCreatorPid() const;
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/
H A Dcontinuous_task_callback_info.cpp51 pid_t ContinuousTaskCallbackInfo::GetCreatorPid() const in GetCreatorPid() function in OHOS::BackgroundTaskMgr::ContinuousTaskCallbackInfo
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_continuous_task_observer.cpp86 pid_t pid = continuousTaskCallbackInfo->GetCreatorPid(); in ReportContinuousTaskEvent()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
H A Dsettemplate_fuzzer.cpp56 request.GetCreatorPid(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification.cpp176 return request_->GetCreatorPid(); in GetPid()
H A Dnotification_request.cpp652 pid_t NotificationRequest::GetCreatorPid() const in GetCreatorPid() function in OHOS::Notification::NotificationRequest
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_hisysevent_test.cpp119 pid_t myPid = notificationRequest.GetCreatorPid(); in HWTEST_F()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_background_proxy.cpp500 if (continuousTask->GetCreatorUid() != uid || continuousTask->GetCreatorPid() != pid) { in IsAppInLocationContinuousTasks()
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/
H A Dbgtask_client_unit_test.cpp451 EXPECT_EQ(info3->GetCreatorPid(), 1);
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h1016 pid_t GetCreatorPid() const;
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp363 stream << "\tCreatePid: " << record->request->GetCreatorPid() << "\n"; in ActiveNotificationDump()
405 stream << "\tCreatePid: " << notificationRequest.GetCreatorPid() << "\n"; in RecentNotificationDump()
452 stream << "\tCreatePid: " << record->request->GetCreatorPid() << "\n"; in DistributedNotificationDump()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp119 napi_create_int32(env, request->GetCreatorPid(), &value); in SetNotificationRequestByNumber()