Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dpath_helper.h119 … reinterpret_cast<NativeEngine*>(env)->GetCurrentModuleInfo(moduleName, fileName, isRelativePath); in ConcatFileNameForWorker()
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h353 …void GetCurrentModuleInfo(std::string& moduleName, std::string& fileName, bool needRecordName) ove…
H A Dark_native_engine.cpp1804 void ArkNativeEngine::GetCurrentModuleInfo(std::string& moduleName, std::string& fileName, bool nee… in GetCurrentModuleInfo() function in ArkNativeEngine
1807 …std::pair<std::string, std::string> moduleInfo = panda::JSNApi::GetCurrentModuleInfo(vm_, needReco… in GetCurrentModuleInfo()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h394 …virtual void GetCurrentModuleInfo(std::string& moduleName, std::string& fileName, bool needRecordN…