/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/ |
H A D | background_task_observer.cpp | 100 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 D | background_task_listener.cpp | 81 continuousTaskCallbackInfo->GetCreatorPid(), ""); in OnContinuousTaskStart() 89 continuousTaskCallbackInfo->GetCreatorPid(), ""); in OnContinuousTaskStop()
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/ |
H A D | bg_task_observer.cpp | 67 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 D | background_task_observer.h | 70 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 D | background_task_observer.cpp | 42 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 D | continuous_task_callback_info.h | 55 pid_t GetCreatorPid() const;
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/ |
H A D | continuous_task_callback_info.cpp | 51 pid_t ContinuousTaskCallbackInfo::GetCreatorPid() const in GetCreatorPid() function in OHOS::BackgroundTaskMgr::ContinuousTaskCallbackInfo
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_continuous_task_observer.cpp | 86 pid_t pid = continuousTaskCallbackInfo->GetCreatorPid(); in ReportContinuousTaskEvent()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/ |
H A D | settemplate_fuzzer.cpp | 56 request.GetCreatorPid(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification.cpp | 176 return request_->GetCreatorPid(); in GetPid()
|
H A D | notification_request.cpp | 652 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 D | notification_hisysevent_test.cpp | 119 pid_t myPid = notificationRequest.GetCreatorPid(); in HWTEST_F()
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | locator_background_proxy.cpp | 500 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 D | bgtask_client_unit_test.cpp | 451 EXPECT_EQ(info3->GetCreatorPid(), 1);
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_request.h | 1016 pid_t GetCreatorPid() const;
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_utils.cpp | 363 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 D | common_convert_request.cpp | 119 napi_create_int32(env, request->GetCreatorPid(), &value); in SetNotificationRequestByNumber()
|