Home
last modified time | relevance | path

Searched refs:DumpJsHeapMemory (Results 1 - 17 of 17) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_manager.h225 * DumpJsHeapMemory, call DumpJsHeapMemory() through proxy project.
231 int32_t DumpJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info);
H A Dapp_mgr_service.h279 * DumpJsHeapMemory, call DumpJsHeapMemory() through proxy project.
285 virtual int32_t DumpJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) override;
H A Dapp_mgr_service_inner.h472 * DumpJsHeapMemory, call DumpJsHeapMemory() through proxy project.
478 virtual int32_t DumpJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info);
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h275 * DumpJsHeapMemory, call DumpJsHeapMemory() through proxy project.
281 virtual int DumpJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) = 0;
H A Dapp_mgr_client.h319 * DumpJsHeapMemory, call DumpJsHeapMemory() through proxy project.
325 virtual AppMgrResultCode DumpJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info);
H A Dapp_mgr_proxy.h245 * DumpJsHeapMemory, call DumpJsHeapMemory() through proxy project.
251 virtual int32_t DumpJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) override;
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h258 int32_t DumpJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) in DumpJsHeapMemory() function in OHOS::AppExecFwk::MockAppMgrService
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h354 int32_t DumpJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) in DumpJsHeapMemory() function in OHOS::AppExecFwk::MockAppMgrService
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
H A Dabilityappmgrapprunningmanager_fuzzer.cpp213 manager->DumpJsHeapMemory(info); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/
H A Dmock_app_mgr_service.h255 int32_t DumpJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) in DumpJsHeapMemory() function in OHOS::AppExecFwk::MockAppMgrService
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp516 AppMgrResultCode AppMgrClient::DumpJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) in DumpJsHeapMemory() function in OHOS::AppExecFwk::AppMgrClient
520 TAG_LOGE(AAFwkTag::APPMGR, "DumpJsHeapMemory: service is nullptr"); in DumpJsHeapMemory()
523 return AppMgrResultCode(service->DumpJsHeapMemory(info)); in DumpJsHeapMemory()
H A Dapp_mgr_stub.cpp669 auto result = DumpJsHeapMemory(*info); in HandleDumpJsHeapMemory()
H A Dapp_mgr_proxy.cpp437 int32_t AppMgrProxy::DumpJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) in DumpJsHeapMemory() function in OHOS::AppExecFwk::AppMgrProxy
439 TAG_LOGD(AAFwkTag::APPMGR, "AppMgrProxy::DumpJsHeapMemory."); in DumpJsHeapMemory()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp523 int32_t AppMgrService::DumpJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) in DumpJsHeapMemory() function in OHOS::AppExecFwk::AppMgrService
528 return appMgrServiceInner_->DumpJsHeapMemory(info); in DumpJsHeapMemory()
H A Dapp_running_manager.cpp963 int32_t AppRunningManager::DumpJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) in DumpJsHeapMemory() function in OHOS::AppExecFwk::AppRunningManager
H A Dapp_mgr_service_inner.cpp2207 int32_t AppMgrServiceInner::DumpJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) in DumpJsHeapMemory() function in OHOS::AppExecFwk::AppMgrServiceInner
2222 return appRunningManager_->DumpJsHeapMemory(info); in DumpJsHeapMemory()
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp697 * @tc.desc: DumpJsHeapMemory.
707 appMgrClient->DumpJsHeapMemory(info); in HWTEST_F()

Completed in 40 milliseconds