Home
last modified time | relevance | path

Searched refs:SuspendVMById (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h233 bool SuspendVMById(uint32_t tid) override;
H A Dark_native_engine.cpp1459 bool ArkNativeEngine::SuspendVMById(uint32_t tid) in SuspendVMById() function in ArkNativeEngine
1462 return DFXJSNApi::SuspendVMById(vm_, tid); in SuspendVMById()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h190 virtual bool SuspendVMById(uint32_t tid) = 0;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp1283 return nativeEngine->SuspendVMById(tid); in SuspendVM()