Home
last modified time | relevance | path

Searched defs:resType (Results 1 - 25 of 65) sorted by relevance

123

/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/pluginbase/include/
H A Dres_data.h34 uint32_t resType = 0; member
/foundation/resourceschedule/device_standby/utils/common/include/
H A Dstandby_res_data.h31 uint32_t resType = 0; member
/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/src/
H A Dcontinuous_app_install_recognizer.cpp33 void ContinuousAppInstallRecognizer::OnDispatchResource(uint32_t resType, int64_t value, const nlohmann::json& payload) in OnDispatchResource() argument
H A Dscene_recognizer_mgr.cpp49 void SceneRecognizerMgr::DispatchResource(uint32_t resType, int64_t value, const nlohmann::json& payload) in DispatchResource() argument
H A Dsystem_upgrade_scene_recognizer.cpp80 void SystemUpgradeSceneRecognizer::OnDispatchResource(uint32_t resType, int64_t value, const nlohmann::json& payload) in OnDispatchResource() argument
H A Dslide_recognizer.cpp52 void SlideRecognizer::OnDispatchResource(uint32_t resType, int64_t value, const nlohmann::json& payload) in OnDispatchResource() argument
H A Dbackground_sensitive_task_overlapping_scene_recognizer.cpp51 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 Dmock_ressched_report.cpp31 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 Dconcurrent_task_client_test.cpp57 uint32_t resType = 0; in HWTEST_F() local
/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_service.cpp21 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 Ddaudio_sink_ipc_callback_proxy.cpp35 int32_t resType = static_cast<int32_t>(type); in OnNotifyResourceInfo() local
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcamera/
H A Ddcamera_sink_callback_proxy.cpp42 int32_t resType = static_cast<int32_t>(type); in OnNotifyResourceInfo() local
/foundation/window/window_manager/wmserver/include/zidl/
H A Dressched_report.h37 void ResSchedDataReport(uint32_t resType, int32_t value = 0, in ResSchedDataReport() argument
/foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client/src/
H A Dconcurrent_task_service_proxy.cpp22 void ConcurrentTaskServiceProxy::ReportData(uint32_t resType, int64_t value, const Json::Value& payload) in ReportData() argument
H A Dconcurrent_task_client.cpp31 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 Dres_sched_exe_service_proxy.cpp28 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 Dres_sched_exe_client.cpp45 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 Dres_sched_mgr.cpp163 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 Dcallbacksinkonremoterequest_fuzzer.cpp44 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 Dsinkipccallbackonnotifyresourceinfoinner_fuzzer.cpp47 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 Dsinkipccallbackonremoterequest_fuzzer.cpp47 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 Ddevicestandbyplugin_fuzzer.cpp98 int32_t resType = GetData<int32_t>(); in DeviceStandbyPluginFuzzTest() local
/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/
H A Dres_sched_exe_service.cpp40 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 Dstandby_service_stub.cpp308 uint32_t resType = 0; in HandleCommonEvent() local
/foundation/ability/ability_runtime/services/common/src/
H A Dres_sched_util.cpp55 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...]

Completed in 8 milliseconds

123