Home
last modified time | relevance | path

Searched refs:SuspendVM (Results 1 - 16 of 16) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H A Dcj_mock_runtime.h46 bool SuspendVM(uint32_t tid) override
/foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/
H A Dcj_mock_runtime.h44 bool SuspendVM(uint32_t tid) override
/foundation/filemanagement/app_file_service/tests/mock/backup_ext/include/
H A Djs_runtime_mock.h37 MOCK_METHOD(bool, SuspendVM, (uint32_t tid));
/foundation/ability/ability_runtime/test/mock/frameworks_kits_runtime_test/
H A Dmock_runtime.h47 bool SuspendVM(uint32_t tid) override
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Druntime.h98 virtual bool SuspendVM(uint32_t tid) = 0;
H A Dcj_runtime.h50 bool SuspendVM(uint32_t tid) override { return false; }
H A Djs_runtime.h91 bool SuspendVM(uint32_t tid) override;
/foundation/arkui/napi/test/unittest/engine/
H A Dtest_ark.cpp45 engine->SuspendVM(); in Run()
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h231 bool SuspendVM() override;
H A Dark_native_engine.cpp1783 bool ArkNativeEngine::SuspendVM() in SuspendVM() function in ArkNativeEngine
1785 return DFXJSNApi::SuspendVM(vm_); in SuspendVM()
/foundation/arkui/napi/native_engine/
H A Dnative_engine.h191 virtual bool SuspendVM() = 0;
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp444 * @tc.desc: JsRuntime test for SuspendVM.
449 TAG_LOGI(AAFwkTag::TEST, "SuspendVM start"); in HWTEST_F()
452 auto result = runtime->SuspendVM(gettid()); in HWTEST_F()
457 TAG_LOGI(AAFwkTag::TEST, "SuspendVM end"); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp1243 bool JsRuntime::SuspendVM(uint32_t tid) in SuspendVM() function in OHOS::AbilityRuntime::JsRuntime
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Dext_backup_js_test.cpp63 MOCK_METHOD(bool, SuspendVM, (uint32_t tid));
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp2478 arkNativeEngine->SuspendVM(); in GetStacktraceMessage()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp3596 if (arkNativeEngine->SuspendVM()) {

Completed in 26 milliseconds