Home
last modified time | relevance | path

Searched defs:SuspendVM (Results 1 – 7 of 7) sorted by relevance

/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/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/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
/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/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp1789 bool ArkNativeEngine::SuspendVM() in SuspendVM() function in ArkNativeEngine