Home
last modified time | relevance | path

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

1234

/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
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dres_desc_test.cpp70 ResType resType; in HWTEST_F() local
[all...]
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dres_desc_test.cpp70 ResType resType; in HWTEST_F() local
[all...]
H A Dglobal_test.cpp63 int GetResId(const std::string &name, ResType resType) in GetResId() argument
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_common_event_manager.cpp39 void WallpaperCommonEventManager::SendWallpaperLockSettingMessage(WallpaperResourceType resType) in SendWallpaperLockSettingMessage() argument
50 void WallpaperCommonEventManager::SendWallpaperSystemSettingMessage(WallpaperResourceType resType) in SendWallpaperSystemSettingMessage() argument
/base/web/webview/ohos_adapter/soc_perf_adapter/src/
H A Dsoc_perf_client_adapter_impl.cpp55 uint32_t resType = ConvertId(id); in ApplySocPerfConfigById() local
68 uint32_t resType = ConvertId(id); in ApplySocPerfConfigByIdEx() local
/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
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/
H A Dres_desc_test.cpp70 ResType resType; in HWTEST_F() local
[all...]
H A Dglobal_test.cpp63 int GetResId(const std::string &name, ResType resType) in GetResId() 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
/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

Completed in 8 milliseconds

1234