| /foundation/ability/ability_runtime/services/common/src/ |
| D | res_sched_util.cpp | 55 uint32_t resType = ResourceSchedule::ResType::RES_TYPE_APP_ABILITY_START; in ReportAbilityStartInfoToRSS() local 72 uint32_t resType = ResourceSchedule::ResType::RES_TYPE_APP_ASSOCIATED_START; in ReportAbilityAssociatedStartInfoToRSS() local 113 uint32_t resType = ResourceSchedule::ResType::SYNC_RES_TYPE_THAW_ONE_APP; in ReportEventToRSS() local 129 uint32_t resType = ResourceSchedule::ResType::SYNC_RES_TYPE_GET_ALL_SUSPEND_STATE; in GetAllFrozenPidsFromRSS() local 166 uint32_t resType = ResourceSchedule::ResType::SYNC_RES_TYPE_SHOULD_FORCE_KILL_PROCESS; in CheckShouldForceKillProcess() local 184 uint32_t resType = ResourceSchedule::ResType::RES_TYPE_KEY_PERF_SCENE; in ReportLoadingEventToRss() local 205 uint32_t resType = ResourceSchedule::ResType::SYNC_RES_TYPE_GET_NWEB_PRELOAD_SET; in GetNWebPreloadSet() local
|
| /foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/ |
| D | res_sched_mgr.cpp | 161 void ResSchedMgr::ReportData(uint32_t resType, int64_t value, const nlohmann::json& payload) in ReportData() 168 void ResSchedMgr::ReportDataInner(uint32_t resType, int64_t value, const nlohmann::json& payload) in ReportDataInner() 202 void ResSchedMgr::DispatchResourceInner(uint32_t resType, int64_t value, const nlohmann::json& payl… in DispatchResourceInner() 207 extern "C" void ReportDataInProcess(uint32_t resType, int64_t value, const nlohmann::json& payload) in ReportDataInProcess()
|
| /foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/src/ |
| D | res_sched_exe_mgr.cpp | 63 int32_t ResSchedExeMgr::SendRequestSync(uint32_t resType, int64_t value, in SendRequestSync() 88 void ResSchedExeMgr::SendRequestAsync(uint32_t resType, int64_t value, const nlohmann::json& payloa… in SendRequestAsync() 139 std::string ResSchedExeMgr::BuildTraceStr(const std::string& func, uint32_t resType, int64_t value) in BuildTraceStr() 147 void ResSchedExeMgr::HandleRequestForCgroup(uint32_t resType, const nlohmann::json& payload, nlohma… in HandleRequestForCgroup() 166 void ResSchedExeMgr::GetCgroupFileContent(uint32_t resType, const nlohmann::json& payload, nlohmann… in GetCgroupFileContent() 188 void ResSchedExeMgr::CheckProcTaskForCgroup(uint32_t resType, const nlohmann::json& payload, nlohma… in CheckProcTaskForCgroup()
|
| /foundation/resourceschedule/resource_schedule_service/ressched/plugins/device_standby_plugin/src/ |
| D | device_standby_plugin.cpp | 48 for (auto resType : resTypes_) { in IMPLEMENT_SINGLE_INSTANCE() local 56 for (auto resType : resTypes_) { in Disable() local
|
| /foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/ |
| D | res_sched_exe_service_stub.cpp | 58 bool GetExtResType(uint32_t& resType, const nlohmann::json& context) in GetExtResType() 97 uint32_t resType = 0; in ReportRequestInner() local 156 uint32_t resType = 0; in ReportDebugInner() local 204 uint32_t& resType, int64_t& value, nlohmann::json& context) in ParseParcel()
|
| D | res_sched_exe_service.cpp | 40 int32_t ResSchedExeService::SendRequestSync(uint32_t resType, int64_t value, in SendRequestSync() 46 void ResSchedExeService::SendRequestAsync(uint32_t resType, int64_t value, const nlohmann::json& co… in SendRequestAsync()
|
| /foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/ |
| D | res_sched_exe_client.cpp | 45 int32_t ResSchedExeClient::SendRequestSync(uint32_t resType, int64_t value, in SendRequestSync() 51 void ResSchedExeClient::SendRequestAsync(uint32_t resType, int64_t value, in SendRequestAsync() 69 int32_t ResSchedExeClient::SendRequestInner(bool isSync, uint32_t resType, int64_t value, in SendRequestInner()
|
| D | res_sched_exe_service_proxy.cpp | 28 int32_t ResSchedExeServiceProxy::SendRequestSync(uint32_t resType, int64_t value, in SendRequestSync() 53 void ResSchedExeServiceProxy::SendRequestAsync(uint32_t resType, int64_t value, const nlohmann::jso… in SendRequestAsync() 102 uint32_t resType, int64_t value, const nlohmann::json& context) in MakeUpParcel()
|
| /foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/src/ |
| D | background_sensitive_task_overlapping_scene_recognizer.cpp | 51 void BackgroundSensitiveTaskOverlappingSceneRecognizer::OnDispatchResource(uint32_t resType, int64_… in OnDispatchResource() 73 void BackgroundSensitiveTaskOverlappingSceneRecognizer::HandleContinuousTask(uint32_t resType, int6… in HandleContinuousTask() 190 void BackgroundSensitiveTaskOverlappingSceneRecognizer::HandleForeground(uint32_t resType, int64_t … in HandleForeground()
|
| D | continuous_app_install_recognizer.cpp | 33 void ContinuousAppInstallRecognizer::OnDispatchResource(uint32_t resType, int64_t value, const nloh… in OnDispatchResource()
|
| /foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/utils/ |
| D | ressched_utils.cpp | 124 void ResSchedUtils::ReportDataInProcess(uint32_t resType, int64_t value, const nlohmann::json& payl… in ReportDataInProcess() 142 void ResSchedUtils::ReportSysEvent(Application &app, ProcessRecord &pr, uint32_t resType, int32_t s… in ReportSysEvent() 189 void ResSchedUtils::DispatchResourceExt(uint32_t resType, int64_t value, const nlohmann::json& payl… in DispatchResourceExt()
|
| /foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/ |
| D | socperf_executor_plugin.cpp | 46 for (auto resType : resType_) { in IMPLEMENT_SINGLE_INSTANCE() local 56 for (auto resType : resType_) { in Disable() local
|
| /foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/callbacksinkonremoterequest_fuzzer/ |
| D | callbacksinkonremoterequest_fuzzer.cpp | 44 int32_t resType = static_cast<int32_t>(resourceEventType[data[0] % DC_RESOURCE_SIZE]); in CallbackSinkOnRemoteRequestFuzzTest() local 67 int32_t resType = static_cast<int32_t>(resourceEventType[data[0] % DC_RESOURCE_SIZE]); in CallbackSinkOnNotifyResourceInfoInnerFuzzTest() local
|
| /foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/ |
| D | cgroup_event_handler.cpp | 599 void CgroupEventHandler::HandleReportMMIProcess(uint32_t resType, int64_t value, const nlohmann::js… in HandleReportMMIProcess() 627 void CgroupEventHandler::HandleReportRenderThread(uint32_t resType, int64_t value, const nlohmann::… in HandleReportRenderThread() 655 void CgroupEventHandler::HandleReportKeyThread(uint32_t resType, int64_t value, const nlohmann::jso… in HandleReportKeyThread() 693 void CgroupEventHandler::HandleReportWindowState(uint32_t resType, int64_t value, const nlohmann::j… in HandleReportWindowState() 754 void CgroupEventHandler::HandleReportAudioState(uint32_t resType, int64_t value, const nlohmann::js… in HandleReportAudioState() 789 void CgroupEventHandler::HandleReportWebviewAudioState(uint32_t resType, int64_t value, const nlohm… in HandleReportWebviewAudioState() 826 void CgroupEventHandler::HandleReportRunningLockEvent(uint32_t resType, int64_t value, const nlohma… in HandleReportRunningLockEvent() 864 void CgroupEventHandler::HandleReportHisysEvent(uint32_t resType, int64_t value, const nlohmann::js… in HandleReportHisysEvent() 913 void CgroupEventHandler::HandleReportScreenCaptureEvent(uint32_t resType, int64_t value, const nloh… in HandleReportScreenCaptureEvent() 944 void CgroupEventHandler::HandleReportAvCodecEvent(uint32_t resType, int64_t value, const nlohmann::… in HandleReportAvCodecEvent() [all …]
|
| /foundation/resourceschedule/device_standby/utils/common/include/ |
| D | standby_res_data.h | 31 uint32_t resType = 0; member
|
| /foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/pluginbase/include/ |
| D | res_data.h | 34 uint32_t resType = 0; member
|
| /foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/ |
| D | res_sched_service_proxy.cpp | 41 void ResSchedServiceProxy::ReportData(uint32_t resType, int64_t value, const nlohmann::json& payloa… in ReportData() 57 int32_t ResSchedServiceProxy::ReportSyncEvent(const uint32_t resType, const int64_t value, in ReportSyncEvent() 80 int32_t ResSchedServiceProxy::WriteParcelForReportData(const uint32_t resType, const int64_t value, in WriteParcelForReportData()
|
| /foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcamera/ |
| D | dcamera_sink_callback_proxy.cpp | 42 int32_t resType = static_cast<int32_t>(type); in OnNotifyResourceInfo() local
|
| /foundation/distributedhardware/distributed_audio/services/audiomanager/servicesink/src/ |
| D | daudio_sink_ipc_callback_proxy.cpp | 35 int32_t resType = static_cast<int32_t>(type); in OnNotifyResourceInfo() local
|
| /foundation/resourceschedule/qos_manager/services/src/ |
| D | concurrent_task_service.cpp | 21 void ConcurrentTaskService::ReportData(uint32_t resType, int64_t value, const Json::Value& payload) in ReportData()
|
| /foundation/resourceschedule/qos_manager/test/unittest/phone/ |
| D | concurrent_task_client_test.cpp | 57 uint32_t resType = 0; variable
|
| /foundation/resourceschedule/resource_schedule_service/cgroup_sched/test/fuzztest/cgroupsched_fuzzer/ |
| D | cgroupsched_fuzzer.cpp | 513 uint32_t resType = GetData<uint32_t>(); in HandleReportMMIProcessFuzzTest() local 538 uint32_t resType = GetData<uint32_t>(); in HandleReportRenderThreadFuzzTest() local 563 uint32_t resType = GetData<uint32_t>(); in HandleReportKeyThreadFuzzTest() local 592 uint32_t resType = GetData<uint32_t>(); in HandleReportWindowStateFuzzTest() local 623 uint32_t resType = GetData<uint32_t>(); in HandleReportWebviewAudioStateFuzzTest() local 648 uint32_t resType = GetData<uint32_t>(); in HandleReportRunningLockEventFuzzTest() local 675 uint32_t resType = GetData<uint32_t>(); in HandleReportHisysEventFuzzTest() local 704 uint32_t resType = GetData<uint32_t>(); in HandleReportScreenCaptureEventFuzzTest() local 785 uint32_t resType = GetData<uint32_t>(); in HandleReportAvCodecEventFuzzTest() local 811 uint32_t resType = GetData<uint32_t>(); in HandleSceneBoardStateFuzzTest() local [all …]
|
| /foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sinkipccallbackonremoterequest_fuzzer/ |
| D | sinkipccallbackonremoterequest_fuzzer.cpp | 47 int32_t resType = static_cast<int32_t>(resourceEventType[data[0] % DC_RESOURCE_SIZE]); in SinkIpcCallbackOnRemoteRequestFuzzTest() local
|
| /foundation/arkui/ace_engine/test/mock/base/ |
| D | mock_ressched_report.cpp | 32 uint32_t resType, int32_t value, const std::unordered_map<std::string, std::string>& payload) in ResSchedDataReport()
|
| /foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sinkipccallbackonnotifyresourceinfoinner_fuzzer/ |
| D | sinkipccallbackonnotifyresourceinfoinner_fuzzer.cpp | 47 int32_t resType = static_cast<int32_t>(resourceEventType[data[0] % DC_RESOURCE_SIZE]); in SinkIpcCallbackOnNotifyResourceInfoInnerFuzzTest() local
|