Searched refs:InitLoop (Results 1 – 9 of 9) sorted by relevance
51 virtual bool InitLoop(NativeEngine *engine) = 0;
76 bool InitLoop();
39 bool InitLoop(NativeEngine* engine) override;
86 bool OHOSJsEnvironmentImpl::InitLoop(NativeEngine* engine) in InitLoop() function in OHOS::AbilityRuntime::OHOSJsEnvironmentImpl
553 if (!InitLoop()) { in Initialize()640 bool JsRuntime::InitLoop() in InitLoop() function in OHOS::AbilityRuntime::JsRuntime643 return jsEnv_->InitLoop(); in InitLoop()
190 bool JsEnvironment::InitLoop() in InitLoop() function in OHOS::JsEnv::JsEnvironment198 impl_->InitLoop(engine_); in InitLoop()
86 auto ret = jsEnvImpl->InitLoop(jsRuntime->GetNativeEnginePointer());
149 bool InitLoop();
349 ASSERT_EQ(jsEnv->InitLoop(), true);