Searched defs:ResData (Results 1 - 2 of 2) sorted by relevance
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/pluginbase/include/ |
H A D | res_data.h | 24 struct ResData {
struct 28 ResData(uint32_t type, int64_t value, const nlohmann::json& payload) : resType(type),
in ResData() function 31 ResData(uint32_t type, int64_t value, const nlohmann::json& payload, nlohmann::json& reply) : resType(type),
in ResData() function
|
/foundation/resourceschedule/device_standby/utils/common/include/ |
H A D | standby_res_data.h | 24 struct ResData { struct 28 ResData(uint32_t type, int64_t value, const nlohmann::json& payload) : resType(type), in ResData() function
|
Completed in 2 milliseconds