Home
last modified time | relevance | path

Searched defs:ResData (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/pluginbase/include/
H A Dres_data.h24 struct ResData { struct
28 ResData(uint32_t type, int64_t value, const nlohmann::json& payload) : resType(type), in ResData() argument
31ResData(uint32_t type, int64_t value, const nlohmann::json& payload, nlohmann::json& reply) : resT… in ResData() function
34 uint32_t resType = 0;
35 int64_t value = 0;
36 nlohmann::json payload;
/ohos5.0/foundation/resourceschedule/device_standby/utils/common/include/
H A Dstandby_res_data.h24 struct ResData { struct
28 ResData(uint32_t type, int64_t value, const nlohmann::json& payload) : resType(type), in ResData() function
31 uint32_t resType = 0;
32 int64_t value = 0;
33 nlohmann::json payload;