Home
last modified time | relevance | path

Searched refs:needSnapshot (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_jsheap_mem_info.cpp24 && 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 Dapp_jsheap_mem_info.h28 bool needSnapshot = false; member
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Ddump_runtime_helper_test.cpp59 info.needSnapshot = true; in HWTEST_F()
H A Ddump_runtime_helper_second_test.cpp124 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 Ddump_runtime_helper.cpp76 if (info.needSnapshot == true) { in DumpJsHeap()
H A Dmain_thread.cpp566 * @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 Dsession.h247 void SetNeedSnapshot(bool needSnapshot);
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp3066 void Session::SetNeedSnapshot(bool needSnapshot) in SetNeedSnapshot() argument
3068 needSnapshot_ = needSnapshot; in SetNeedSnapshot()

Completed in 13 milliseconds