Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h354 bool GetIsBundle() override;
H A Dark_native_engine.cpp1812 bool ArkNativeEngine::GetIsBundle() in GetIsBundle() function in ArkNativeEngine
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h395 virtual bool GetIsBundle() = 0;
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp1255 bool isBundle = reinterpret_cast<NativeEngine*>(env)->GetIsBundle(); in StartExecuteInThread()