Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/test/unittest/extension_test/mock/
H A Dmock_runtime.h49 bool SuspendVM(uint32_t tid) override in SuspendVM() function
168 bool SuspendVM(uint32_t tid) override in SuspendVM() function
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/
H A Dcj_mock_runtime.h44 bool SuspendVM(uint32_t tid) override in SuspendVM() function
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H A Dcj_mock_runtime.h46 bool SuspendVM(uint32_t tid) override in SuspendVM() function
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_runtime_test/
H A Dmock_runtime.h47 bool SuspendVM(uint32_t tid) override in SuspendVM() function
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Dcj_runtime.h51 bool SuspendVM(uint32_t tid) override { return false; } in SuspendVM() function
H A Druntime.h98 virtual bool SuspendVM(uint32_t tid) = 0;
H A Djs_runtime.h91 bool SuspendVM(uint32_t tid) override;
/ohos5.0/foundation/arkui/napi/test/unittest/engine/
H A Dtest_ark.cpp45 engine->SuspendVM(); in Run()
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h230 bool SuspendVM() override;
H A Dark_native_engine.cpp1789 bool ArkNativeEngine::SuspendVM() in SuspendVM() function in ArkNativeEngine
1791 return DFXJSNApi::SuspendVM(vm_); in SuspendVM()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h187 virtual bool SuspendVM() = 0;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp452 auto result = runtime->SuspendVM(gettid());
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp1279 bool JsRuntime::SuspendVM(uint32_t tid) in SuspendVM() function in OHOS::AbilityRuntime::JsRuntime
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Dext_backup_js_test.cpp63 MOCK_METHOD(bool, SuspendVM, (uint32_t tid));
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp2467 arkNativeEngine->SuspendVM(); in GetStacktraceMessage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp3596 if (arkNativeEngine->SuspendVM()) { in GetStacktraceMessage()