Searched refs:title (Results 1 - 7 of 7) sorted by relevance
/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
H A D | thermal_dfx.cpp | 327 wStream << info.title; in WriteToEmptyFile() 328 if (info.valuePath == logInfo.back().valuePath && info.title == logInfo.back().title) { in WriteToEmptyFile() 331 for (uint8_t i = 0; i < width_ - info.title.length(); ++i) { in WriteToEmptyFile() 351 THERMAL_HILOGW(COMP_HDI, "Read node failed, title = %{public}s", info.title.c_str()); in WriteToFile() 354 if (info.valuePath == logInfo.back().valuePath && info.title == logInfo.back().title) { in WriteToFile()
|
H A D | thermal_hdf_config.cpp | 224 std::string title; in ParseTracingSubNode() local 228 if (!xmlStrcmp(subNode->name, BAD_CAST"title")) { in ParseTracingSubNode() 231 ThermalHdfUtils::ReadNode(std::string(reinterpret_cast<char*>(titlePath)), title); in ParseTracingSubNode() 237 title = std::string(reinterpret_cast<char*>(titleName)); in ParseTracingSubNode() 251 info.title = title; in ParseTracingSubNode() 255 COMP_HDI, "traceInfo.title = %{public}s, traceInfo.valuePath = %{private}s", title.c_str(), valuePath.c_str()); in ParseTracingSubNode()
|
/drivers/hdf_core/adapter/uhdf2/manager/src/ |
H A D | devmgr_dump.c | 457 const char *title = "hdf device information in user space, format:\n" \ in DevMgrQueryUserDevice() local 477 HdfSbufWriteString(reply, title); in DevMgrQueryUserDevice() 496 const char *title = "hdf service information in user space, format:\n" \ in DevMgrQueryUserService() local 511 HdfSbufWriteString(reply, title); in DevMgrQueryUserService() 528 const char *title = "hdf device information in kernel space, format:\n" \ in DevMgrQueryKernelDevice() local 545 HdfSbufWriteString(reply, title); in DevMgrQueryKernelDevice() 561 const char *title = "hdf service information in kernel space, format:\n" \ in DevMgrQueryKernelService() local 575 HdfSbufWriteString(reply, title); in DevMgrQueryKernelService()
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/attr/ |
H A D | AttributeArea.js | 142 addLabelButton(searchId, label, title) { 149 this.htmlStr += '<label class="input_text_readonly">' + title + '</label></br><button id="' + htmlString;
|
/drivers/peripheral/thermal/interfaces/hdi_service/include/ |
H A D | thermal_hdf_config.h | 41 std::string title; member
|
/drivers/hdf_core/framework/support/platform/src/hdmi/ |
H A D | hdmi_cec.c | 609 void HdmiCecEncodingSetTimerProgramTitleMsg(struct HdmiCecMsg *msg, uint8_t *title, uint32_t len) in HdmiCecEncodingSetTimerProgramTitleMsg() argument 613 if (title == NULL || len < HDMI_CEC_PROGRAM_TITLE_STR_MIN_LEN) { in HdmiCecEncodingSetTimerProgramTitleMsg() 614 HDF_LOGE("encoding set timer program title, input param invalid."); in HdmiCecEncodingSetTimerProgramTitleMsg() 621 title, length) != EOK) { in HdmiCecEncodingSetTimerProgramTitleMsg() 622 HDF_LOGE("encoding set timer program title, memcpy_s fail."); in HdmiCecEncodingSetTimerProgramTitleMsg()
|
/drivers/hdf_core/framework/support/platform/include/hdmi/ |
H A D | hdmi_cec.h | 1803 void HdmiCecEncodingSetTimerProgramTitleMsg(struct HdmiCecMsg *msg, uint8_t *title, uint32_t len);
|
Completed in 10 milliseconds