Home
last modified time | relevance | path

Searched defs:resType (Results 26 - 50 of 98) sorted by relevance

1234

/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/interfaces/innerkits/ressched_executor_client/src/
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_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
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_desc.cpp153 bool IdItem::IsRef(const std::string &value, ResType &resType, int &id) in IsRef() argument
H A Dhap_manager.cpp110 const IdItem *HapManager::FindResourceByName(const char *name, const ResType resType) in FindResourceByName() argument
119 FindQualifierValueByName( const char *name, const ResType resType) FindQualifierValueByName() argument
/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...]
/foundation/CastEngine/castengine_wifi_display/services/common/
H A Dsharing_hisysevent.cpp80 void SharingHiSysEvent::Report(std::string funcName, BIZSceneStage stage, StageResType resType, std::string peerMac) in Report() argument
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dplugin_mgr_test.cpp731 uint32_t resType = 0; in HWTEST_F() local
[all...]
H A Dres_sched_client_test.cpp178 uint32_t resType = ResType::SYNC_RES_TYPE_THAW_ONE_APP; in StartReportSyncEvent() local
209 uint32_t resType = ResType::SYNC_RES_TYPE_THAW_ONE_APP; in HWTEST_F() local
/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_controller_test.cpp68 uint32_t resType = 0; in HWTEST_F() local
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/utils/
H A Dressched_utils.cpp128 void ResSchedUtils::ReportDataInProcess(uint32_t resType, int64_t value, const nlohmann::json& payload) in ReportDataInProcess() argument
146 void ResSchedUtils::ReportSysEvent(Application &app, ProcessRecord &pr, uint32_t resType, int32_t state) in ReportSysEvent() argument
178 void ResSchedUtils::DispatchResourceExt(uint32_t resType, int64_t value, const nlohmann::json& payload) in DispatchResourceExt() argument
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/fuzztest/socperfplugin_fuzzer/
H A Dsocperfplugin_fuzzer.cpp190 int64_t resType = *(reinterpret_cast<const int64_t *>(data)); in TestUseBySo() local
/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/src/
H A Dres_sched_exe_mgr.cpp64 int32_t ResSchedExeMgr::SendRequestSync(uint32_t resType, int64_t value, in SendRequestSync() argument
91 void ResSchedExeMgr::SendRequestAsync(uint32_t resType, int64_t value, const nlohmann::json& payload) in SendRequestAsync() argument
142 BuildTraceStr(const std::string& func, uint32_t resType, int64_t value) BuildTraceStr() argument
150 HandleRequestForCgroup(uint32_t resType, const nlohmann::json& payload, nlohmann::json& reply) HandleRequestForCgroup() argument
202 GetCgroupFileContent(uint32_t resType, const nlohmann::json& payload, nlohmann::json& reply) GetCgroupFileContent() argument
224 CheckProcTaskForCgroup(uint32_t resType, const nlohmann::json& payload, nlohmann::json& reply) CheckProcTaskForCgroup() argument
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_service_proxy.cpp41 void ResSchedServiceProxy::ReportData(uint32_t resType, int64_t value, const nlohmann::json& payload) in ReportData() argument
57 int32_t ResSchedServiceProxy::ReportSyncEvent(const uint32_t resType, const int64_t value, in ReportSyncEvent() argument
80 int32_t ResSchedServiceProxy::WriteParcelForReportData(const uint32_t resType, const int64_t value, in WriteParcelForReportData() argument
/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_resource.h36 ResType resType; member
[all...]
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_desc.cpp227 bool IdItem::IsRef(const std::string &value, ResType &resType, int &id) in IsRef() argument
/base/update/updater/services/package/pkg_package/
H A Dpkg_upgradefile.h47 uint8_t resType; member
/base/update/updater/interfaces/kits/include/package/
H A Dpackage.h96 uint8_t resType; member
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dresource_adapter.h188 virtual bool GetIdByName(const std::string& resName, const std::string& resType, uint32_t& resId) const in GetIdByName() argument
/foundation/arkui/ace_engine/frameworks/core/common/resource/
H A Dresource_wrapper.h289 bool GetResourceIdByName(const std::string& resName, const std::string& resType, uint32_t& resId) const in GetResourceIdByName() argument
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_theme_constants.cpp155 bool ThemeConstants::GetResourceIdByName(const std::string& resName, const std::string& resType, uint32_t& resId) const in GetResourceIdByName() argument
/foundation/multimodalinput/input/service/fingerprint_event_processor/src/
H A Dfingerprint_event_processor.cpp443 void FingerprintEventProcessor::ReportResSched(uint32_t resType, int64_t value) in ReportResSched() argument
/foundation/resourceschedule/resource_schedule_service/ressched/test/testutil/
H A Dressched_test.cpp106 int32_t resType = atoi(argv[RES_TYPE_INDEX]); in ReportData() local
/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dstandby_service_proxy.cpp471 ErrCode StandbyServiceProxy::HandleEvent(const uint32_t resType, const int64_t value, const std::string &sceneInfo) in HandleEvent() argument

Completed in 19 milliseconds

1234