/base/hiviewdfx/faultloggerd/frameworks/allocator/ |
H A D | dfx_allocator.c | 72 static void AddPage(PageInfo** pageList, PageInfo* page) in AddPage() argument 74 if (pageList == NULL || page == NULL) { in AddPage() 77 page->next = *pageList; in AddPage() 78 page->prev = NULL; in AddPage() 80 (*pageList)->prev = page; in AddPage() 82 *pageList = page; in AddPage() 85 static void RemovePage(PageInfo** pageList, PageInfo* page) in RemovePage() argument 87 if (pageList == NULL || page == NULL) { in RemovePage() 90 if (page->prev) { in RemovePage() 91 page in RemovePage() 103 MempoolAddPage(DfxMempool* mempool, PageInfo* page) MempoolAddPage() argument 112 MempoolRemovePage(DfxMempool* mempool, PageInfo* page) MempoolRemovePage() argument 129 PageInfo* page = (PageInfo*)(mptr); MempoolAllocPage() local 150 MempoolFreePage(DfxMempool* mempool, PageInfo* page) MempoolFreePage() argument 170 PageInfo* page = mempool->pageList; MempoolAlloc() local 208 PageInfo * const page = (PageInfo*)(PageStart((uintptr_t)(ptr))); MempoolFree() local 270 PageInfo* page = GetPageUnchecked(ptr); GetPage() local 297 PageInfo* page = GetPageUnchecked(result); AllocMmap() local 349 PageInfo* page = GetPage(ptr); GetChunkSize() local 369 PageInfo* page = GetPage(ptr); DfxFree() local [all...] |
/base/update/updater/services/ui/control/ |
H A D | event_listener.cpp | 23 #include "page/page_manager.h" 31 auto *page = view.GetParent(); in operator ()() local 32 if (page == nullptr) { in operator ()() 42 if (page->GetViewId() != nullptr) { in operator ()() 43 pageId = page->GetViewId(); in operator ()() 45 // page should be visible in operator ()() 46 if (!page->IsVisible()) { in operator ()()
|
/base/update/updater/services/ui/view/page/ |
H A D | page_manager.cpp | 37 LOG(ERROR) << "create base page failed"; in InitImpl() 41 LOG(ERROR) << "Build page failed"; in InitImpl() 45 LOG(ERROR) << "Build sub page failed"; in InitImpl() 51 LOG(ERROR) << "base page id duplicated:" << pageInfo.id; in InitImpl() 91 LOG(ERROR) << "create sub page failed"; in BuildSubPages() 95 LOG(ERROR) << "build sub page failed"; in BuildSubPages() 99 LOG(ERROR) << "sub page id duplicated:" << subPageId; in BuildSubPages() 117 LOG(ERROR) << "page id " << pageId << "not valid"; in IsValidCom() 120 const Page &page = *(it->second); in IsValidCom() local 121 return page in IsValidCom() 192 EnQueuePage(const std::shared_ptr<Page> &page) EnQueuePage() argument [all...] |
H A D | page_manager.h | 25 #include "page.h" 50 void EnQueuePage(const std::shared_ptr<Page> &page);
|
/base/startup/init/services/modules/sysevent/ |
H A D | sys_event.h | 44 char *page;
member
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_sms_parcel.h | 147 * <sn>,<mid>,<dcs>,<page>,<pages><CR><LF><data><CR> 166 /** Cell broadcast page number. */ 167 int32_t page = 0; member
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_sms_defs.h | 133 * <sn>,<mid>,<dcs>,<page>,<pages><CR><LF><data><CR> 148 * Cell broadcast page number 150 int32_t page; member
|
/base/telephony/sms_mms/services/sms/gsm/ |
H A D | gsm_sms_cb_handler.cpp | 82 if (cbInfo.cbMsgs.count(cbHeader->page)) { in CheckCbMessage() 86 cbInfo.cbMsgs.insert(std::make_pair(cbHeader->page, cbMessage)); in CheckCbMessage() 143 info.cbMsgs.insert(std::make_pair(cbHeader->page, cbMessage)); in AddCbMessageToList()
|
/base/telephony/sms_mms/services/sms/ |
H A D | gsm_cb_gsm_codec.cpp | 143 cbHeader_->page = (temp & HEX_VALUE_F0) >> HEX_VALUE_04; in Decode2gHeaderCommonCb()
|
H A D | gsm_cb_codec.cpp | 412 "\ntotal pages: " + std::to_string(cbHeader_->totalPages) + " page:" + std::to_string(cbHeader_->page)); in ToString()
|
/base/telephony/sms_mms/services/sms/include/ |
H A D | gsm_cb_codec.h | 220 uint8_t page; member
|
/base/print/print_fwk/services/print_service/src/ |
H A D | vendor_helper.cpp | 246 PRINT_HILOGD("page id = %{public}s", capability->supportedPageSizes[i].id); in LogPageCapability() 249 PRINT_HILOGD("page name = %{public}s", capability->supportedPageSizes[i].name); in LogPageCapability() 251 PRINT_HILOGD("page size = %{public}u x %{public}u", capability->supportedPageSizes[i].width, in LogPageCapability() 428 const Print_PageSize &page) in UpdateDefaultPageSizeId() 430 if (page.id != nullptr && defaultPageId == std::string(page.id)) { in UpdateDefaultPageSizeId() 457 PRINT_HILOGD("page size matched = %{public}s", id.c_str()); in UpdatePageSizeCapability() 466 PRINT_HILOGD("page size matched = %{public}s", id.c_str()); in UpdatePageSizeCapability() 470 PRINT_HILOGD("page size = %{public}u x %{public}u", capability->supportedPageSizes[i].width, in UpdatePageSizeCapability() 427 UpdateDefaultPageSizeId(PrinterCapability &printerCap, const std::string &defaultPageId, const std::string &pageId, const Print_PageSize &page) UpdateDefaultPageSizeId() argument
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_sms.cpp | 418 cellBroadConfigReportInfo->page = iCellBroadConfigReportInfo.page; in BuildCBConfigReportInfo()
|
/base/telephony/sms_mms/test/gtest/ |
H A D | cb_gtest.cpp | 794 message->page = 0; in ReceiveCellBroadCastTestFunc() 815 message->page = 0; in ReceiveCellBroadCastTestFunc2()
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
H A D | hitrace_dump.cpp | 456 bool CheckPage(uint8_t contentType, uint8_t *page)
in CheckPage() argument 460 // Check raw_trace page size.
in CheckPage() 462 PageHeader *pageHeader = reinterpret_cast<PageHeader*>(&page);
in CheckPage()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_sms.cpp | 897 result.page = cellBroadcastReportInfo->page; in MakeCBConfigResult()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_sms.c | 56 ret = NextInt(&pBuff, &response->page); in ProcessCellBroadcast() 58 TELEPHONY_LOGE("page is null"); in ProcessCellBroadcast()
|