Home
last modified time | relevance | path

Searched refs:msgList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_buffer.h72 void OnPushBackedItem(LogMsgContainer& msgList);
73 void OnNewItem(LogMsgContainer& msgList);
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_buffer.cpp347 void HilogBuffer::OnPushBackedItem(LogMsgContainer& msgList) in OnPushBackedItem() argument
351 if (readerPtr->m_pos == msgList.end()) { in OnPushBackedItem()
352 readerPtr->m_pos = std::prev(msgList.end()); in OnPushBackedItem()
357 void HilogBuffer::OnNewItem(LogMsgContainer& msgList) in OnNewItem() argument
361 if (readerPtr->m_msgList == &msgList && readerPtr->m_onNewDataCallback) { in OnNewItem()
/ohos5.0/docs/en/application-dev/basic-services/pasteboard/
H A Dget-pastedata-permission-guidelines.md77 @State msgList: Array<string> = [];
92 this.msgList.push ('Permission requested successfully.');
99 this.msgList.push ('Failed to request the permission.');
120 this.msgList.push ('Pasteboard content: '+text);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_decoder.cpp535 auto msgList = Split(info, SYMBOL_EQUAL); in SaveOtherMsg() local
536 if (msgList.size() == SPLIT_SIZE) { in SaveOtherMsg()
537 const auto key = msgList[0]; in SaveOtherMsg()
538 auto value = msgList[1]; in SaveOtherMsg()