Searched refs:GetCurrentModuleInfo (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/ |
H A D | path_helper.h | 119 … reinterpret_cast<NativeEngine*>(env)->GetCurrentModuleInfo(moduleName, fileName, isRelativePath); in ConcatFileNameForWorker()
|
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.h | 353 …void GetCurrentModuleInfo(std::string& moduleName, std::string& fileName, bool needRecordName) ove…
|
H A D | ark_native_engine.cpp | 1804 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 D | native_engine.h | 394 …virtual void GetCurrentModuleInfo(std::string& moduleName, std::string& fileName, bool needRecordN…
|