Lines Matching refs:XpowerDecoder
20 XpowerDecoder::XpowerDecoder() {}
22 XpowerDecoder::~XpowerDecoder() {}
24 cJSON* XpowerDecoder::CreateAppDetail(const AppDetail& appDetail)
34 cJSON* XpowerDecoder::CreateAppStatistic(const AppStatistic& appStatistic)
49 cJSON* XpowerDecoder::CreateAppDetailGpu(const AppDetailGPU& appDeGpu)
73 cJSON* XpowerDecoder::CreateAppDetailWifi(const AppDetailWifi& appWifi)
83 cJSON* XpowerDecoder::CreateAppDetailDisplay(const AppDetailDisplay& appDisplay)
99 cJSON* XpowerDecoder::CreateAppDetailCpu(const AppDetailCPU& appDeCpu)
129 cJSON* XpowerDecoder::CreatAppStatisticCommon(const AppStatisticCommon& appCom)
137 cJSON* XpowerDecoder::CreateRealBattery(const RealBattery& realBattery)
149 cJSON* XpowerDecoder::CreateComponentTopCommon(const ComponentTopCommon& topCommon)
208 cJSON* XpowerDecoder::CreateComponentTopCamera(const ComponentTopCamera& topCamera)
274 cJSON* XpowerDecoder::CreateComponentTopCpu(const ComponentTopCpu& topCpu)
347 cJSON* XpowerDecoder::CreateComponentTopDisplay(const ComponentTopDisplay& topDisplay)
371 cJSON* XpowerDecoder::CreateComponentTop(const ComponentTop& componentTop)
386 cJSON* XpowerDecoder::CreateAbnormalEventInfo(const AbnormalEventInfo& eventInfo)
399 cJSON* XpowerDecoder::CreateAbnormalEvents(const AbnormalEvents& abnormEvent)
412 std::string XpowerDecoder::DecodeXpowerMessage(OptimizeReport& dataProto)