Searched refs:needSnapshot (Results 1 - 8 of 8) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_jsheap_mem_info.cpp | 24 && parcel.WriteBool(needGc) && parcel.WriteBool(needSnapshot) in Marshalling() 38 info->needSnapshot = parcel.ReadBool(); in Unmarshalling()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_jsheap_mem_info.h | 28 bool needSnapshot = false; member
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | dump_runtime_helper_test.cpp | 59 info.needSnapshot = true; in HWTEST_F()
|
H A D | dump_runtime_helper_second_test.cpp | 124 info.needSnapshot = true; in HWTEST_F() 128 info.needSnapshot = false; in HWTEST_F() 131 EXPECT_EQ(info.needSnapshot, false); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | dump_runtime_helper.cpp | 76 if (info.needSnapshot == true) { in DumpJsHeap()
|
H A D | main_thread.cpp | 566 * @param info, pid, tid, needGC, needSnapshot. 570 TAG_LOGI(AAFwkTag::APPKIT, "pid: %{public}d, tid: %{public}d, needGc: %{public}d, needSnapshot: %{public}d,\n" in ScheduleJsHeapMemory() 571 "needLeakobj: %{public}d", info.pid, info.tid, info.needGc, info.needSnapshot, info.needLeakobj); in ScheduleJsHeapMemory()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | session.h | 247 void SetNeedSnapshot(bool needSnapshot);
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | session.cpp | 3066 void Session::SetNeedSnapshot(bool needSnapshot) in SetNeedSnapshot() argument 3068 needSnapshot_ = needSnapshot; in SetNeedSnapshot()
|
Completed in 13 milliseconds