/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/pluginbase/include/ |
H A D | res_data.h | 34 uint32_t resType = 0;
member
|
/foundation/resourceschedule/device_standby/utils/common/include/ |
H A D | standby_res_data.h | 31 uint32_t resType = 0; member
|
/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/src/ |
H A D | continuous_app_install_recognizer.cpp | 33 void ContinuousAppInstallRecognizer::OnDispatchResource(uint32_t resType, int64_t value, const nlohmann::json& payload) in OnDispatchResource() argument
|
H A D | scene_recognizer_mgr.cpp | 49 void SceneRecognizerMgr::DispatchResource(uint32_t resType, int64_t value, const nlohmann::json& payload) in DispatchResource() argument
|
H A D | system_upgrade_scene_recognizer.cpp | 80 void SystemUpgradeSceneRecognizer::OnDispatchResource(uint32_t resType, int64_t value, const nlohmann::json& payload) in OnDispatchResource() argument
|
H A D | slide_recognizer.cpp | 52 void SlideRecognizer::OnDispatchResource(uint32_t resType, int64_t value, const nlohmann::json& payload) in OnDispatchResource() argument
|
H A D | background_sensitive_task_overlapping_scene_recognizer.cpp | 51 void BackgroundSensitiveTaskOverlappingSceneRecognizer::OnDispatchResource(uint32_t resType, int64_t value, in OnDispatchResource() argument 73 void BackgroundSensitiveTaskOverlappingSceneRecognizer::HandleContinuousTask(uint32_t resType, int64_t value, in HandleContinuousTask() argument 190 void BackgroundSensitiveTaskOverlappingSceneRecognizer::HandleForeground(uint32_t resType, int64_t value, in HandleForeground() argument
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_ressched_report.cpp | 31 ResSchedDataReport( uint32_t resType, int32_t value, const std::unordered_map<std::string, std::string>& payload) ResSchedDataReport() argument
|
/foundation/resourceschedule/qos_manager/test/unittest/phone/ |
H A D | concurrent_task_client_test.cpp | 57 uint32_t resType = 0; in HWTEST_F() local
|
/foundation/resourceschedule/qos_manager/services/src/ |
H A D | concurrent_task_service.cpp | 21 void ConcurrentTaskService::ReportData(uint32_t resType, int64_t value, const Json::Value& payload) in ReportData() argument
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesink/src/ |
H A D | daudio_sink_ipc_callback_proxy.cpp | 35 int32_t resType = static_cast<int32_t>(type); in OnNotifyResourceInfo() local
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcamera/ |
H A D | dcamera_sink_callback_proxy.cpp | 42 int32_t resType = static_cast<int32_t>(type); in OnNotifyResourceInfo() local
|
/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | ressched_report.h | 37 void ResSchedDataReport(uint32_t resType, int32_t value = 0, in ResSchedDataReport() argument
|
/foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client/src/ |
H A D | concurrent_task_service_proxy.cpp | 22 void ConcurrentTaskServiceProxy::ReportData(uint32_t resType, int64_t value, const Json::Value& payload) in ReportData() argument
|
H A D | concurrent_task_client.cpp | 31 void ConcurrentTaskClient::ReportData(uint32_t resType, int64_t value, in ReportData() argument
|
/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/ |
H A D | res_sched_exe_service_proxy.cpp | 28 int32_t ResSchedExeServiceProxy::SendRequestSync(uint32_t resType, int64_t value, in SendRequestSync() argument 53 void ResSchedExeServiceProxy::SendRequestAsync(uint32_t resType, int64_t value, const nlohmann::json& context) in SendRequestAsync() argument 90 MakeUpParcel(MessageParcel& data, uint32_t resType, int64_t value, const nlohmann::json& context) MakeUpParcel() argument
|
H A D | res_sched_exe_client.cpp | 45 int32_t ResSchedExeClient::SendRequestSync(uint32_t resType, int64_t value, in SendRequestSync() argument 51 void ResSchedExeClient::SendRequestAsync(uint32_t resType, int64_t value, in SendRequestAsync() argument 73 int32_t ResSchedExeClient::SendRequestInner(bool isSync, uint32_t resType, int64_t value, in SendRequestInner() argument
|
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/ |
H A D | res_sched_mgr.cpp | 163 void ResSchedMgr::ReportData(uint32_t resType, int64_t value, const nlohmann::json& payload)
in ReportData() argument 169 void ResSchedMgr::ReportDataInner(uint32_t resType, int64_t value, const nlohmann::json& payload)
in ReportDataInner() argument 203 extern "C" void ReportDataInProcess(uint32_t resType, int64_ argument [all...] |
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/callbacksinkonremoterequest_fuzzer/ |
H A D | callbacksinkonremoterequest_fuzzer.cpp | 44 int32_t resType = static_cast<int32_t>(resourceEventType[data[0] % DC_RESOURCE_SIZE]); in CallbackSinkOnRemoteRequestFuzzTest() local 70 int32_t resType = static_cast<int32_t>(resourceEventType[data[0] % DC_RESOURCE_SIZE]); in CallbackSinkOnNotifyResourceInfoInnerFuzzTest() local
|
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sinkipccallbackonnotifyresourceinfoinner_fuzzer/ |
H A D | sinkipccallbackonnotifyresourceinfoinner_fuzzer.cpp | 47 int32_t resType = static_cast<int32_t>(resourceEventType[data[0] % DC_RESOURCE_SIZE]); in SinkIpcCallbackOnNotifyResourceInfoInnerFuzzTest() local
|
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/test/fuzztest/sinkipccallbackonremoterequest_fuzzer/ |
H A D | sinkipccallbackonremoterequest_fuzzer.cpp | 47 int32_t resType = static_cast<int32_t>(resourceEventType[data[0] % DC_RESOURCE_SIZE]); in SinkIpcCallbackOnRemoteRequestFuzzTest() local
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/device_standby_plugin/test/fuzztest/devicestandbyplugin_fuzzer/ |
H A D | devicestandbyplugin_fuzzer.cpp | 98 int32_t resType = GetData<int32_t>(); in DeviceStandbyPluginFuzzTest() local
|
/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/ |
H A D | res_sched_exe_service.cpp | 40 int32_t ResSchedExeService::SendRequestSync(uint32_t resType, int64_t value, in SendRequestSync() argument 46 void ResSchedExeService::SendRequestAsync(uint32_t resType, int64_t value, const nlohmann::json& context) in SendRequestAsync() argument
|
/foundation/resourceschedule/device_standby/frameworks/src/ |
H A D | standby_service_stub.cpp | 308 uint32_t resType = 0; in HandleCommonEvent() local
|
/foundation/ability/ability_runtime/services/common/src/ |
H A 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 107 uint32_t resType = ResourceSchedule::ResType::SYNC_RES_TYPE_THAW_ONE_APP; in ReportEventToRSS() local 123 uint32_t resType = ResourceSchedule::ResType::SYNC_RES_TYPE_GET_ALL_SUSPEND_STATE; in GetAllFrozenPidsFromRSS() local 160 uint32_t resType = ResourceSchedule::ResType::SYNC_RES_TYPE_SHOULD_FORCE_KILL_PROCESS; in CheckShouldForceKillProcess() local 177 uint32_t resType = ResourceSchedule::ResType::RES_TYPE_KEY_PERF_SCENE; ReportLoadingEventToRss() local [all...] |