Searched refs:GetPMStateName (Results 1 - 5 of 5) sorted by relevance
/commonlibrary/memory_utils/libpurgeablemem/cpp/src/ |
H A D | ux_page_table.cpp | 36 HILOG_ERROR(LOG_CORE, "%{public}s: InitUxPageTable fail, %{public}s", __func__, GetPMStateName(err)); in UxPageTable() 48 HILOG_ERROR(LOG_CORE, "%{public}s: deinit upt fail, %{public}s", __func__, GetPMStateName(err)); in ~UxPageTable()
|
H A D | purgeable_mem_base.cpp | 92 __func__, GetPMStateName(err), tryTimes); in BeginRead() 138 PM_HILOG_ERROR(LOG_CORE, "%{public}s: err %{public}s, UxptePut.", __func__, GetPMStateName(err)); in BeginWrite()
|
/commonlibrary/memory_utils/libpurgeablemem/common/src/ |
H A D | pm_state_c.c | 45 const char *GetPMStateName(PMState state) in GetPMStateName() function
|
/commonlibrary/memory_utils/libpurgeablemem/common/include/ |
H A D | pm_state_c.h | 59 const char *GetPMStateName(PMState state);
|
/commonlibrary/memory_utils/libpurgeablemem/c/src/ |
H A D | purgeable_mem_c.c | 96 "%{public}s: InitUxPageTable fail, %{public}s", __func__, GetPMStateName(err)); in PurgMemCreate_() 194 "%{public}s: deinit upt fail, %{public}s", __func__, GetPMStateName(deinitRet)); in PurgMemDestroy() 208 PM_HILOG_ERROR_C(LOG_CORE, "%{public}s: fail, %{public}s", __func__, GetPMStateName(err)); in PurgMemDestroy() 317 PM_HILOG_ERROR_C(LOG_CORE, "%{public}s: %{public}s, UxptePut.", __func__, GetPMStateName(err)); in PurgMemBeginRead() 341 PM_HILOG_ERROR_C(LOG_CORE, "%{public}s: %{public}s, return false, UxptePut.", __func__, GetPMStateName(err)); in PurgMemBeginWrite() 363 PM_HILOG_ERROR_C(LOG_CORE, "%{public}s: %{public}s, return false, UxptePut.", __func__, GetPMStateName(err)); in PurgMemBeginWrite()
|
Completed in 3 milliseconds