Home
last modified time | relevance | path

Searched defs:page (Results 1 – 9 of 9) sorted by relevance

/base/hiviewdfx/faultloggerd/frameworks/allocator/
Ddfx_allocator.c72 static void AddPage(PageInfo** pageList, PageInfo* page) in AddPage()
85 static void RemovePage(PageInfo** pageList, PageInfo* page) in RemovePage()
103 static void MempoolAddPage(DfxMempool* mempool, PageInfo* page) in MempoolAddPage()
112 static void MempoolRemovePage(DfxMempool* mempool, PageInfo* page) in MempoolRemovePage()
129 PageInfo* page = (PageInfo*)(mptr); in MempoolAllocPage() local
150 static void MempoolFreePage(DfxMempool* mempool, PageInfo* page) in MempoolFreePage()
170 PageInfo* page = mempool->pageList; in MempoolAlloc() local
208 PageInfo * const page = (PageInfo*)(PageStart((uintptr_t)(ptr))); in MempoolFree() local
270 PageInfo* page = GetPageUnchecked(ptr); in GetPage() local
297 PageInfo* page = GetPageUnchecked(result); in AllocMmap() local
[all …]
/base/update/updater/services/ui/view/page/
Dpage_manager.cpp120 const Page &page = *(it->second); in IsValidCom() local
192 void PageManager::EnQueuePage(const std::shared_ptr<Page> &page) in EnQueuePage()
/base/startup/init/services/modules/sysevent/
Dsys_event.h44 char *page; member
/base/update/updater/services/ui/control/
Devent_listener.cpp31 auto *page = view.GetParent(); in operator ()() local
/base/telephony/core_service/interfaces/innerkits/include/
Dtel_ril_sms_parcel.h167 int32_t page = 0; member
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_sms_defs.h150 int32_t page; member
/base/telephony/sms_mms/services/sms/include/
Dgsm_cb_codec.h220 uint8_t page; member
/base/print/print_fwk/services/print_service/src/
Dvendor_helper.cpp450 const Print_PageSize &page) in UpdateDefaultPageSizeId()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_dump.cpp659 bool CheckPage(uint8_t contentType, uint8_t *page) in CheckPage()